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

Consolidate height_valid attribute #28

Closed balazsdukai closed 3 years ago

balazsdukai commented 5 years ago

Currently, height_valid is TRUE when bouwjaar > 0 OR bouwjaar > ahn_date OR nr_roof_pts > 0 The documentation and the quality table only reports bouwjaar > ahn_date.

evetion commented 5 years ago

Also, the height_valid column only has TRUE values. I would expect FALSE values as well, instead of the empty fields now.

balazsdukai commented 5 years ago

Which data format did you use?

evetion commented 5 years ago

The Geopackage one @ http://3dbag.bk.tudelft.nl/data/gpkg/bag3d_2019-09-28.gpkg

balazsdukai commented 3 years ago

Repo closes because it has been superseded.