Martin Desruisseaux created SIS-559:
---------------------------------------
Summary: Allow aggregation of coverages in a data cube
Key: SIS-559
URL: https://issues.apache.org/jira/browse/SIS-559
Project: Spatial Information Systems
Issue Type: Improvement
Components: Coverage
Affects Versions: 1.2
Reporter: Martin Desruisseaux
Assignee: Martin Desruisseaux
Fix For: 1.3
Add a {{CoverageAggregator}} class capable to receive an arbitrary amount of
{{GridCoverage}} or {{GridCoverageResource}}, and build a view which is a data
cube where all given coverages is a slice.
For example if the user has 100 files for the same phenomenon (e.g. Sea Surface
Temperature) one the same geographic area but at different dates and times _t_,
then {{CoverageAggregator}} will build a new {{GridCoverageResource}} in which
each request for data (_x_, _y_, _t_) will load the file corresponding to
instant _t_.
Above example used files, but {{CoverageAggregator}} should work with any
implementation of {{GridCoverageResource}}, no matter if loaded from a file or
computed.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)