digitaldutch / BAG_parser

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

Implement high accuracy RD > WGS84 conversion #8

Open digitaldutch opened 2 years ago

digitaldutch commented 2 years 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