BAG_parser icon indicating copy to clipboard operation
BAG_parser copied to clipboard

Turns Dutch addresses database (BAG or Basisregistratie Adressen en Gebouwen) into a user friendly SQLite database.

Results 5 BAG_parser issues
Sort by recently updated
recently updated
newest added

Verblijfsobjecten has several fields that can contain multiple values that are separated by commas. * pand_id * nevenadressen * gebruiksdoel This is bad database design and leads to unexpected results...

Adressen: gebruiksdoel pand_id verblijfsobjecten: pand_id nevenadressen is al meervoud

Some fields that are more administrative are currently not parsed. Add an option to parse all BAG fields.

enhancement

Currently the conversion to WGS84 coordinates is done using approximation equations. We should use the more accurate conversions instead. Options: PROJ using [PyProj](https://pyproj4.github.io/pyproj/stable/) [GDAL](https://gdal.org/api/python_bindings.html)