podaac / swodlr-ui

User Interface for On-Demand Raster Generation System
2 stars 1 forks source link

Granule Footprint More Accurate Polygon Metadata #82

Open jbyrne6 opened 5 months ago

jbyrne6 commented 5 months ago

The more accurate footprint can be used once some of these attributes are added to the SWOT Raster 2.0 metadata. I need to clarify with @jjmcnelis which ones are necessary for the update. The new footprint will more accurately represent what SWOT coverage collects.

 :geospatial_lon_min = -47.76779877301729; // double
  :geospatial_lon_max = -46.304578642099784; // double
  :geospatial_lat_min = -25.243922947539403; // double
  :geospatial_lat_max = -23.906088739267435; // double
  :left_first_longitude = -46.52841089494709; // double
  :left_first_latitude = -23.906088739267435; // double
  :left_last_longitude = -46.30457864209977; // double
  :left_last_latitude = -25.04261543691818; // double
  :right_first_longitude = -47.76779877301729; // double
  :right_first_latitude = -24.10424427494721; // double
  :right_last_longitude = -47.5546003317971; // double
  :right_last_latitude = -25.243922947539403; // double

See JIRA ticket SSDS-3784 for status.

jbyrne6 commented 5 months ago
viviant100 commented 5 months ago

SDS will implement polygon metadata per JIRA ticket SSDS-3784.