Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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 Piero Campalani, 10 years ago

Status: newaccepted

comment:2 by Piero Campalani, 10 years ago

Resolution: fixed
Status: acceptedclosed

Fixed in changeset:541d490.

comment:3 by Piero Campalani, 10 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.

comment:4 by Piero Campalani, 10 years ago

Regarding comment:3, fix applied in changeset:2fdc9fa.

Note: See TracTickets for help on using tickets.