Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Slovenian geoid model SLO-VRP2016/Koper #3610

Merged
merged 1 commit into from
Feb 6, 2023

Conversation

AlexBass05
Copy link
Contributor

This PR adds a new entry into the grid_alternatives-table to link to the GeoTIFF file for the Slovenian geoid model SLO-VRP2016/Koper added in PROJ-data: OSGeo/PROJ-data#93

See that there is already another EPSG-database update in preparation (#3609) but I don't expect any conflicts with this PR.

Example on master:

$ echo 46.0 14.5 0 | PROJ_DEBUG=2 cs2cs EPSG:4883  EPSG:4756+8690
pj_open_lib(proj.db): call fopen(.../install/share/proj//proj.db) - succeeded
pj_open_lib(proj.ini): call fopen(.../install/share/proj//proj.ini) - succeeded
Attempt at accessing remote resource not authorized. Either set PROJ_NETWORK=ON or proj_context_set_enable_network(ctx, TRUE)
pj_open_lib(https://isgeoid.polimi.it/Geoid/Europe/Slovenia/public/Slovenia_2016_SLO_VRP2016_Koper_hybrQ_20221122.isg): call fopen(https://isgeoid.polimi.it/Geoid/Europe/Slovenia/public/Slovenia_2016_SLO_VRP2016_Koper_hybrQ_20221122.isg) - failed
...
46.00	14.50 0.00

Example on this branch:

$ echo 46.0 14.5 0 | PROJ_DEBUG=2 cs2cs EPSG:4883  EPSG:4756+8690
pj_open_lib(proj.db): call fopen(.../install/share/proj/proj.db) - succeeded
pj_open_lib(proj.ini): call fopen(/.../install/share/proj/proj.ini) - succeeded
pj_open_lib(si_gurs_SLO-VRP2016-Koper.tif): call fopen(.../install/share/proj/si_gurs_SLO-VRP2016-Koper.tif) - succeeded
pj_open_lib(si_gurs_SLO-VRP2016-Koper.tif): call fopen(.../install/share/proj/si_gurs_SLO-VRP2016-Koper.tif) - succeeded
Using coordinate operation Slovenia 1996 to SVS2010 height (1) + Inverse of Ballpark geographic offset from VN-2000 to Slovenia 1996
pj_open_lib(si_gurs_SLO-VRP2016-Koper.tif): call fopen(.../install/share/proj/si_gurs_SLO-VRP2016-Koper.tif) - succeeded
46.00	14.50 -46.45

@rouault rouault closed this Feb 6, 2023
@rouault rouault reopened this Feb 6, 2023
@rouault rouault merged commit 667d6ae into OSGeo:master Feb 6, 2023
@rouault rouault added this to the 9.2.0 milestone Feb 6, 2023
@AlexBass05 AlexBass05 deleted the add-slovenia-geoid-model branch April 2, 2024 11:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants