Skip to content

ECC: geographic coordinates should be validated for correct values #158

@servilla

Description

@servilla

ECC: geographic coordinates of a bounding box should be validated for correct values. The ECC quality checker does not verify that the geographic coordinates within a bounding box are logically correct. Errors occur downstream of archiving when the coordinates are used in a map interface.

Here is an example:

<geographicCoverage>
<geographicDescription>Cedar River Municipal Watershed</geographicDescription>
<boundingCoordinates>
    <westBoundingCoordinate>-122.0334104</westBoundingCoordinate>
    <eastBoundingCoordinate>-121.3631524</eastBoundingCoordinate>
    <northBoundingCoordinate>47.24097306</northBoundingCoordinate>
    <southBoundingCoordinate>47.49192463</southBoundingCoordinate>
</boundingCoordinates>
</geographicCoverage>

Metadata

Metadata

Assignees

Labels

Projects

Status

ToDo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions