#649 closed defect (fixed)
Dynamic output grid coverage type
Reported by: | Piero Campalani | Owned by: | Piero Campalani |
---|---|---|---|
Priority: | minor | Milestone: | 9.0 |
Component: | petascope | Version: | development |
Keywords: | dynamic coverage type | Cc: | |
Complexity: | Easy |
Description
Petascope should return the least complex grid type for output coverages: that mainly means that if a user gets an XY slice on an irregular time series of regular images, he should get a RectifiedGridCoverage
.
Technically this means that GetCoverageMetadata
class must have its own type (which can differ from the type in CoverageMetyadata
).
Change History (4)
comment:1 by , 11 years ago
Status: | new → accepted |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
comment:3 by , 11 years ago
While Grid->RectifiedGrid->ReferenceableGrid
is conceptually a chain of extension to grid geometries, that is not reflected in the schema definitions where gml:Grid
has two separate disjoint extensions.
Thus dynamically change from Referenceable
to Rectified
grids can be an unsafe operation.
Disable this now: future investigations are needed.
Fixed in changeset:541d490.