Opened 6 years ago
Closed 6 years ago
#1868 closed defect (invalid)
Petascope remove the redundant element <covMetadata> from result of WCS DescribeCoverage & GetCoverage requests
Reported by: | Bang Pham Huu | Owned by: | Bang Pham Huu |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | petascope | Version: | development |
Keywords: | covMetadata, coverage metadata | Cc: | Dimitar Misev, Vlad Merticariu, Peter Baumann |
Complexity: | Medium |
Description
Current result of WCS DescribeCoverage & GetCoverage requests for a coverage containing some metadata is:
<gmlcov:metadata> <gmlcov:Extension> <covMetadata>...
According to http://schemas.opengis.net/gmlcov/1.0/coverage.xsd covMetadata is a non-existing element and it should be removed. Some other examples which can be used to reference: http://docs.geoserver.org/latest/en/user/extensions/wcs20eo/index.html#exposing-dataset-series
Note:
See TracTickets
for help on using tickets.
According to http://schemas.opengis.net/cis/1.0/coverage.xsd
The content of
must be an XML element with prefix and a namespace (e.g: prefix
myNS
with namespacexmlns:myNS="myNS"
), e.g:As all metadata from WCST_Import is not annotated by XML namespace prefix, hence, the wrapper element
covMetadata
for coverage's metadata is needed to validate the above schema's requirement: