WCS as a Download Service for Big (and Small) Data

Size: px
Start display at page:

Download "WCS as a Download Service for Big (and Small) Data"

Transcription

1 WCS as a Download Service for Big (and Small) Data INSPIRE 2013 Florence, Italy, 2013-jun-25 Peter Baumann 1, Stephan Meissl 2, Alan Beccati 1 1 Jacobs University rasdaman GmbH, Bremen, Germany 2 EOX GmbH, Vienna, Austria Supported by EU FP7 einfrastructure, contract EarthServer

2 Big Data Jacobs U Large-Scale Scientific Information Systems research group focus: large-scale n-d raster services & beyond Main results: Array DBMS, rasdaman Research spin-off, rasdaman GmbH Geo service standards: chair, OGC raster-relevant working groups editor, 10+ OGC stds & candidate stds Recently: ISO Array SQL

3 Overview Big Data Coverage data: the OGC Coverage Model Coverage services: the WCS Suite rasdaman Conclusion 3

4 Big Data : The 4 Vs Volume [Doug Laney / Gartner & IBM] Velocity Variety Veracity...plus several more Vs in blogs (the V s deluge): Value, Verisimilitude, Variability, Visualization,...

5 Facing the Coverage Tsunami sensor feeds [OGC SWE] coverage server 5

6 Taming the Coverage Tsunami sensor feeds [OGC SWE] coverage server 6

7 Serving Coverages GMLCOV & WCS: download & processing SOS WCS SWE SOS: data capturing coverage server

8 Overview Big Data Coverage data: the OGC Coverage Model Coverage services: the WCS Suite rasdaman Conclusions 8

9 Coverage Definition class GML Application Schema for Coverages contains hook for metadata «FeatureType» GML::Feature «FeatureType» Coverage ISO is abstract many different implementations possible not per se interoperable OGC coverage std is concrete and interoperable domainset rangetype rangeset «Union» GML::DomainSet «type» SWE Common::DataRecord «Union» GML::RangeSet [OGC r2]

10 Gridded Coverage Types Not georeferenced, just pixels GMLCOV::GridCoverage Georeferenced, possibly oblique GMLCOV::RectifiedGridCoverage 1+ irregular axes GML 3.3 ReferenceableGridByVectors* GMLCOV::ReferenceableGridCoverage Mix example: sat image timeseries 1+ warped axes GML 3.3 ReferenceableGridByArray* GMLCOV::ReferenceableGridCoverage *) plan: GML 3.4 for generalization [Campalani 2013]

11 Big Data Variety: Coverages n-d "space/time-varying phenomenon" [ISO 19123, OGC r2] «FeatureType» Abstract Coverage Grid Coverage MultiSolid Coverage MultiSurface Coverage MultiCurve Coverage MultiPoint Coverage Referenceable GridCoverage Rectified GridCoverage

12 Including Coverages Metadata Coverage has slot metadata for <any> kind of metadata WCS will deliver this, without understanding contents Enables catalogues, extended semantics, metadata extensions Ex: EO-WCS GetCoverage result

13 Overview Big Data Coverage data: the OGC Coverage Model Coverage services: the WCS Suite rasdaman Conclusions 13

14 WCS Service Model: Structure [OGC r4] Hook for future servicerelated coverage metadata

15 WCS Service Model: Operations GetCapabilities what service extensions? What formats? CRSs? What coverages? DescribeCoverage coverage metadata GetCoverage main workhorse: coverage, or subset thereof Direct access to values for processing 15

16 WCS: The Big Picture

17 Web Coverage Service Core Simple & efficient access to n-d spatio-temporal coverages In any format subset = trim slice 17

18 OGC Spatio-Temporal CRSs WGS84, URI-based: Parametrized ( AUTO ) CRSs: Ad-hoc combination of CRSs: & code=auto42003 & UoM=m & CenterLongitude=-100 & CenterLatitude=45 1= 3= Unix-Time?label= forecast OGC CRS resolver, powered by rasdaman/secore

19 WCS Extension: CRS (Warp) [11-053] 2 optional CRS parameters added to GetCoverage request: subsettingcrs: CRS in which subsetting bbox is expressed default: coverage s Native CRS E.g. Lat/Lon AOI over several UTM coverages outputcrs: CRS in which coverage will be delivered default: subsettingcrs E.g. Re-projected output, depends on interpolation extension Ex:...? REQUEST=GetCoverage & OUTPUTCRS= &

20 WCS Extension: Range Subsetting [12-140] Range subsetting = band, channel extraction by way of example: extract red {request}? & RANGESUBSET=red & extract nir, red, green All between nir and green {request}? & RANGESUBSET=nir,red,green & {request}? & RANGESUBSET=nir:green & combination: {request}? & RANGESUBSET=band01,band03:band05,band19:band21 &

21 Coverage Encoding Pure GML: complete coverage represented by GML Special Format: suitable file format (able to deliver all information) Multipart-Mixed: multipart MIME, type multipart/mixed GML Coverage Domain set Range type Range set App Metadata NetCDF Domain set Range type Range set App Metadata GML Coverage Domain set Range type xlink App Metadata PNG file 21

22 Web Coverage Processing Service XQuery for rasters : ad-hoc navigation, extraction, aggregation, analytics Time series Image processing Summary data Sensor fusion 24

