LCZ classification around weather station #961
Replies: 4 comments 1 reply
-
Hi @Jukjuk-boop and thank you for this topic. Your question is super clear, we will try to make the answer as clear... Currently, you have probably used the command line to run the whole GeoClimate workflow. This workflow is used to prepare the input data (building, vegetation, water, etc.), calculate spatial units (blocks and RSU), calculate indicators for each spatial unit type and then assign to each RSU a LCZ type. There is currently no option in the workflow to use your own RSU (circle around each station instead of the current "Topographical Spatial Unit"). However, it is possible to run only some part of the workflow described previously. Two possibilities exist, both of them needing the use of groovy scripts.
Concerning the groovy work that is needed to make it work, the first is not quite complicated (I think we may provide you a working code before May the 17th. Concerning the second it is more complicated I cannot say we would have it before the end of your work. Except if @ebocher is super hot =) |
Beta Was this translation helpful? Give feedback.
-
Here is the code for the 1st solution: https://github.com/j3r3m1/LczForStationBuffer If you want to test it on your computer, feel free to download the whole content of the project, install IntelliJ and open the project in IntelliJ. Then you can use the data which is given in the issue mentionned above. You will have to slightly modify the code to select the folder at the right location on your computer. |
Beta Was this translation helpful? Give feedback.
-
Should now work, I have added the minimum information about "how to run the code" on the main page of the repo. @Jukjuk-boop |
Beta Was this translation helpful? Give feedback.
-
@Jukjuk-boop, feel free to mark the discussion as answered if now fine with you |
Beta Was this translation helpful? Give feedback.
-
I'm studying the impact of urban typo-morphology on temperatures. The aim is to determine whether the different LCZ classes present significant temperature differences.
To do this, I assign each station an LCZ class using several methods:
I'd like to develop a third method, which is the subject of this topic:
Define the 250m radius around weather stations as a single RSU and then determine the LCZ class according to the indicators present in this area.
I want to point out that I work with BD-TopoV2, BD-TopoV3 and OSM.
Feel free to ask me more questions if I'm unclear about what I want to do.
Beta Was this translation helpful? Give feedback.
All reactions