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

Support ITRF plate motion model transformations with OBS params #47

Open
trey-stafford opened this issue Oct 22, 2024 · 2 comments
Open

Comments

@trey-stafford
Copy link
Contributor

ITRF2020 parameters were added in proj 9.5.0. See the PR that added these params here: OSGeo/PROJ#4235

The paper that published the PMM parameters for ITRF 2020 can be found here: https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023GL106373

The paper notes that:

In order to be consistent with the ITRF2020 frame, users of the ITRF2020-PMM should not only use the plate rotation poles listed in Table 1, but also add the translation rates listed in Table 2. However, it is recommended to ignore the artifactual vertical component of the predicted velocities resulting from the addition of the ORB, and to only consider the horizontal components of the predicted velocities.

The params added in the proj PR linked above provide both transformation parameters with and without the ORB components.

E.g., ITRF2020:ANTA gives the transformation params for Antarctica without the ORB and ITRF2020:ANTA_T gives the params with the ORB components.

As mentioned above, the ORB components should be applied for horizontal measurements and not for the vertical component.

Based on this, to properly support PMM transformations for ITRF2020, we would want to support the use of the ITRF2020:ANTA_T for the lat/lon and ITRF2020:ANTA for the elevation component. Currently, the code always just adds the plate name without a _T.

@trey-stafford trey-stafford changed the title Support ITRF2020 plate motion model transformations Support ITRF plate motion model transformations with OBS params Oct 22, 2024
@trey-stafford
Copy link
Contributor Author

There are also {PLATE}_T params available for ITRF2008: https://github.com/OSGeo/PROJ/blob/master/data/ITRF2008

@trey-stafford
Copy link
Contributor Author

Some context in this proj mailing list thread about the _T params: https://lists.osgeo.org/pipermail/proj/2022-February/010537.html

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

No branches or pull requests

1 participant