stefanfluck / palmpy

Package supporting the generation of static driver files for simulations with the PALM model system. Check out the Wiki and engage in the Discussions!
GNU General Public License v3.0
18 stars 4 forks source link

cleanup phase with buildings: line 611: hardcoded building_type values is not good. building types > 10 cannot be used #50

Open stefanfluck opened 2 years ago

stefanfluck commented 2 years ago

make detection of building_type (gebtyp) values present in the shapefile and make the np.isin() check according to these values. now as a workaround np.arange(0,21,1) is set to allow for 20 building_types.

stefanfluck commented 1 year ago

in section "l705 #where building_type is set, do not set a vegetation type or pavement type"