Skip to content
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

Wrf indicators #705

Merged
merged 19 commits into from
Apr 11, 2022
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
e76d0ab
building_surface_fraction OK
j3r3m1 Mar 18, 2022
498df23
Merge branch 'master' of github.com:orbisgis/geoclimate into wrfIndic…
j3r3m1 Mar 18, 2022
31ec2de
Compute building surface density in the grid
j3r3m1 Mar 18, 2022
56fbfa0
solve } issue...
j3r3m1 Mar 21, 2022
e8145b0
New RSU indicator roof fraction distribution
j3r3m1 Mar 21, 2022
f5cb718
building height distribution rasterized
j3r3m1 Mar 21, 2022
715d9be
Merge branch 'master' of github.com:orbisgis/geoclimate into wrfIndic…
j3r3m1 Mar 21, 2022
4a9e2c7
Add an input parameter to set id_rsu name for rasterization porcess
j3r3m1 Mar 21, 2022
eb108de
Merge branch 'master' into wrfIndicators
j3r3m1 Mar 21, 2022
238b98f
Merge branch 'wrfIndicators' of github.com:j3r3m1/geoclimate into wrf…
j3r3m1 Mar 21, 2022
e6ffc96
Solve conflict when merging with new indic building_height_weighted
j3r3m1 Mar 21, 2022
0fd7219
distribution of facade started (not yet loop over height and direction)
j3r3m1 Mar 21, 2022
334fc9b
start frontal area index
j3r3m1 Mar 28, 2022
b54f224
frontal area index coded and integrated in workflow
j3r3m1 Mar 29, 2022
1232d1f
Merge branch 'master' of github.com:orbisgis/geoclimate into wrfIndic…
j3r3m1 Mar 29, 2022
f12fd77
geometry is now in output table of spatialJoin process
j3r3m1 Mar 29, 2022
01dfe03
Add sea/land mask fraction
j3r3m1 Mar 31, 2022
7d59d33
Add the new indicators in the osmworkflow test - disabled...
j3r3m1 Apr 5, 2022
5e05170
Modification according to @ebocher comment
j3r3m1 Apr 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@ def extractProcessingParameters(def processing_parameters){
}
def allowed_grid_indicators=["BUILDING_FRACTION","BUILDING_HEIGHT", "BUILDING_POP","BUILDING_TYPE_FRACTION","WATER_FRACTION","VEGETATION_FRACTION",
"ROAD_FRACTION", "IMPERVIOUS_FRACTION", "UTRF_AREA_FRACTION", "LCZ_FRACTION", "LCZ_PRIMARY","FREE_EXTERNAL_FACADE_DENSITY",
"BUILDING_HEIGHT_WEIGHTED"]
"BUILDING_HEIGHT_WEIGHTED", "BUILDING_SURFACE_DENSITY", "BUILDING_HEIGHT_DIST", "FRONTAL_AREA_INDEX", "SEA_LAND_FRACTION"]
def allowedOutputIndicators = allowed_grid_indicators.intersect(list_indicators*.toUpperCase())
if(allowedOutputIndicators){
//Update the RSU indicators list according the grid indicators
Expand Down
Loading