You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On #24, the work done to extract scene metadata and plot the geometry (sky plots) was highly specific to WV scenes. Really, it should be written more flexibly for ASTER, HiRISE, etc., etc.
This is a hairy problem and requires a case-by-case study of metadata for each product. Likely this will need to be done iteratively at a later point after knocking out some of the other issues on the board here.
The text was updated successfully, but these errors were encountered:
All of the camera parsing is done already by ASP so we should extract relevant, useful details and output a report / table directly from ASP during processing. Then the code here can slurp that report which will be standardized for any given camera / sensor.
Alternatively to ASP outputting this report, can we call the methods of interest here?
On #24, the work done to extract scene metadata and plot the geometry (sky plots) was highly specific to WV scenes. Really, it should be written more flexibly for ASTER, HiRISE, etc., etc.
This is a hairy problem and requires a case-by-case study of metadata for each product. Likely this will need to be done iteratively at a later point after knocking out some of the other issues on the board here.
The text was updated successfully, but these errors were encountered: