[
https://issues.apache.org/jira/browse/SIS-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Desruisseaux updated SIS-444:
------------------------------------
Description:
All {{DataStore}} in Apache SIS provides their data as a collection of
{{Resource}}. There is different kinds of resources; SIS 0.8 already provides
{{FeatureSet}} for resources made of a stream of {{Feature}} instances
(typically geometries associated to some property values). We need another
specialization of resources, {{GridCoverageResource}}, for raster data. Two key
elements of grid coverages are:
* {{GridGeometry}}, which describe the _domain_ of a coverage (e.g. the raster
size in pixels and the geographic envelope).
* {{SampleDimension}} which describe the _range_ of a coverage (e.g. the
meaning of values stored in raster bands).
was:
All {{DataStore}} in Apache SIS provides their data as a collection of
`Resource`. There is different kinds of resources; SIS 0.8 already provides
{{FeatureSet}} for resources made of a stream of `Feature` instances (typically
geometries associated to some property values). We need another specialization
of resources, {{GridCoverageResource}}, for raster data. Two key elements of
grid coverages are:
* {{GridGeometry}}, which describe the _domain_ of a coverage (e.g. the raster
size in pixels and the geographic envelope).
* {{SampleDimension}} which describe the _range_ of a coverage (e.g. the
meaning of values stored in raster bands).
> GridCoverageResource interface for raster data
> ----------------------------------------------
>
> Key: SIS-444
> URL: https://issues.apache.org/jira/browse/SIS-444
> Project: Spatial Information Systems
> Issue Type: New Feature
> Components: Storage
> Reporter: Martin Desruisseaux
> Assignee: Martin Desruisseaux
> Priority: Major
> Fix For: 1.0
>
>
> All {{DataStore}} in Apache SIS provides their data as a collection of
> {{Resource}}. There is different kinds of resources; SIS 0.8 already provides
> {{FeatureSet}} for resources made of a stream of {{Feature}} instances
> (typically geometries associated to some property values). We need another
> specialization of resources, {{GridCoverageResource}}, for raster data. Two
> key elements of grid coverages are:
> * {{GridGeometry}}, which describe the _domain_ of a coverage (e.g. the
> raster size in pixels and the geographic envelope).
> * {{SampleDimension}} which describe the _range_ of a coverage (e.g. the
> meaning of values stored in raster bands).
--
This message was sent by Atlassian Jira
(v8.3.4#803005)