Bug #5390
closed
EML created by DataTurbineToMetacat workflow should have the spatial coverage
Added by Jing Tao over 13 years ago.
Updated over 13 years ago.
Description
Current EML document generated by the worklfow only have the temporal coverage. We need to add spatial coverage as well.
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.
Original Bugzilla ID was 5390
Also available in: Atom
PDF