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