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

change BELAGSART attribute to OBJEKTART #47

Closed stefanfluck closed 2 years ago

stefanfluck commented 2 years ago

having belagsart as a separate feature in the paved surfaces shapefile is not really practicable. in all other files it's OBJEKTART, and in the zurich standard it is included in the ART attribute anyway.

stefanfluck commented 2 years ago

This was fixed in commit becb095f6c052f79cb9e1306c4651a7208c48d2d by giving the flexibility to provide the name of the column which shall be taken as the survace type column. The input parameter src_luse_type and src_pav_type are implemented for that. They revert to "OBJEKTART" and "BELAGSART" to maintain backward compatiblity.