orbisgis / geoclimate

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

Urban Weather Generator indicators #706

Closed ebocher closed 2 years ago

ebocher commented 2 years ago

Compute the indicators requiered by the Urban Weather Generator model See : https://github.com/ladybug-tools/uwg

The following indicators are aggregated onto a regular grid.

Pseudo workflow configuration

 "parameters": [
                "rsu_indicators":[
                        "indicatorUse": ["LCZ"]
                ],
                "grid_indicators": [
                        "x_size": 100,
                        "y_size": 100,
                        "indicators": ["BUILDING_FRACTION","BUILDING_HEIGHT","BUILDING_HEIGHT_WEIGHTED", "BUILDING_POP",
                                       "BUILDING_TYPE_FRACTION","WATER_FRACTION","VEGETATION_FRACTION",
                                       "ROAD_FRACTION", "IMPERVIOUS_FRACTION", "LCZ_FRACTION", "LCZ_PRIMARY",
                        "FREE_EXTERNAL_FACADE_DENSITY"]
                ]
j3r3m1 commented 2 years ago

It weems that the sum of all these indicators should be equal to 1, thus it means:

j3r3m1 commented 2 years ago
  • if trees are above grass, we should make a choice between tree and grass -> it seems tree more appripriate

It is actually the case for any superimposition. For now the choice is to use the default priority order: https://github.com/orbisgis/geoclimate/blob/5ce6e0f8cefe270c17ca961ff3bf1998b7302635/geoindicators/src/main/groovy/org/orbisgis/geoclimate/geoindicators/WorkflowGeoIndicators.groovy#L1960

ebocher commented 2 years ago

Here some results for Orange, Vaucluse, town

visualization

j3r3m1 commented 2 years ago

It seems that the "FREE_EXTERNAL_FACADE_DENSITY" has Null values instead of 0.

j3r3m1 commented 2 years ago

Solved but skeptical about UWG results