digitaldutch / BAG_parser

Turns Dutch addresses database (BAG or Basisregistratie Adressen en Gebouwen) into a user friendly SQLite database.
MIT License
23 stars 5 forks source link

Implement high accuracy RD > WGS84 conversion #8

Open digitaldutch opened 1 year ago

digitaldutch commented 1 year ago

Currently the conversion to WGS84 coordinates is done using approximation equations.

We should use the more accurate conversions instead.

Options: PROJ using PyProj GDAL