Open
Description
Relates to #114 (vignette) and Emodnet Biology examples that now fail, with the introduction of a new dimension (SEASON) in some WCS coverages. This raises various enhancement issues:
- Need to support a proper class to handle
DimensionDomain
blocks - Need to be able to parse Geoserver coverage descriptions with its specific classes (including the new one for dimensions). This is a challenge, as a
WCSCoverageDescription
is a generic class extendingGMLCOVAbstractCoverage
, and not a specific Geoserver WCS coverage description with its specific elements/classes (WCSGSTimeDomain
,WCSGSElevationDomain
,WCSGSDimensionDomain
) - Need to integrate the new class for DimensionDomain and refactor the logic of others in
getDimensions()
method - Integrate the business logic to share these additional dimensions into the GetCoverage request
cc @salvafern