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

Newer version of GDAL will support BAG 2.0 extract out of the box #39

Closed yorickdewid closed 3 years ago

yorickdewid commented 4 years ago

The next version GDAL will be able to read BAG 2.0 extract files directly. This would save a few steps in the process and would allow BAG PND datalayer to be read into PostGis at once. LV BAG 2.0 extract files are supported. All datasets (PND,NUM,etcc) are supported as well as reading partial zip files.

See https://github.com/OSGeo/gdal/pull/2503

balazsdukai commented 4 years ago

@yorickdewid excellent, thank you for the info!

justb4 commented 3 years ago

... and NLExtract uses this new LVBAG Driver to generate a PostGIS Dump now using vanilla Stetl. The first PG dumps have been successfully made. See work in progress.

balazsdukai commented 3 years ago

Thanks for the update! Actually, this repo is outdated already and I'm using the LVBAG driver directly, to read the Pand layer, since that's the only that I need.