Git Product home page Git Product logo

Comments (10)

j3r3m1 avatar j3r3m1 commented on August 27, 2024

Hi, I cannot reproduce your issue using BDTopo V3 on an other department using a smaller zone. Can you please have a try downloading the data for this department and use the following json file ?

{
    "description": "Processing BDT data",
    "input": {
    	"area" : 10000,
 	"srid": 2154,
    	"folder": "C://path/to/BDTopo/data",
        "locations": [
            [6930234,572256,6933020,574853]
        ]
    },
    "output": {
        "folder": "/tmp"
    }
}

from geoclimate.

Jukjuk-boop avatar Jukjuk-boop commented on August 27, 2024

Thanks for the quick reply, I'm gonna try a bit later today and give a more complet answer.
I downloaded the file you used. In the Seine-Maritime (76) data I can find .md5 files but not in the Cote d'Or (21) data.
Could it impact the geoclimate workflow (I guess not, but wanted to point it out) ?

from geoclimate.

j3r3m1 avatar j3r3m1 commented on August 27, 2024

Could it impact the geoclimate workflow (I guess not, but wanted to point it out) ?

No it should not

from geoclimate.

Jukjuk-boop avatar Jukjuk-boop commented on August 27, 2024

Yesterday I couldn't test with the data you provided (corrupted .rar, must be my connexion).
I have run the process as you advised and it works.

It seems I must change the coordinates of my boundingbox, what csr did you used ?
Should I add the "area" parameter too ?

from geoclimate.

Jukjuk-boop avatar Jukjuk-boop commented on August 27, 2024

The process work with the new coordinates (deleted the part after the ".") and saved to \tmp.
Yet I can't find the LCZ layer :
image
Those files don't give any data about indicators or LCZ.
Is there something I missed ?

from geoclimate.

j3r3m1 avatar j3r3m1 commented on August 27, 2024

Is the area that worked was the one you expected to run (Dijon and surroundings) ? It is totally normal that you do not have the LCZ layer since it was not asked in the configuration file. If you add the right info in the config file, you can get the result of the LCZ at RSU scale. But from what I understand (cf. discussion #962) it is not exactly what you are looking for. To run the LCZ at the unit you want (eg. 250 buffer circle around your stations), you then need to use the script that we refer in the discussion with the data you have created with this issue. Is that clearer ?

from geoclimate.

Jukjuk-boop avatar Jukjuk-boop commented on August 27, 2024

The area that worked was very similar (I used the bbox finder website to get the coordinates).
As I want to study the relation between air temperature and LCZ I would like to try different scale to considere the LCZ :

  • LCZ at the exact location of the weather station
  • Most present LCZ in a buffer (eg. 250m)
  • LCZ calculated with forced RSU (cf. #962)
    Therefore I need the LCZ layer for the 2 first methods and use the script (#962) for the third.
    To get consistent data for each methods (and show a global map) I would like to get the LCZ Layer for the bounding box.

from geoclimate.

j3r3m1 avatar j3r3m1 commented on August 27, 2024

I suppose you do not want to use the LCZ type aggregated at grid cell (RSU LCZ is sufficient) ? Then here is the configuration file you should use:

{
    "description": "Processing BDT data",
    "input": {
    	"area" : 10000,
 	"srid": 2154,
    	"folder": "C://path/to/BDTopo/data",
        "locations": [
            [6930234,572256,6933020,574853]
        ]
    },
    "output": {
        "folder": "/tmp"
    },
    "parameters": {
        "rsu_indicators": {
            "indicatorUse": [
                "LCZ"
            ]
        }
    }
}

from geoclimate.

Jukjuk-boop avatar Jukjuk-boop commented on August 27, 2024

Indeed, RSU LCZ is sufficient for my goals.
Used the config you gave me and it works !
I will try again with OSM data base, I hope it works without any issue
Thanks a lot :)

*Edited as my previous message wasn't needed

from geoclimate.

j3r3m1 avatar j3r3m1 commented on August 27, 2024

Cool, if the problem that you first evoke in your issue is solved, please consider closing the issue.

from geoclimate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.