SDFIdk / WEBPROJ

REST API exposing coordinate transformations with PROJ
MIT License
8 stars 6 forks source link

Height conversion between DNN and DVR90 not correct #62

Open viktorras opened 2 weeks ago

viktorras commented 2 weeks ago

When running the app using the commands in the README the result is an application that gives wrong height values when converting from DNN to DVR90

Example: http://127.0.0.1:8000/v1.0/trans/EPSG:23032+5733/EPSG:7416/551359.00,6368207.00,28 gives { "v1": 551277.4725742307, "v2": 6367999.219770487, "v3": 27.96584952889701, "v4": null } But the correct result given by api.dataforsyningen.dk is { "v1": 551277.4725241157, "v2": 6367999.219725298, "v3": 27.980722557094055, "v4": null }

viktorras commented 1 week ago

The same problem exists when running webproj in a Docker container defined by the Dockerfile

viktorras commented 1 week ago

Release 1.2.2 of webproj does not have this issue