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

########## bag3d ##########

|Licence| |Python 3.6| |PostgreSQL 10|

bag3d is an application for generating a 3D version of the Dutch Basisregistraties Adressen en Gebouwen (BAG) <https://www.kadaster.nl/wat-is-de-bag> data set, by using 3dfier <https://github.com/tudelft3d/3dfier> for extruding the building footprints to LoD1 models. It is designed to regularly run as an automated process (eg. with a cron job), hence keeping the 3D BAG in line with the BAG updates. The project started as batch3dfier <https://github.com/balazsdukai/batch3dfier>_ but it made sense to specialise it as more and more dataset specific features were needed.

In short the bag3d application can:

Read the complete bag3d documentation <https://tudelft3d.github.io/bag3d/>_

The 3D BAG is a register of addresses and buildings of the Netherlands, including building height information and related quality metrics. The data set is updated every month, keeping it up-to-date with the latest building stock and elevation information. The 3D BAG is generated from two data sources, the Dutch national register of addresses and buildings (Basisregistraties Adressen en Gebouwen (BAG)) and the national elevation model (AHN). Read the 3D BAG data set documentation <http://3dbag.bk.tudelft.nl>_

.. |Licence| image:: https://img.shields.io/badge/licence-GPL--3-blue.svg :target: http://www.gnu.org/licenses/gpl-3.0.html .. |Python 3.6| image:: https://img.shields.io/badge/python-3.6-blue.svg .. |PostgreSQL 10| image:: https://img.shields.io/badge/PostgreSQL-10-blue.svg