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 data/ITRF2020 with ITRF2020 to ITRFother, and ITRF2020 plate motion models #4235

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

rouault
Copy link
Member

@rouault rouault commented Aug 26, 2024

Demo showing correctness/consistency with EPSG for ITRF2020 to ITRFother:

$ echo 2 49 0 | bin/cs2cs -d 10 ITRF2020 ITRF2014
2.0000000132 49.0000000042 -0.0042266957

$ echo 2 49 0 | PROJ_DATA=data bin/cct -d 10 +proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=cart +ellps=GRS80 +step +init=ITRF2020:ITRF2014 +step +inv +proj=cart +ellps=GRS80 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1
2.0000000132 49.0000000042 -0.0042266957 inf

$ echo 2 49 0 | bin/cs2cs -d 10 ITRF2020 ITRF97
1.9999992955 49.0000000329 0.0239864234

$ echo 2 49 0 | PROJ_DATA=data bin/cct -d 10 +proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=cart +ellps=GRS80 +step +init=ITRF2020:ITRF97 +step +inv +proj=cart +ellps=GRS80 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1
1.9999992955 49.0000000329 0.0239864234 inf

…on models

Demo showing correctness/consistency with EPSG for ITRF2020 to ITRFother:

$ echo 2 49 0 | bin/cs2cs -d 10 ITRF2020 ITRF2014
2.0000000132	49.0000000042 -0.0042266957

$ echo 2 49 0 | PROJ_DATA=data bin/cct -d 10 +proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=cart +ellps=GRS80 +step +init=ITRF2020:ITRF2014 +step +inv +proj=cart +ellps=GRS80 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1
  2.0000000132   49.0000000042  -0.0042266957           inf

$ echo 2 49 0 | bin/cs2cs -d 10 ITRF2020 ITRF97
1.9999992955	49.0000000329 0.0239864234

$ echo 2 49 0 | PROJ_DATA=data bin/cct -d 10 +proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=cart +ellps=GRS80 +step +init=ITRF2020:ITRF97 +step +inv +proj=cart +ellps=GRS80 +step +proj=unitconvert +xy_in=rad +xy_out=deg +step +proj=axisswap +order=2,1
  1.9999992955   49.0000000329  0.0239864234           inf
@rouault rouault added this to the 9.5.0 milestone Aug 26, 2024
Copy link
Member

@kbevers kbevers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. I didn't find any mistakes in the transcription from tables 1 & 2 from the paper.

@rouault rouault merged commit 58fca6d into OSGeo:master Aug 27, 2024
23 checks passed
@ValeZAA
Copy link

ValeZAA commented Aug 29, 2024

Does this implement PSD, post seismic deformations? https://itrf.ign.fr/en/solutions/itrf2020/description/more

@kbevers
Copy link
Member

kbevers commented Aug 29, 2024

Does this implement PSD, post seismic deformations? https://itrf.ign.fr/en/solutions/itrf2020/description/more

No.

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.

3 participants