NASA-IMPACT / pyQuARC

The pyQuARC tool reads and evaluates metadata records with a focus on the consistency and robustness of the metadata. pyQuARC flags opportunities to improve or add to contextual metadata information in order to help the user connect to relevant data products. pyQuARC also ensures that information common to both the data product and the file-level metadata are consistent and compatible. pyQuARC frees up human evaluators to make more sophisticated assessments such as whether an abstract accurately describes the data and provides the correct contextual information. The base pyQuARC package assesses descriptive metadata used to catalog Earth observation data products and files. As open source software, pyQuARC can be adapted and customized by data providers to allow for quality checks that evolve with their needs, including checking metadata not covered in base package.
Apache License 2.0
20 stars 1 forks source link

Add Spatial Extent Requirement Fulfillment Check #63

Closed jenny-m-wood closed 3 years ago

jenny-m-wood commented 3 years ago

Is this a new check? Please describe the check and the field. Check that the spatial extent requirement is satisfied. At least one of the following fields should be provided: Collection/Spatial/HorizontalSpatialDomain/Geometry/Point/PointLongitude Collection/Spatial/HorizontalSpatialDomain/Geometry/Point/PointLatitude Collection/Spatial/HorizontalSpatialDomain/Geometry/BoundingRectangle/WestBoundingCoordinate Collection/Spatial/HorizontalSpatialDomain/Geometry/BoundingRectangle/EastBoundingCoordinate Collection/Spatial/HorizontalSpatialDomain/Geometry/BoundingRectangle/SouthBoundingCoordinate Collection/Spatial/HorizontalSpatialDomain/Geometry/BoundingRectangle/NorthBoundingCoordinate Collection/Spatial/HorizontalSpatialDomain/Geometry/GPolygon/Boundary/Point/PointLongitude Collection/Spatial/HorizontalSpatialDomain/Geometry/GPolygon/Boundary/Point/PointLatitude Collection/Spatial/HorizontalSpatialDomain/Geometry/Line/Point/PointLongitude Collection/Spatial/HorizontalSpatialDomain/Geometry/Line/Point/PointLatitude

Describe the checks in steps

  1. Check that at least one of the above fields is provided.
  2. If none are provided, recommend providing a spatial extent in one of the following forms: a. Point b. Bounding Rectangle c. GPolygon d. Line

Is there a similar check already implemented? Please list the name of the check Temporal Extent Requirement Check

Additional context Refer to the Spatial Extent Requirement Fulfillment Check in the QA Rules spreadsheet for more informaiton.

slesaad commented 3 years ago

Screen Shot 2021-05-10 at 11 14 27 Addressed by: 184cb3f