-
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
cs2cs /cct don't transform height in ETRS89 (EVRF2007) to DHHN2016 #3194
Comments
The issue here is that the needed data file GCG2016.txt doesn't seem to be available under free & open data licensing, if I trust |
I have a test quasigeoid gcg2016 but the conversion does not work with it either |
how did you get the GeoTIFF file ? Did you generate it yourself ? |
I downloaded the demo at the link:
but if you change the path to the .tif file:
|
Works for me with cct: $ echo 51.495833333 14.30625 0 | cct +proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +inv +proj=vgridshift +grids=quasigeoid/Gebiet_LAUSITZ/quasigeoid/linux/geotiff/GCG2016_tglausitz.tif +multiplier=1 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1 The fact that it doesn't work with cs2cs out of the box is expected given that PROJ doesn't provide this grid and thus doesn't not alias the name of the grid provided by EPSG : GCG2016.txt But that won't probably help you much for EVRF2007 to DHHN2016, as there's no known transformation in EPSG from EVRF2007 to ETRS89 ellipsoidal height. |
cs2cs don't transform height in ETRS89 (EVRF2007) to DHHN2016
network = on
and cct:
information on steps taken from projinfo
Expected Output
Environment Information
Installation method
The text was updated successfully, but these errors were encountered: