-
Notifications
You must be signed in to change notification settings - Fork 171
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 footprint coordinates for TGO CaSSIS images to exported label #4473
Comments
@kberryUSGS This issue needs to be better fleshed out with acceptance criteria and/or an example of what should be added to the label. Does the team want WKT polygons, lat and lon ranges, or something else? We can get it prioritized for work, but we need more details about what the team wants prior to work beginning. |
They'll update the cubes to include the following in the
These values need to be exported from the ISIS Cube to the PDS4 output label generated by |
@kberryUSGS footprintinit walks across the entire image and then computes a convex hull of those ground points. This algorithm very rarely generates a square. What should the output be if the footprint shape was a more complex polygon than a square? |
@jessemapel I can ask them about how they're doing this, but they're generating the coordinates in their pipeline and adding them to the cube, so the point of this ticket is to take the values they've already calculated and added to the cube label and export them to the PDS4 label in |
As an example, here's a CTX footprint WKT string, from F02_036648_2021_XN_22N022W:
CaSSIS footprints will likely be simpler as we process each framelet as a separate image so you don't get time dependent changes in the boundary, but there is still distortion and the effects of the DEM you orthorectify onto. |
Example of output PDS4 format, now confirmed!
|
It was decided via email that it doesn't matter (for now) which corner is assigned to each lat/lon (i.e it's okay if the "upper left corner" isn't actually the upper-left corner,) what matters is that the footprint is defined, not which corner is which. |
@kberryUSGS I see a PR open for this. Can that PR be merged and this issue closed? |
Closed by #4508 |
Description
Update
tgocassisrdrgen
to output footprint coordinates which will be added by the UA team to the ISIS Cube labels of CaSSIS images.Example
Take the following keywords/values from the
Archive
group of a CaSSIS cube:and update
tgocassisrdrgen
to export these values to the PDS4 label it creates.(Example of desired output forthcoming)
The text was updated successfully, but these errors were encountered: