-
Notifications
You must be signed in to change notification settings - Fork 803
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
NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation #2554
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merged
1 task
rouault
reviewed
Mar 4, 2021
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
tinshift_simplified_etrs89_ngo48.json removed in Makefile
rouault
reviewed
Mar 4, 2021
@himsve Do you want to get this merged as it before EPSG comes with a code for the tinshift method ? |
Yes, please merged it. As I mentioned, this is just a temporary solution until EPSG handles TIN transformations. But it's works well. 👍 |
rouault
added a commit
to rouault/PROJ
that referenced
this pull request
Mar 23, 2021
…), and NGO48 to ETRS89 TIN transfrm (OSGeo#2554) * Correction grid NKG:ETRF14 to EPSG:7922 * Added NKG:ITRF_TO_NO GIE test * Correction grid no_kv_NKGETRF14_EPSG7922_2000 added to grid_alternatives.sql * proj_method 'velocity_grid' added in check_grid_alternatives_proj_method. NKG velocity grid added to grid_alternatives.sql * also include follow-up fix to master OSGeo#2548: e10a849 * Add NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation (OSGeo#2554) Co-authored-by: Even Rouault <even.rouault@spatialys.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based transformation.
The transformation is based on the TIN-json file 'no_kv_ETRS89NO_NGO48_TIN.json'. The transformation in mentioned TIN-file has the direction EPSG:4258>EPSG:4273.
The transformation EPSG:4273>EPSG:4258 is already defined as EPSG:1653 at https://epsg.io/1653 as a Position Vector transformation (EPSG:9606). The triangulation-based NGO48>ETRS89 transformation is not yet registered with new EPSG code due to that triangulation-based transformation is not registered as method at epsg.io.
Preliminary the EPSG:4273>EPSG:4258 triangulation-based transformation is implemented as encapsulated proj string in other_tranformation.
This pull request is related to #OSGeo/PROJ-data#60