0

I have a list of coordinates which i need to convert to longitude and latitude in the folowing way:

enter image description here

What are the math transformations and formulas used to achieve this?

463035818_is_not_an_ai
  • 109,796
  • 11
  • 89
  • 185
  • 1
    This is not really a programming question, but you could find better answers on [GIS](https://gis.stackexchange.com/). You have all relevant information for the EPSG:28992 projection on [epsg.io](https://epsg.io/28992). – Serge Ballesta Feb 09 '22 at 11:26

1 Answers1

0

QGis might also be helpful to convert between several projections. Once you can see your geometry as layer in Qgis, right click on the layer and select Export => Save Features As ... and select the wanted format.

https://www.qgis.org/en/site/forusers/download.html

Stefan
  • 10,010
  • 7
  • 61
  • 117