orbisgis / geoclimate

Geospatial processing toolbox for environmental and climate studies
GNU Lesser General Public License v3.0
59 stars 15 forks source link

GeoClimate data for UMEP use #865

Open j3r3m1 opened 8 months ago

j3r3m1 commented 8 months ago

It seems calling GeoClimate from Python is very simple using subprocess. When we call GeoClimate for a given territory using OSM data, GeoClimate:

  1. Download the data and format it into GIS tables (vector data): buildings, roads, water, impervious, etc.
  2. Estimate building height for buildings having no info in OSM
  3. Calculate urban canopy parameters and LCZ at 2 different scales:
    • Topographical Spatial Units: it is a continuous and homogeneous way to divide the space using topographic constraints: road and railway center lines, vegetation, impervious and water areas, administrative boundarie)
    • Regular rectangular grid scale

I suppose that most of the GIS layers might be useful in the UMEP tool and maybe also the LCZ data generated by GeoClimate. @biglimp ?

If to, to make it possible to download all data except the LCZ, we need to enable the use of the GeoClimate workflow when indicatorUse is empty. Currently, the building height estimation is activated even though indicatorUse is empty but however this part of the code is within the rsu_indicator workflow which is only applied if the indicatorUse is not empty.

If we activate it, we should just make sure that the rest of the code within the rsu indicator calculation is performed only if indicatorUse is not empty (which is currently not the case).

j3r3m1 commented 8 months ago

(I have put it as issue since there is no consistency between the workflow function and the rsuindicator function regarding the indicatorUse parameter. However, this is also likely a discussion)

biglimp commented 8 months ago

Yes!. The more opportunities to retrieve spatial data for urban climate modelling, the better. We have some simple tools in UMEP to derive ground and building digital surface models (https://umep-docs.readthedocs.io/en/latest/pre-processor/Spatial%20Data%20DSM%20Generator.html) but usually building heights are absent for many areas around the Globe.