tudelft3d / bag3d

Software for generating a 3D version of the BAG dataset and more. Python + PostgreSQL + 3dfier
GNU General Public License v3.0
11 stars 11 forks source link

describe which footprints are used from the BAG #7

Closed balazsdukai closed 6 years ago

balazsdukai commented 6 years ago

in the NLExtract there is a table 'pandactueelbestand' which filters on more attributes than einddatumtijdvakgeldigheid

begindatumtijdvakgeldigheid <= now AND (einddatumtijdvakgeldigheid IS NULL OR einddatumtijdvakgeldigheid >= now) AND aanduidingrecordinactief = FALSE AND geom_valid = TRUE AND pandstatus IS NOT 'Niet gerealiseerd pand' AND pand.pandstatus IS NOT 'Pand gesloopt' AND pand.pandstatus IS NOT 'Bouwvergunning verleend'