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

Implement warning if multiple building polygons have same ID #41

Open stefanfluck opened 3 years ago

stefanfluck commented 3 years ago

If two buildings, that are spatially separated, have the same ID, their height will be defined by one of the polygons terrain height plus the building height. the same terrain height will also be used for the other building, which could lead to a very high building (or it just does not appear, depending on the relative terrain altitude).

stefanfluck commented 1 year ago

think about how this could be done, without loading the file first... but, if input files shall be sanity checked, a lot more should be checked... e.g. also #67