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/en/stable/api/python/index.html)
Currently the conversion to WGS84 coordinates is done using approximation equations.
We should use the more accurate conversions instead.
Options:
PROJ using PyProj
GDAL