Skip to content

GRD: Consider using footprint from productInfo.json instead of safe:footPrint from SAFE manifest #56

@philvarner

Description

@philvarner

Is your feature request related to a problem? Please describe.

Currently, GRD uses the footprint element in the SAFE manifest (effectively a bbox) to produce a polygon.

e.g.,

             <safe:footPrint srsName="http://www.opengis.net/gml/srs/epsg.xml#4326">
                <gml:coordinates>66.097771,-174.028839 66.944458,176.813492 71.130539,178.793777 70.166634,-170.280487</gml:coordinates>
              </safe:footPrint>

This is not a very accurate footprint for the scene, and has at least one bug with it (#55),

Instead, consider using the productInfo.json "footprint" attribute. This has a MultiPolygon for antimeridian-spanning scenes and more accurate geometries of all scenes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions