-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new exact indicators at grid scale #846
Conversation
Improve some grid indicators to compute the exact part of geometry inside a grid cell Update Groovy to 3.0.19 because 3.0.11 is no longer available on the groovy download page
The HEIGHT_OF_ROUGHNESS_ELEMENTS is not yet available because the effectiveTerrainRoughnessLength algorithm must be replaced by frontalAreaIndexDistribution to compute its exact value. |
To limit the number of calls to basic geometric functions such as area, I suggest calculating them when the data is formatted. |
projectedFacadeAreaDistribution and frontalAreaIndexDistribution do not used the same notation for the result columns. The first one use XX_INDEX_H50_D0_30 and the second one XX_INDEX_H50_${layer_top}_D0_30 |
Seems more relevant to use the second notation: even though it induces longer column names, it is probably simpler to collect informations such as deltaH in the interval in the second case. Should we create an issue to solve this problem ? |
Here we are ;-) |
Add rasterizeIndicators test
Here the list
@j3r3m1 @MGousseff