Opened 10 years ago

Closed 10 years ago

#565 closed defect (fixed)

Coverage description template for non-gridded coverages to be established

Reported by: Piero Campalani Owned by: Piero Campalani
Priority: major Milestone: 9.0
Component: petascope Version: development
Keywords: multipoint dimension attribute Cc: Alireza
Complexity: Easy

Description

The schema definition does not allow a dimension attribute in the gml:MutliPoint element of a multipoint coverage. It is optional for gridded coverages, but does not have a meaning for multi* ones.

...
  <domainSet>
-   <MultiPoint dimension="3" gml:id="Parksmall-grid">
+   <MultiPoint gml:id="Parksmall-grid">
    <limits>
    ...
</domainSet>
...

On the other side, attributes from the group gml:SRSReferenceGroup would be useful, like is currently achieved in the gml:BoundedBy element.

Change History (2)

comment:1 by Piero Campalani, 10 years ago

Summary: gml:Multipoint do not have @dimension attributeCoverage description template for non-gridded coverages to be established

The problem is actually different here: the MultiPoint template is right but the CoverageDescription template is valid only for gridded coverages, so the template itself must either change name to GridCoverageDescription otherwise the domainSet must be exported to sub-templates for different kinds of coverages.

As a side note, the CRS of MultiPoint coverages is hardwired to EPSG:4979 (which is wrong anyway, see #557) in the templates, and needs to be parametrized as all the other variables.

Last edited 10 years ago by Piero Campalani (previous) (diff)

comment:2 by Piero Campalani, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in changeset:10c8884 (the whole package of templated petascope.wcs2.templates has been refactored, see changeset:59428a1 and related ticket #572).

Note: See TracTickets for help on using tickets.