Difference between revisions of "Spatial Data Discovery and Access"

From Gcube Wiki
Jump to: navigation, search
Line 1: Line 1:
 
Discovering geo-spatial information about some points of the ocean can be fundamental for performing data analysis on species behaviour and preferences. Furthermore it can be useful to scientists belonging to different communities who want to share their data or to have a complete vision of the environmental setup of some zones.
 
Discovering geo-spatial information about some points of the ocean can be fundamental for performing data analysis on species behaviour and preferences. Furthermore it can be useful to scientists belonging to different communities who want to share their data or to have a complete vision of the environmental setup of some zones.
Geospatial Data Discovery includes functionalities for retrieving environmental information associated to some points or zones, in terms of physical and chemical properties.
+
Geospatial Data Discovery includes functionalities for retrieving environmental information associated to some areas, in terms of physical and chemical properties.
  
 
This document outlines the design rationale and high-level architecture of such components.
 
This document outlines the design rationale and high-level architecture of such components.
Line 9: Line 9:
 
*the ability to retrieve information which is yet stored and available in the infrastructure;
 
*the ability to retrieve information which is yet stored and available in the infrastructure;
 
*the ability to retrieve information which is stored on remote sites, collecting geospatial data;
 
*the ability to retrieve information which is stored on remote sites, collecting geospatial data;
*the ability to generate information for some points by using kriging when necessary.
+
*the ability to generate information for some points by using approximation techniques when necessary.
  
The entire system is then based on the following kind of information datasets:
+
The entire system is then based on the following kinds of information datasets:
  
 
*Stored datasets: some physical or chemical features layer, containing information at a certain resolution, for a certain time period;
 
*Stored datasets: some physical or chemical features layer, containing information at a certain resolution, for a certain time period;
*Remote datasets: some physical or chemical features layer, stored on a remote site, to be discovered by means of extraction techniques. They will refer to certain time and resolution;
+
*Remote datasets: some physical or chemical features layer, stored on a remote site, to be discovered by means of searching techniques. They will refer to certain time and resolution;
*Potential datasets: some physical or chemical features which are not stored for some points, but that can be produced by means of geospatial functions like kriging or resampling
+
*Potential datasets: some physical or chemical features which are not available for some points, but that can be produced by means of geospatial functions like kriging or resampling.
  
In summary, the Geospatial Data Discovery system provide ''distributed, researchable or to be generated, environmental features associated to geographical points or areas''.
+
In summary, the Geospatial Data Discovery system provides ''distributed, researchable or to be generated, environmental features associated to geographical points or areas''.
  
 
== Key Features ==
 
== Key Features ==
  
 
;uniform model and access API over environmental data
 
;uniform model and access API over environmental data
:heterogeneous external datasource investigation;
+
:heterogeneous external datasources investigation;
:uniform access to OGC compliant services;
+
:uniform access to OGC compliant services.
  
 
;pluggable external sources
 
;pluggable external sources
:a plug-in based architecture allows for easy attachment of new datasources;
+
:a plug-in based architecture allows for an easy attachment of new datasources.
  
 
;data consumption with OGC standard protocols
 
;data consumption with OGC standard protocols
 
:it is possible to produce data under standard protocols like WFS, WCS, WMS etc.;
 
:it is possible to produce data under standard protocols like WFS, WCS, WMS etc.;
:it is possible to perform processing requests by means of standard protocols, like WPS;
+
:it is possible to perform processing requests by means of standard protocols, like WPS.
  
 
== Subsystems ==
 
== Subsystems ==
  
Geospatial Data Discovery cluster within the following component:
+
Geospatial Data Discovery clusters within the following component:
  
 
;the [[Environmental Service]]
 
;the [[Environmental Service]]
 
:a service providing a unique point of access to environmental features associated to coordinate points or to geographical areas.
 
:a service providing a unique point of access to environmental features associated to coordinate points or to geographical areas.

Revision as of 11:10, 18 May 2012

Discovering geo-spatial information about some points of the ocean can be fundamental for performing data analysis on species behaviour and preferences. Furthermore it can be useful to scientists belonging to different communities who want to share their data or to have a complete vision of the environmental setup of some zones. Geospatial Data Discovery includes functionalities for retrieving environmental information associated to some areas, in terms of physical and chemical properties.

This document outlines the design rationale and high-level architecture of such components.

Overview

Geospatial Data Discovery provides the following facilities:

  • the ability to retrieve information which is yet stored and available in the infrastructure;
  • the ability to retrieve information which is stored on remote sites, collecting geospatial data;
  • the ability to generate information for some points by using approximation techniques when necessary.

The entire system is then based on the following kinds of information datasets:

  • Stored datasets: some physical or chemical features layer, containing information at a certain resolution, for a certain time period;
  • Remote datasets: some physical or chemical features layer, stored on a remote site, to be discovered by means of searching techniques. They will refer to certain time and resolution;
  • Potential datasets: some physical or chemical features which are not available for some points, but that can be produced by means of geospatial functions like kriging or resampling.

In summary, the Geospatial Data Discovery system provides distributed, researchable or to be generated, environmental features associated to geographical points or areas.

Key Features

uniform model and access API over environmental data
heterogeneous external datasources investigation;
uniform access to OGC compliant services.
pluggable external sources
a plug-in based architecture allows for an easy attachment of new datasources.
data consumption with OGC standard protocols
it is possible to produce data under standard protocols like WFS, WCS, WMS etc.;
it is possible to perform processing requests by means of standard protocols, like WPS.

Subsystems

Geospatial Data Discovery clusters within the following component:

the Environmental Service
a service providing a unique point of access to environmental features associated to coordinate points or to geographical areas.