orbisgis / geoclimate

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

BUILDING_HEIGHT_DIST indicator name #1002

Closed ebocher closed 2 weeks ago

ebocher commented 2 weeks ago

At grid scale we compute the distribution of horizontal roof area fraction for each layer of the canopy. eg levels : [0, 5, 10, 15, 20, 25, 30]

See :

https://github.com/orbisgis/geoclimate/blob/master/geoindicators/src/main/groovy/org/orbisgis/geoclimate/geoindicators/WorkflowGeoIndicators.groovy#L1808

The name used to define this indicator is not very clear.

Moreover, this indicator is not mentioned in the documentation : https://github.com/orbisgis/geoclimate/wiki/Grid-indicators

@j3r3m1

j3r3m1 commented 2 weeks ago

Yes we can change the name to BUILDING_HEIGHT_DISTRIBUTION. We can also add the building average distance to have all TARGET inputs.

j3r3m1 commented 2 weeks ago

Documentation updated for BUILDING_HEIGHT_DISTRIBUTION

j3r3m1 commented 2 weeks ago

Fixed in #1003 + documentation OK

ebocher commented 2 weeks ago

Fixed