23 WCPS By Example "From MODIS scenes M1, M2, and M3, the absolute of the difference between red and nir, in HDF-EOS" for $c in ( M1, M2, M3 ) return encode( abs( $c.red - $c.nir ), "hdf ) (hdf A, hdf B, hdf C ) 25

24 WCPS By Example "From MODIS scenes M1, M2, and M3, the absolute of the difference between red and nir, in HDF-EOS" but only those where nir exceeds 127 somewhere for $c in ( M1, M2, M3 ) where some( $c.nir > 127 ) return encode( abs( $c.red - $c.nir ), "hdf ) (hdf A, hdf C ) 26

25 WCPS By Example "From MODIS scenes M1, M2, and M3, the absolute of the difference between red and nir, in HDF-EOS" but only those where nir exceeds 127 somewhere inside region R for $c in ( M1, M2, M3 ), $r in ( R ) where some( $c.nir > 127 and $r ) return encode( abs( $c.red - $c.nir ), "hdf ) (hdf A ) 27

26 WCPS Language Features for $c in ( EuropeMultispectral ) return encode( ( $c.nir - $c.red ) / ) ( $c.nir + $c.red ), geotiff Process Subsets Server Side Math for $d in ( EuropeTerrainModel ), return encode( d[ Lon(34:35), Lat(22:23), t(" ) ], geotiff ) for $c in ( EuropeMultispectral ), $d in ( EuropeTerrainModel ), $r in ( EuropeGroundStations ) return encode( Query operators on c,d,r, geotiff ) Coverage Integration

27 Overview Motivation: What is a coverage? Coverage data: the OGC Coverage Model Coverage services: the WCS Suite rasdaman Conclusion 29

28 WCS Implementations High acceptance by implementers for WCS 2 Specs simple to understand & implement Users increasingly planning to move to WCS 2 (eg, NGA) Known implementations: rasdaman, MapServer, GeoServer, OPeNDAP, GMU, Trellis,... WCS Core Reference implementation : rasdaman WCS is the future-directed OGC Big Data standard

29 rasdaman: Scalable Array Analytics raster data manager : SQL + n-d arrays Scalable parallel tile streaming architecture Storage: [ database preexisting file archive ] OGC WMS, WCS, WCPS, WPS geo service standards WCPS, WCS Core reference implementation rasdaman visitors

30 In-Situ Databases Problem: Large-scale data centers sometimes object to import cannot duplicate my 100 TB Approach: reference external files, use as tiles; cf [Ailamaki et al 2010] insert into MyTable (, image, ) values (,referencing /my/path/ext1.tif [1000:1999,3000:3999], ) update MyTable set image = referencing /oops/forgot/ext2.jpg [1000:1999,4000:4999] Challenges: efficiency, consistency, caching,... Data simultaneously used by other actors in parallel! In future: optimized storage of hot spots in DB

31 Let s Take a Closer Look... t Divergent access patterns for ingest and retrieval Server must mediate between access patterns

32 Configurable Tiling Sample tiling strategies [Furtado]: regular directional area of interest rasdaman storage layout language insert into MyCollection values... tiling area of interest [0:20,0:40], [45:80,80:85] tile size index d_index storage array compression zlib

33 Overview Motivation: What is a coverage? Coverage data: the OGC Coverage Model Coverage services: the WCS Suite rasdaman Conclusions 35

34 EarthServer: Big Earth Data Analytics 100+ TB databases for Earth sciences + planetary science EU FP7-INFRA, 3 years, 5.85 meur Core platform: rasdaman Open standards, visualization tools, integrated query engine

35 Conclusion OGC WCS: spatio-temporal download service for Big Earth Data Beyond ortho imagery: curvilinear, point clouds, meshes, TINs... From simple access (WCS Core) to complex server-side processing (WCPS) Query language as flexible interface paradigm Semantic interoperability on data Visual clients can hide QL, servers can scale [Dali] rasdaman reference impl for WCS Core, WCPS Follow us: standards.rasdaman.org

36 We re Hiring!

Agile Retrieval of Big Data with. EarthServer. ECMWF Visualization Week, Reading, 2015-sep-29

Agile Retrieval of Big Data with. EarthServer. ECMWF Visualization Week, Reading, 2015-sep-29 Agile Retrieval of Big Data with EarthServer ECMWF Visualization Week, Reading, 2015-sep-29 Peter Baumann Jacobs University rasdaman GmbH baumann@rasdaman.com [co-funded by EU through EarthServer, PublicaMundi]

More information

320473 Databases & Web Applications Lab 320454 Big Data Project A

320473 Databases & Web Applications Lab 320454 Big Data Project A 320473 Databases & Web Applications Lab 320454 Big Data Project A Instructor: Peter Baumann email: p.baumann@jacobs-university.de tel: -3178 office: room 88, Research 1 320302 Databases & Web Applications

More information

Adding Big Earth Data Analytics to GEOSS

Adding Big Earth Data Analytics to GEOSS Research funded through EU FP7 283610 EarthServer European Scalable Earth Science Service Environment Adding Big Earth Data Analytics to GEOSS GEO IX Plenary Foz do Iguacu, 2012-nov-20 Peter Baumann, Stefano

More information

On the Efficient Evaluation of Array Joins

On the Efficient Evaluation of Array Joins [co-funded by EU through H2020 EarthServer -2] On the Efficient Evaluation of Array Joins Big Data in the Geosciences Workshop IEEE Big Data, Santa Clara, US, 2015-oct-29 Peter Baumann, Vlad Merticariu

More information

Agile Analytics on Extreme-Size Earth Science Data

Agile Analytics on Extreme-Size Earth Science Data Agile Analytics on Extreme-Size Earth Science Data COPERNICUS Big Data Workshop Brussels / BE, 2014-mar-14 Peter Baumann Jacobs University rasdaman GmbH p.baumann@jacobs-university.de What are the Big

More information

OGC s Big Data Initiative

OGC s Big Data Initiative OGC s Big Data Initiative Open-Source Park, INTERGEO 2013 Peter Baumann Jacobs University rasdaman GmbH 1 Big Data Research @ Jacobs U Large-Scale Scientific Information Systems research group www.jacobs-university.de/lsis

More information

Big Data Analytics WG: Use Case Array Databases

Big Data Analytics WG: Use Case Array Databases Big Data Analytics WG: Use Case Array Databases RDA 4th Plenary 2014-sep-22, Amsterdam, The Netherlands Peter Baumann Jacobs University rasdaman GmbH baumann@rasdaman.com Structural Variety in Big Data

More information

Handling Heterogeneous EO Datasets via the Web Coverage Processing Service

Handling Heterogeneous EO Datasets via the Web Coverage Processing Service Handling Heterogeneous EO Datasets via the Web Coverage Processing Service Piero Campalani a*, Simone Mantovani b, Alan Beccati a, a a a Jacobs University Bremen (DE) / b MEEO Srl (IT) * {p.campalani@jacobs-university.de

More information

EarthServer @ RDA. RDA: Co-chairing - Big Data IG - Geospatial IG. OGC co-chairing: - editor, Big Geo Data stds - BigData.DWG

EarthServer @ RDA. RDA: Co-chairing - Big Data IG - Geospatial IG. OGC co-chairing: - editor, Big Geo Data stds - BigData.DWG RDA: Co-chairing - Big Data IG - Geospatial IG OGC co-chairing: - editor, Big Geo Data stds - BigData.DWG EarthServer @ RDA RDA-DE/DINI Workshop, Karlsruhe, 2015-may-29 Peter Baumann Jacobs University

More information

A Big Picture for Big Data

A Big Picture for Big Data Supported by EU FP7 SCIDIP-ES, EU FP7 EarthServer A Big Picture for Big Data FOSS4G-Europe, Bremen, 2014-07-15 Peter Baumann Jacobs University rasdaman GmbH p.baumann@jacobs-university.de Our Stds Involvement

More information

Web-based spatio-temporal visualization and analysis of the Siberian Earth System Science Cluster (SIB-ESS-C)

Web-based spatio-temporal visualization and analysis of the Siberian Earth System Science Cluster (SIB-ESS-C) Web-based spatio-temporal visualization and analysis of the Siberian Earth System Science Cluster (SIB-ESS-C) Roman Gerlach Supervisor: Prof. C. Schmullius (Dept. of Geography, Friedrich-Schiller-University

More information

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER Qian Liu Environmental Systems Research Institute 380 New York Street Redlands, CA92373, U.S.A - qliu@esri.com KEY WORDS: OGC, Standard, Interoperability,

More information

Big Data Volume & velocity data management with ERDAS APOLLO. Alain Kabamba Hexagon Geospatial

Big Data Volume & velocity data management with ERDAS APOLLO. Alain Kabamba Hexagon Geospatial Big Data Volume & velocity data management with ERDAS APOLLO Alain Kabamba Hexagon Geospatial Intergraph is Part of the Hexagon Family Hexagon is dedicated to delivering actionable information through

More information

WCS as Candidate INSPIRE Download Service for Coverage Data

WCS as Candidate INSPIRE Download Service for Coverage Data WCS as Candidate INSPIRE Download Service for Coverage Data Alexander Kotsev www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation Context NS Regulation defines two types of

More information

NetCDF and HDF Data in ArcGIS

NetCDF and HDF Data in ArcGIS 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop NetCDF and HDF Data in ArcGIS Nawajish Noman Kevin Butler Esri UC2013. Technical Workshop. Outline NetCDF

More information

DataTube: web services voor data

DataTube: web services voor data DataTube: web services voor data Gerben de Boer Onno van de Akker Gerrit Hendriksen Deltares, Matroos Deltares, FEWS Deltares, NHI FEWS & Matroos: database > viewers VIEWER client 3 rd party viewer Matroos

More information

Open Source Visualisation with ADAGUC Web Map Services

Open Source Visualisation with ADAGUC Web Map Services Open Source Visualisation with ADAGUC Web Map Services Maarten Plieger Ernst de Vreede John van de Vegte, Wim Som de Cerff, Raymond Sluiter, Ian van der Neut, Jan Willem Noteboom 1 ADAGUC project Cooperative

More information

Spatio-Temporal Big Data

Spatio-Temporal Big Data Spatio-Temporal Big Data the rasdaman approach How to handle and publish multi-dimensional gridded big data using Array DBMS technology and OGC open standards. Espoo (FI), 12 June 2014 Contributed by PIERO

More information

VISUAL INSPECTION OF EO DATA AND PRODUCTS - OVERVIEW

VISUAL INSPECTION OF EO DATA AND PRODUCTS - OVERVIEW WMS services from the EUMETSAT real-time Image Gallery Uwe Voges (1), Michael Schick (2), Udo Einspanier (1) (1) con terra GmbH Martin-Luther-King-Weg 24, 48155, Münster, Germany EMail: (U.Voges U.Einspanier)@conterra.de

More information

EUMETSAT EO Portal. End User Image Access using OGC WMS/WCS services. EUM/OPS/VWG/10/0095 Issue <1> <14/01/2010> Slide: 1

EUMETSAT EO Portal. End User Image Access using OGC WMS/WCS services. EUM/OPS/VWG/10/0095 Issue <1> <14/01/2010> Slide: 1 EUMETSAT EO Portal End User Image Access using OGC WMS/WCS services Slide: 1 Overview Introduction: status of data access and visualization EUMETSAT datasets Architecture Web Map Service implementation

More information

The ORIENTGATE data platform

The ORIENTGATE data platform Seminar on Proposed and Revised set of indicators June 4-5, 2014 - Belgrade (Serbia) The ORIENTGATE data platform WP2, Action 2.4 Alessandra Nuzzo, Sandro Fiore, Giovanni Aloisio Scientific Computing and

More information

Elephant Meeting on Big Data Services

Elephant Meeting on Big Data Services 1 di 5 15/04/2016 14:23 Home About News Services Technology Training Contact Tweets by EarthServer_EU Elephant Meeting on Big Data Services Elephant Meeting on Big Data Services EarthServer.eu 2 di 5 15/04/2016

More information

RDA PROPOSAL FOR Array Database Working Group (AD-WG) Peter Baumann, Jacobs University

RDA PROPOSAL FOR Array Database Working Group (AD-WG) Peter Baumann, Jacobs University RDA PROPOSAL FOR Array Database Working Group (AD-WG) Peter Baumann, Jacobs University Co-Chairs Two or three co-chairs (tbd) will be elected from the member body, by simple majority within AD-WG and considering

More information

A standards-based open source processing chain for ocean modeling in the GEOSS Architecture Implementation Pilot Phase 8 (AIP-8)

A standards-based open source processing chain for ocean modeling in the GEOSS Architecture Implementation Pilot Phase 8 (AIP-8) NATO Science & Technology Organization Centre for Maritime Research and Experimentation (STO-CMRE) Viale San Bartolomeo, 400 19126 La Spezia, Italy A standards-based open source processing chain for ocean

More information

How To Use Gis

How To Use Gis Welcome Understanding Purpose Creating Relationships You A Global Community of GIS Professionals Changing the World Together Applying Geography Everywhere Your WORK Showcasing Your Web Apps Vision Applying

More information

Advanced Image Management using the Mosaic Dataset

Advanced Image Management using the Mosaic Dataset Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management

More information

AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE

AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE T. Westin a, *, C. Caspar b, L. Edgardh a, L. Schylberg c a Spacemetric AB, Tingsv 19, 19161 Sollentuna, Sweden - tw@spacemetric.se b ESA Esrin,

More information

A New Cloud-based Deployment of Image Analysis Functionality

A New Cloud-based Deployment of Image Analysis Functionality 243 A New Cloud-based Deployment of Image Analysis Functionality Thomas BAHR 1 and Bill OKUBO 2 1 Exelis Visual Information Solutions GmbH, Gilching/Germany thomas.bahr@exelisvis.com 2 Exelis Visual Information

More information

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB Product Update Title of Presentation Lorilie Barteski Edmonton, AB Know the audience poll Existing /Pro users Version 6.1 Version 6.0 Version 5.2 or earlier Existing WebMap users Version 6.1 Version 6.0

More information

Mr. Apichon Witayangkurn apichon@iis.u-tokyo.ac.jp Department of Civil Engineering The University of Tokyo

Mr. Apichon Witayangkurn apichon@iis.u-tokyo.ac.jp Department of Civil Engineering The University of Tokyo Sensor Network Messaging Service Hive/Hadoop Mr. Apichon Witayangkurn apichon@iis.u-tokyo.ac.jp Department of Civil Engineering The University of Tokyo Contents 1 Introduction 2 What & Why Sensor Network

More information

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Presented by: Mike Sharp State Geographic Information Coordinator Oklahoma Office of Geographic Information MAGIC 2014 Symposium April 28-May1,

More information

Model examples Store and provide Challenges WCS and OPeNDAP Recommendations. WCS versus OPeNDAP. Making model results available through the internet.

Model examples Store and provide Challenges WCS and OPeNDAP Recommendations. WCS versus OPeNDAP. Making model results available through the internet. Making model results available through the internet. Fedor Baart, Gerben de Boer, Wim de Haas, Gennadiy Donchyts, Marc Philippart, Maarten Plieger September 14, 2011 Introduction Fedor Baart PhD thesis:

More information

PART 1. Representations of atmospheric phenomena

PART 1. Representations of atmospheric phenomena PART 1 Representations of atmospheric phenomena Atmospheric data meet all of the criteria for big data : they are large (high volume), generated or captured frequently (high velocity), and represent a

More information

Facilitate ES Data Interoperability using the SCIDIP-ES Data Virtualization Toolkit

Facilitate ES Data Interoperability using the SCIDIP-ES Data Virtualization Toolkit Facilitate ES Data Interoperability using the SCIDIP-ES Data Virtualization Toolkit Jinsongdi Yu, Peter Baumann Shirley Crompton PV2013 05 Nov 2013 SCIDIP-ES Project An EC FP7 funded project under the

More information

Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data

Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data UNEP/GRID- Geneva 27/06/2013 ABOUT THIS DOCUMENT A technical

More information

The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA

The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA The distribution of marine OpenData via distributed data networks and Web APIs. The example of ERDDAP, the message broker and data mediator from NOAA Dr. Conor Delaney 9 April 2014 GeoMaritime, London

More information

Web and Mobile GIS Applications Development

Web and Mobile GIS Applications Development Web and Mobile GIS Applications Development Presented by : Aamir Ali Manager Section Head (GIS Software Customization) Pakistan Space and Upper Atmosphere Research Commission (SUPARCO) Geographical Information

More information

http://opendata.comune.fi.it

http://opendata.comune.fi.it The Environmental Observation Web and its Service Applications within the Future Internet OPENDATA IN CITY OF FLORENCE Gianluca Vannuccini Head of the IT Infrastructure Development Office IT Department

More information

DISMAR implementing an OpenGIS compliant Marine Information Management System

DISMAR implementing an OpenGIS compliant Marine Information Management System DISMAR implementing an OpenGIS compliant Marine Information Management System Éamonn Ó T uama, Coastal & Marine Resources Centre, ERI, University College Cork. DISMAR DISMAR (Data Integration System for

More information

Chief Architect and Executive Director, Interoperability Program Open Geospatial Consortium

Chief Architect and Executive Director, Interoperability Program Open Geospatial Consortium Overview of OGC Services Architecture Presentation to NOAA EDM, May 2012 George Percivall Chief Architect and Executive Director, Interoperability Program Open Geospatial Consortium Overview of OGC Services

More information

Vision. South Pacific GIS/RS Conference 2015 11/17/2015. Applying Geography Everywhere. Applying Geography Everywhere

Vision. South Pacific GIS/RS Conference 2015 11/17/2015. Applying Geography Everywhere. Applying Geography Everywhere South Pacific GIS/RS Conference 2015 Applying Geography Everywhere Jithen (J) Singh Eagle Technology Group Ltd (Esri New Zealand) Suva, Fiji Vision Applying Geography Everywhere 1 GIS Is Evolving A Whole

More information

Linking Sensor Web Enablement and Web Processing Technology for Health-Environment Studies

Linking Sensor Web Enablement and Web Processing Technology for Health-Environment Studies Linking Sensor Web Enablement and Web Processing Technology for Health-Environment Studies Simon Jirka 1, Stefan Wiemann 2, Johannes Brauner 2, and Eike Hinderk Jürrens 1 1 52 North Initiative for Geospatial

More information

UK Location Programme

UK Location Programme Location Information Interoperability Board Data Publisher How To Guide Understand the background to establishing an INSPIRE View Service using GeoServer DOCUMENT CONTROL Change Summary Version Date Author/Editor

More information

Use of ISO standards by NERC (a snapshot!)

Use of ISO standards by NERC (a snapshot!) Use of ISO standards by NERC (a snapshot!) Dr Andrew Woolf andrew.woolf@stfc.ac.uk STFC Rutherford Appleton Laboratory Outline NERC overview The NERC SDI Metadata Data Services Standards activities UK/EU

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

Web Map Service Architecture for Topographic Data in Finland

Web Map Service Architecture for Topographic Data in Finland Web Map Service Architecture for Topographic Data in Finland Teemu Sipilä National Land Survey of Finland Abstract. Since 2012 National Land Survey of Finland has been renewing its web map services and

More information

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata

GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata Ing. Emanuele Tajariol, GeoSolutions Ing. Simone Giannecchini, GeoSolutions GeoSolutions GeoSolutions GeoNetwork

More information

Data and data product visualization in EMODNET Chemistry

Data and data product visualization in EMODNET Chemistry Data and data product visualization in EMODNET Chemistry Alexander Barth (1), Giorgio Santinelli (2), Gerrit Hendriksen (2), Jean-Marie Beckers (1) (1) University of Liège (Belgium), (2) Deltares (Netherlands)

More information

Building Service-Oriented Architecture Based Geospatial Web Portal

Building Service-Oriented Architecture Based Geospatial Web Portal Building Service-Oriented Architecture Based Geospatial Web Portal Peisheng Zhao, Liping Di, Weiguo Han, Yaxing Wei, Xiaoyan Li Center for Spatial Information Science and System George Mason University

More information

A Web Service based U.S. Cropland Visualization, Dissemination and Querying System

A Web Service based U.S. Cropland Visualization, Dissemination and Querying System A Web Service based U.S. Cropland Visualization, Dissemination and Querying System Rick Mueller, Zhengwei Yang, and Dave Johnson USDA/National Agricultural Statistics Service Weiguo Han and Liping Di GMU/Center

More information

Reprojecting MODIS Images

Reprojecting MODIS Images Reprojecting MODIS Images Why Reprojection? Reasons why reprojection is desirable: 1. Removes Bowtie Artifacts 2. Allows geographic overlays (e.g. coastline, city locations) 3. Makes pretty pictures for

More information

CURSO Inspire INSPIRE. SPEAKER: Pablo Echamendi Lorente. JEUDI 23/ THURSDAY 23 rd W S V : G E O S P A T I A L D A T A A C C E S S

CURSO Inspire INSPIRE. SPEAKER: Pablo Echamendi Lorente. JEUDI 23/ THURSDAY 23 rd W S V : G E O S P A T I A L D A T A A C C E S S CURSO Inspire JEUDI 23/ THURSDAY 23 rd SPEAKER: Pablo Echamendi Lorente WS 5 SCHEDULE WMS OVERVIEW ACTIONS OGC SPECIFICATIONS OTHER SERVICES OVERVIEW proposal: Member States shall establish and operate

More information

Use of OGC Sensor Web Enablement Standards in the Meteorology Domain. in partnership with

Use of OGC Sensor Web Enablement Standards in the Meteorology Domain. in partnership with Use of OGC Sensor Web Enablement Standards in the Meteorology Domain in partnership with Outline Introduction to OGC Sensor Web Enablement Standards Web services Metadata encodings SWE as front end of

More information

What's new in gvsig Desktop 2.0

What's new in gvsig Desktop 2.0 What's new in gvsig Desktop 2.0 What are the novelties? 2.0 1.12 Migrating and building... Some examples... Please pardon our appearance during construction Pie and bar chart legends Table in layout 1.12

More information

Outcomes of the CDS Technical Infrastructure Workshop

Outcomes of the CDS Technical Infrastructure Workshop Outcomes of the CDS Technical Infrastructure Workshop Baudouin Raoult Baudouin.raoult@ecmwf.int Funded by the European Union Implemented by Evaluation & QC function C3S architecture from European commission

More information

Enterprise Image Management. An Esri White Paper November 2015

Enterprise Image Management. An Esri White Paper November 2015 An Esri White Paper November 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this document is the exclusive property of Esri. This work

More information

GEOCOM PROJECT INTEGRATING DATA & TECHONOLOGIES

GEOCOM PROJECT INTEGRATING DATA & TECHONOLOGIES GEOCOM PROJECT INTEGRATING DATA & TECHONOLOGIES Lucio Colaiacomo Chief Technology Officer l.colaiacomo@eusc.europa.eu Rationale for the project Providing support through our domain background & tech. expertise

More information

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley

Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University. Xu Liang ** University of California, Berkeley P1.1 AN INTEGRATED DATA MANAGEMENT, RETRIEVAL AND VISUALIZATION SYSTEM FOR EARTH SCIENCE DATASETS Zhenping Liu *, Yao Liang * Virginia Polytechnic Institute and State University Xu Liang ** University

More information

Angelos Tzotsos IMIS Athena, Scientific & Technical Manager OSGeo Charter Member Copernicus Big Data Workshop, March 2014

Angelos Tzotsos IMIS Athena, Scientific & Technical Manager OSGeo Charter Member Copernicus Big Data Workshop, March 2014 Angelos Tzotsos IMIS Athena, Scientific & Technical Manager OSGeo Charter Member Copernicus Big Data Workshop, March 2014 Genesis of the project Consortium established on active research, commercial, and

More information

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases Xavier Lopez, Director, Product Management 3D Data Management Technology Drivers: Challenges & Benefits

More information

MSDI: Workflows, Software and Related Data Standards

MSDI: Workflows, Software and Related Data Standards MSDI: Workflows, Software and Related Data Standards By Andy Hoggarth October 2009 Introduction Leveraging SDI principles for hydrographic operational efficiency French INFRAGEOS example (SHOM - Service

More information

Spatio-Temporal Gridded Data Processing on the Semantic Web

Spatio-Temporal Gridded Data Processing on the Semantic Web Spatio-Temporal Gridded Data Processing on the Semantic Web Andrej Andrejev, Dimitar Misev, Peter Baumann and Tore Risch Department of Information Technology, Uppsala University, Uppsala, Sweden Computer

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES

CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES M. Laka-Iñurrategi a, I. Alberdi a, K. Alonso b, M. Quartulli a a Vicomteh-IK4, Mikeletegi pasealekua 57,

More information

INPE Spatial Data Infrastructure for Big Spatiotemporal Data Sets. Karine Reis Ferreira (INPE-Brazil)

INPE Spatial Data Infrastructure for Big Spatiotemporal Data Sets. Karine Reis Ferreira (INPE-Brazil) INPE Spatial Data Infrastructure for Big Spatiotemporal Data Sets Karine Reis Ferreira (INPE-Brazil) INPE (Brazil) and Big Data I work at INPE (Brazilian National Institute for Space Research). Main gate

More information

Practical Quality Assurance of Spatial Web Services

Practical Quality Assurance of Spatial Web Services Workshop Practical Quality Assurance of Spatial Web Services INSPIRE Conference 17th June 2014 at 9:00 am Aalborg University, Badstuestræde 9/auditorium 1 Spatineo Inc. Ilkka Rinne & Kristian Jaakkola

More information

GXP WebView GEOSPATIAL EXPLOITATION PRODUCTS (GXP )

GXP WebView GEOSPATIAL EXPLOITATION PRODUCTS (GXP ) GEOSPATIAL EXPLOITATION PRODUCTS (GXP ) GXP WebView A Web-based, full-resolution image viewing tool for visualization, annotation, measurement, and publishing providing access to remote data from any location.

More information

Jozef Matula. Visualisation Team Leader IBL Software Engineering. 13 th ECMWF MetOps Workshop, 31 th Oct - 4 th Nov 2011, Reading, United Kingdom

Jozef Matula. Visualisation Team Leader IBL Software Engineering. 13 th ECMWF MetOps Workshop, 31 th Oct - 4 th Nov 2011, Reading, United Kingdom Visual Weather web services Jozef Matula Visualisation Team Leader IBL Software Engineering Outline Visual Weather in a nutshell. Path from Visual Weather (as meteorological workstation) to Web Server

More information

GENESIS Employing Web Processing Services and Sensor Web Technology for Environmental Management

GENESIS Employing Web Processing Services and Sensor Web Technology for Environmental Management GENESIS Employing Web Processing Services and Sensor Web Technology for Environmental Management Steven Smolders (1), Christian Alegre (2), Simone Gianfranceschi (3), Marc Gilles (4), Bernd Resch (5),

More information

OSSIM Mapping ARchive OMAR Users Guide

OSSIM Mapping ARchive OMAR Users Guide OSSIM Mapping ARchive OMAR Users Guide Version 1.8.16 March 25 2013 1 (U) Table of Contents Table of Contents (U) Table of Contents... 2 1.0 (U) Points of Contact... 6 2.0 (U) Overview... 7 2.1 (U) Feedback...

More information

Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project

Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project Yaniss Guigoz - University of Geneva/GRID-Geneva 1 EcoARM2ERA and AFROMAISON Why Afromaison in this

More information

Sextant. Spatial Data Infrastructure for Marine Environment. C. Satra Le Bris, E. Quimbert, M. Treguer

Sextant. Spatial Data Infrastructure for Marine Environment. C. Satra Le Bris, E. Quimbert, M. Treguer Sextant On-Line information system for marine geographical information E. Quimbert, M. Bellouis, F. Lecuy, M. Treguer Centre de Bretagne BP 70, Plouzané 29280 France E-mail: sextant@ifremer.fr Sextant

More information

Cloud-based Infrastructures. Serving INSPIRE needs

Cloud-based Infrastructures. Serving INSPIRE needs Cloud-based Infrastructures Serving INSPIRE needs INSPIRE Conference 2014 Workshop Sessions Benoit BAURENS, AKKA Technologies (F) Claudio LUCCHESE, CNR (I) June 16th, 2014 This content by the InGeoCloudS

More information

Satellite Products and Dissemination: Visualization and Data Access

Satellite Products and Dissemination: Visualization and Data Access Satellite Products and Dissemination: Visualization and Data Access Gregory Leptoukh GES DISC, NASA GSFC Dana Ostrenga GES DISC, NASA GSFC Introduction The Goddard Earth Sciences Data and Information Services

More information

IoT is a King, Big data is a Queen and Cloud is a Palace

IoT is a King, Big data is a Queen and Cloud is a Palace IoT is a King, Big data is a Queen and Cloud is a Palace Abdur Rahim Innotec21 GmbH, Germany Create-Net, Italy Acknowledgements- ikaas Partners (KDDI and other partnes) Intelligent Knowledge-as-a-Service

More information

SeaDataNet pan-european infrastructure for ocean and marine data management. Dick M.A. Schaap MARIS

SeaDataNet pan-european infrastructure for ocean and marine data management. Dick M.A. Schaap MARIS SeaDataNet pan-european infrastructure for ocean and marine data management By Dick M.A. Schaap MARIS SeaDataNet II Technical Coordinator Co-authors: Michele Fichaut (Ifremer) and Giuseppe Manzella (ENEA)

More information

Enabling embedded maps

Enabling embedded maps Enabling embedded maps Case: National geoportal of Finland Antti Rainio National Land Survey of Finland Trends: Web Services, Mapping Mashup, Open Source, Open Data Decentralised data s Service interfaces

More information

Cloud Computing for Research Roger Barga Cloud Computing Futures, Microsoft Research

Cloud Computing for Research Roger Barga Cloud Computing Futures, Microsoft Research Cloud Computing for Research Roger Barga Cloud Computing Futures, Microsoft Research Trends: Data on an Exponential Scale Scientific data doubles every year Combination of inexpensive sensors + exponentially

More information

Data interchange between Web client based task controllers and management information systems using ISO and OGC standards

Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Michael Nørremark 1*, Ole Jørgensen 1, Jens Bligaard 2 and Claus G. Sørensen 1

More information

Structure? Integrated Climate Data Center How to use the ICDC? Tools? Data Formats? User

Structure? Integrated Climate Data Center How to use the ICDC? Tools? Data Formats? User Integrated Climate Data Center? Data Formats?? Tools???? visits Structure???? User Contents Which Data Formats do we offer? What is the Structure of our data center? Which Tools do we provide? Our Aims

More information

Choosing the right GIS framework for an informed Enterprise Web GIS Solution

Choosing the right GIS framework for an informed Enterprise Web GIS Solution 13 ANNUAL INTERNATIONAL CONFERENCE AND EXHIBITION ON GEOSPATIAL INFORMATION TECHNOLOGY AND APPLICATIONS Epicentre; Gurgaon, India; 19-21 January, 2010 Choosing the right GIS framework for an informed Enterprise

More information

George Mason University (GMU)

George Mason University (GMU) George Mason University (GMU) Center for Spatial Information Science and Systems Organization (CSISS) 4400 University Drive, MSN 6E1 George Mason University Fairfax, VA 22030, USA Telephone: +1 703 993

More information

IDL. Get the answers you need from your data. IDL

IDL. Get the answers you need from your data. IDL Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive

More information

Big Data in the context of Preservation and Value Adding

Big Data in the context of Preservation and Value Adding Big Data in the context of Preservation and Value Adding R. Leone, R. Cosac, I. Maggio, D. Iozzino ESRIN 06/11/2013 ESA UNCLASSIFIED Big Data Background ESA/ESRIN organized a 'Big Data from Space' event

More information

GeoKettle: A powerful open source spatial ETL tool

GeoKettle: A powerful open source spatial ETL tool GeoKettle: A powerful open source spatial ETL tool FOSS4G 2010 Dr. Thierry Badard, CTO Spatialytics inc. Quebec, Canada tbadard@spatialytics.com Barcelona, Spain Sept 9th, 2010 What is GeoKettle? It is

More information

The THREDDS Data Repository: for Long Term Data Storage and Access

The THREDDS Data Repository: for Long Term Data Storage and Access 8B.7 The THREDDS Data Repository: for Long Term Data Storage and Access Anne Wilson, Thomas Baltzer, John Caron Unidata Program Center, UCAR, Boulder, CO 1 INTRODUCTION In order to better manage ever increasing

More information

Intergraph Geospatial Portfolio 2013

Intergraph Geospatial Portfolio 2013 W H A T S N E W? Intergraph Geospatial Portfolio 2013 Photogrammetry LPS ImageStation Remote Sensing ERDAS IMAGINE GIS GeoMedia Server GeoMedia WebMap GeoMedia Smart Client ERDAS APOLLO Geospatial SDI

More information

INSPIRE in practice: Experiences with INSPIRE data and services

INSPIRE in practice: Experiences with INSPIRE data and services INSPIRE in practice: Experiences with INSPIRE data and services Peter Parslow Principal Geographic Information Architect June 2014: ISO TC211 Standards in Practice workshop What s INSPIRE? European Commission

More information

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON

BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON BIG DATA IN THE CLOUD : CHALLENGES AND OPPORTUNITIES MARY- JANE SULE & PROF. MAOZHEN LI BRUNEL UNIVERSITY, LONDON Overview * Introduction * Multiple faces of Big Data * Challenges of Big Data * Cloud Computing

More information

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features

<Insert Picture Here> Oracle SQL Developer 3.0: Overview and New Features 1 Oracle SQL Developer 3.0: Overview and New Features Sue Harper Senior Principal Product Manager The following is intended to outline our general product direction. It is intended

More information

Arrays in database systems, the next frontier?

Arrays in database systems, the next frontier? Arrays in database systems, the next frontier? What is an array? An array is a systematic arrangement of objects, usually in rows and columns Get(A, X, Y) => Value Set(A, X, Y)

More information

Enterprise GIS Solutions to GIS Data Dissemination

Enterprise GIS Solutions to GIS Data Dissemination Enterprise GIS Solutions to GIS Data Dissemination ESRI International User Conference July 13 17, 2009 Wendy M. Turner Senior GIS Engineer & Program Manager Freedom Consulting Group, LLC Building the Enterprise

More information

Geodata-Management in the Thünen- Institute. Till Kirchner Thünen-Institute for Forest Ecosystems, Eberswalde

Geodata-Management in the Thünen- Institute. Till Kirchner Thünen-Institute for Forest Ecosystems, Eberswalde Geodata-Management in the Thünen- Institute Till Kirchner Thünen-Institute for Forest Ecosystems, Eberswalde Dr. Frank Tottewitz Eberswalde, 08.03.2013 The Thünen-Institute Works directly for the german

More information

Introduction to the Mapbender OWS Security Proxy

Introduction to the Mapbender OWS Security Proxy Introduction to the Mapbender OWS Security Proxy Arnulf Christl, WhereGroup GmbH & Co. KG, Bonn, Germany 1/16 Agenda 1 Introduction to the Architecture OWS from Bottom Up with the OSGeo SDI Software Stack

More information

ArcGIS Platform. An Integrated System. Portal

ArcGIS Platform. An Integrated System. Portal Platform An Integrated System Portal An Integrated Web GIS Platform Knowledge Workers Executive Access Public Engagement Work Anywhere Enterprise Integration Providing Mapping, Analysis, Data Management,

More information

smespire - Exercises for the Hands-on Training on INSPIRE Network Services April 2014 Jacxsens Paul SADL KU Leuven

smespire - Exercises for the Hands-on Training on INSPIRE Network Services April 2014 Jacxsens Paul SADL KU Leuven smespire - Exercises for the Hands-on Training on INSPIRE Network Services April 2014 Jacxsens Paul SADL KU Leuven These exercises aim at people who already have some basic knowledge of INSPIRE Network

More information

TerraAmazon - The Amazon Deforestation Monitoring System - Karine Reis Ferreira

TerraAmazon - The Amazon Deforestation Monitoring System - Karine Reis Ferreira TerraAmazon - The Amazon Deforestation Monitoring System - Karine Reis Ferreira GEOSS Users & Architecture Workshop XXIV: Water Security & Governance - Accra Ghana / October 2008 INPE National Institute

More information

Databases for 3D Data Management: From Point Cloud to City Model

Databases for 3D Data Management: From Point Cloud to City Model Databases for 3D Data Management: From Point Cloud to City Model Xavier Lopez, Ph.D. Senior Director, Spatial and Graph Technologies Oracle Program Agenda Approach: Spatially-enable the Enterprise Oracle

More information

Institute of Computational Modeling SB RAS

Institute of Computational Modeling SB RAS Institute of Computational Modeling SB RAS ORGANIZATION OF ACCESS TO OBSERVATIONAL DATA USING WEB SERVICES FOR MONITORING SYSTEMS THE STATE OF THE ENVIRONMENT Kadochnikov Aleksey A. Russia, Krasnoyarsk

More information

AN ENTERPRISE DATABASE-CENTRIC APPROACH FOR GEOSPATIAL IMAGE MANAGEMENT AND PROCESSING

AN ENTERPRISE DATABASE-CENTRIC APPROACH FOR GEOSPATIAL IMAGE MANAGEMENT AND PROCESSING AN ENTERPRISE DATABASE-CENTRIC APPROACH FOR GEOSPATIAL IMAGE MANAGEMENT AND PROCESSING Qingyun (Jeffrey) Xie, Siva Ravada, Weisheng Xu, Zhihai Zhang Oracle USA, Inc., One Oracle Drive, Nashua, NH 03062,

More information