Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

ILVIS2 datasets: support ITRF transformation of all lat/lon/elev fields #41

Open
trey-stafford opened this issue Oct 16, 2024 · 0 comments

Comments

@trey-stafford
Copy link
Contributor

The ILVIS2 data have multiple sets of lat/lon/elev fields.

Both v1 and v2 have:

  • ZG = ELEVATION_LOW
  • GLON = LONGITUDE_LOW
  • GLAT = LATITUDE_LOW
  • HLON = LONGITUDE_HIGH
  • HLAT = LATITUDE_HIGH
  • ZH = ELEVATION_HIGH

and v1 also has:

  • CLON = LONGITUDE_CENTROID
  • CLAT = LATITUDE_CENTROID
  • ZC = ELEVATION_CENTROID

As of #20 , iceflow replicates the behavior of valkyrie and uses CLAT, CLON, and ZC as the lat/lon/elev fields and these are the only ones that get ITRF transformed.

We should probably support tranforming all sets of lat/lon/elev and also allow users to choose which set they want to use for analysis.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant