Difference between revisions of "Geospatial Data Visualization"

From Gcube Wiki
Jump to: navigation, search
m
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Data visualization for geospatial data, that means tabular data with associated geographical indications, is a crucial functionality. It allows scientists to investigate on produced distribution probability maps, to analyze the results of some geospatial processing or to retrieve graphically the distribution of environmental features. The number of elements making up a distributed storage system for geographical layers can be difficult to setup, along with a visualization utility for that.
+
[[Category:GCube Spatial Data Infrastructure]]
The Geospatial Data Visualization is a set of utilities for retrieving and visualizing information stored on a distributed geospatial layers network.
+
 
 +
Geospatial data, that is tabular data with associated geographical indications, need data visualization as crucial function. This allows scientists to investigate on produced distribution probability maps, to analyze the results of some geospatial processing or to retrieve graphically the distribution of environmental features. The number of elements making up a distributed storage system for geographical layers can be difficult to setup, along with a visualization utility for that.
 +
The Geospatial Data Visualization is a set of utilities for retrieving and visualizing information stored on a distributed geospatial layers network, relying on a GeoNetwork implementation.
  
 
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 8: Line 10:
  
 
*the ability to retrieve layers from a distributed network based on the GeoNetwork software;
 
*the ability to retrieve layers from a distributed network based on the GeoNetwork software;
*the ability to visualize layers coming from different kind of datasources;
+
*the ability to visualize layers coming from different kinds of datasources;
 
*the ability to add, modify and investigate those layers from a graphical interface.
 
*the ability to add, modify and investigate those layers from a graphical interface.
  
 
The entire system is helped by the following technology:
 
The entire system is helped by the following technology:
  
*Geo Network: a software for realizing a distributed network of WMS or WFS layers;
+
*[http://geonetwork-opensource.org/ Geo Network]: a software for realizing a distributed network of WMS or WFS layers;
*Geo Server: a software allowing users to share and edit geospatial data.
+
*[http://geoserver.org/ Geo Server]: a software allowing users to share and edit geospatial data.
  
 
In summary, the Geospatial Data Visualization system provides a ''unique access for visualizing, retrieving and analyzing distributed geospatial data''.
 
In summary, the Geospatial Data Visualization system provides a ''unique access for visualizing, retrieving and analyzing distributed geospatial data''.
Line 28: Line 30:
 
:possibility to perform CQL filters on layers;
 
:possibility to perform CQL filters on layers;
 
:possibility to trace transect charts;
 
:possibility to trace transect charts;
:possibility to select areas for investigate on environmental features.
+
:possibility to select areas for investigating on environmental features.
  
 
;Search and indexing capabilities
 
;Search and indexing capabilities
Line 39: Line 41:
 
Geospatial Data Visualization clusters within the following components:
 
Geospatial Data Visualization clusters within the following components:
  
;The [https://gcube.wiki.gcube-system.org/gcube/index.php/Gis_Viewer Gis Viewer]
+
;The [[Gis_Viewer | GIS Viewer]]
:a visualizer for geospatial layers stored on a GeoServer or remotely published by WFS or WMS protocols.
+
:a tool for visual analysis of geospatial layers stored on a GeoServer or remotely published by WFS or WMS protocols;
;The [https://gcube.wiki.gcube-system.org/gcube/index.php/Geo_Explorer Geo Explorer]
+
;The [[Geo_Explorer | Geo Explorer]]
:a search tool for layers residing on a GeoNewtork or a GeoServer.
+
: a tool for search and browse geo-spatial data sets spread in a number of data providers linked to the infrastructure;
 +
;The [[ Geospatial_Data_Processing#TIFFUploader_Algorithm | Tiff Uploader Procedure]]

Latest revision as of 14:59, 6 July 2016


Geospatial data, that is tabular data with associated geographical indications, need data visualization as crucial function. This allows scientists to investigate on produced distribution probability maps, to analyze the results of some geospatial processing or to retrieve graphically the distribution of environmental features. The number of elements making up a distributed storage system for geographical layers can be difficult to setup, along with a visualization utility for that. The Geospatial Data Visualization is a set of utilities for retrieving and visualizing information stored on a distributed geospatial layers network, relying on a GeoNetwork implementation.

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

Overview

Geospatial Data Visualization provides the following facilities:

  • the ability to retrieve layers from a distributed network based on the GeoNetwork software;
  • the ability to visualize layers coming from different kinds of datasources;
  • the ability to add, modify and investigate those layers from a graphical interface.

The entire system is helped by the following technology:

  • Geo Network: a software for realizing a distributed network of WMS or WFS layers;
  • Geo Server: a software allowing users to share and edit geospatial data.

In summary, the Geospatial Data Visualization system provides a unique access for visualizing, retrieving and analyzing distributed geospatial data.

Key Features

uniform access over geospatial GIS layers
investigation over layers indexed by GeoNetwork;
visualization of distributed layers;
add of remote layers published in standard OGC formats (WMS or WFS).
Filtering and analysis capabilities
possibility to perform CQL filters on layers;
possibility to trace transect charts;
possibility to select areas for investigating on environmental features.
Search and indexing capabilities
possibility to sort over titles on a huge quantity of layers;
possibility to search over titles and names on a huge quantity of layers;
possibility to index layers by invoking GeoNetwork functionalities.

Subsystems

Geospatial Data Visualization clusters within the following components:

The GIS Viewer
a tool for visual analysis of geospatial layers stored on a GeoServer or remotely published by WFS or WMS protocols;
The Geo Explorer
a tool for search and browse geo-spatial data sets spread in a number of data providers linked to the infrastructure;
The Tiff Uploader Procedure