Actions
Bug #5390
closedEML created by DataTurbineToMetacat workflow should have the spatial coverage
Status:
Resolved
Priority:
Normal
Assignee:
Category:
sensor-view
Target version:
Start date:
05/03/2011
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
5390
Description
Current EML document generated by the worklfow only have the temporal coverage. We need to add spatial coverage as well.
Updated by Jing Tao over 13 years ago
In SenorMLToEML class, the code to capture the spatial information was added. Then the information will be added to eml like:
<coverage><geographicCoverage><geographicDescription>single point</geographicDescription>
<boundingCoordinates><westBoundingCoordinate>-2.75</westBoundingCoordinate>
<eastBoundingCoordinate>-2.75</eastBoundingCoordinate>
<northBoundingCoordinate>16.125</northBoundingCoordinate>
<southBoundingCoordinate>16.125</southBoundingCoordinate>
</boundingCoordinates>
</geographicCoverage>
</coverage>
This is a point coverage.
Actions