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>
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: