Abstract. Introduction. OGC Web Coverage Service 2.0

Size: px
Start display at page:

Download "Abstract. Introduction. OGC Web Coverage Service 2.0"

Transcription

1 786 Introducing WCS 2.0, EO-WCS, and Open Source Implementations (MapServer, rasdaman, and EOxServer) Enabling the Online Data Access to Heterogeneous Multi-dimensional Satellite Data Christian SCHILLER, Stephan MEISSL, Peter BAUMANN, Stephan KRAUSE, Gerhard TRIEBNIG, Fabian SCHINDLER-STRAUSS, Andrei AIORDACHIOIAE, Jinsongdi YU und Dimitar MISEV Abstract While the Open Geospatial Consortium (OGC) Web Map Service (WMS) is widely known and deployed as View Service to serve portrayals of data (e.g. maps as images), the access to true data (Download Service) via the OGC Web Coverage Service (WCS) has, so far, rarely been implemented. Special needs exist for Earth Observation (EO) satellite Datasets. The recently published Version 2.0 of WCS, if combined with the new WCS Earth Observation Application Profile (EO-WCS), provides the required functionalities for subsetting in area and time of interest, reprojecting, accessing selectable (spectral) bands, extracting of Time-Series and Stitched Mosaics, and the integration into service chains. Furthermore, standardized EO metadata are exchanged with each EO-WCS service request. This paper informs about the new features of WCS 2.0 (OGC r3) and the new EO-WCS (OGC ). Furthermore, the Open Source reference implementations of WCS 2.0 (within MapServer 6.0, and rasdaman) and of EO-WCS (EOxServer) are presented. Introduction The European Space Agency (ESA) is coordinating the Heterogeneous Mission Accessibility (HMA) initiative (HMA WIKI, 2011) to foster international standardization relating to the information infrastructure for Earth Observation (EO). In this context ESA actively cooperates with the Open Geospatial Consortium (OGC) like through the Online Data Access project (HMA-FO Task-3, ESA contract No /09/I-LG, industrial team EOX, Jacobs University Bremen, Spot Image, GIM), which has supported the specification of WCS 2.0 (OGC r3) and the EO WCS (OGC ) and some implementations. OGC Web Coverage Service 2.0 The OGC Web Coverage Service (WCS) supports electronic retrieval of geospatial data as coverages (information representing space/time-varying phenomena) for client-side exploitation. WCS provides detailed descriptions, defines a rich syntax for requests, and returns data in its original semantics (as opposed to the pictures provided by WMS). Strobl, J., Blaschke, T. & Griesebner, G. (Hrsg.) (2011): Angewandte Geoinformatik Herbert Wichmann Verlag, VDE VERLAG GMBH, Berlin/Offenbach. ISBN This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution license (

2 Introducing WCS 2.0, EO-WCS, and Open Source Implementations 787 The definition of WCS 2.0 (OGC r3) is based on OGC's Core/Extension Model, the GML Application Schema for Coverages (OGC r1), OWS Common (OGC r9), and OGC Abstract Topic 6 (OGC ). It supports coverage types given in OGC r1. Following OGC r3 the operations required by a WCS implementation are: (a) GetCapabilities service metadata and information on offered coverages. Example: (b) DescribeCoverage detailed metadata on selected coverages metadata, Example: coverageid=test_scene_1 (c) GetCoverage request for processing and returning of a selected coverage including domain subsetting operation which is subdivided into trimming and slicing. A trim is performed on a dimension and a lower and upper bound. A slice is performed on a dimension and a position. Examples: CoverageId=Test_Scene_1&FORMAT=image/tiff&mediatype=multipart/mixed &subset=x(2100,2300)&subset=y(3870,4070) CoverageId=Test_Scene_1&FORMAT=image/tiff& SUBSET=x, SUBSET=y, OutputCRS= &SIZE=x(200)&SIZE=y(200) OGC's Core/Extension Model foresees that the Core of new standards shall only stipulate basic functionalities and definitions. For WCS 2.0 this means that upcoming Extensions to the WCS Core, or Application Profiles, may add additional operation types (see EO-WCS). For a WCS implementation the Core plus at least one protocol binding (e.g. GET-KVP, POST-XML, or SOAP), and one Coverage encoding format Extension (e.g. GeoTIFF, NetCDF, or JPEG2000) are required. Extensions may reference existing definitions of earlier versions (e.g. WCS 1.1, OGC r5). WCS 2.0 Earth Observation Application Profile (EO-WCS) The EO-WCS specializes the generic WCS 2.0 by bundling several specifications and adding requirements on an implementation. Commonly used EO domain terminology is mapped into the EO-WCS terminology as given in Table 1.

3 788 C. Schiller, S. Meißl, P. Baumann et al. Tab. 1: Vocabulary as used in the EO-WCS (not comprehensive) EO terminology scene / image / product / raster data (image) / raw data (image) /orthoimage mosaic / seamless mosaic google-like mosaic / composite mosaic (not radiometrically adjusted) series / Time-Series collection rectified grid referenceable grid EO-WCS terminology Dataset Dataset Stitched Mosaic Dataset Series Dataset Series grid having regular spacing in a projected or geographic CRS not rectified, but associated with (one or more) coordinate transformations which relate the image or engineering CRS to a projected or geographic CRS To efficiently handle and manage Time-Series, Stitched Mosaic Datasets, and related EO metadata additional concepts (Figs. 2, 3, and 4) are introduced in EO-WCS. It defines EO coverages which have a latitude/longitude or projected x/y spatial extend and a temporal validity extend. They are derived from rectified and referencable coverage (Fig. 1a and 1b) as defined in OGC r1. Further, a Dataset Series (Fig. 1c) is defined as a collection (virtual container) of Stitched Mosaics and/or Datasets where the Dataset Series itself is not a coverage. Since the DescribeCoverage request targets only coverages, the need for the specification of the new operation request DescribeEOCoverageSet, to gather information about a Dataset Series and its content, becomes evident. This DescribeEOCoverageSet request allows to limit the query by applying trimming and slicing in space and time. a) b) c) dataset series Fig. 1: EO-WCS concepts: rectified / referencable grid coverage and Dataset Series The coverageids provided in the DescribeEOCoverageSet result enables the user (client) to issue repeated GetCoverage requests to access the actual data of the Dataset Series. Using this approach of repeated single requests fosters interoperability, reduces the burden on the supplier side (better load balancing) and does not require the definition and use of 3D- CRSs. The second new concept introduced in EO-WCS is that of Stitched Mosaics (Fig. 2). These are homogeneous collections of spatially non-overlapping subsets of Datasets, accessible as coverages.

4 Introducing WCS 2.0, EO-WCS, and Open Source Implementations 789 Fig. 2: EO-WCS concept of a Stitched Mosaic This means Datasets are patched together (google like), while sharing a common grid. One example might be Provide a mosaic of all available data for the current growing season, with the newest Dataset on top. A Stitched Mosaic can be interpreted (i.e., requested) as a single coverage where the Datasets have to keep their respective EO metadata over the full lifetime. This implies that when new images arrive they will replace older parts and that the existing EO metadata for these pixels have to be adjusted accordingly, as has the footprint of the underlying image part. The Dataset Series concept introduced in EO-WCS permits that Datasets are members in multiple Dataset Series. This enables satellite data providers, which often have huge archives organized in collections (e.g. based on sensors), to make those collections available via an EO-WCS interface without the need for data duplication (Fig. 3). Every EO Coverage contains EO Metadata, consisting of an EarthObservation record as defined in the OGC Earth Observation Metadata Profile of Observations and Measurements (OGC r2) and a lineage describing the history of operations leading to the coverage on hand. More details can be found in OGC Fig. 3: Various Datasets (e.g. a collection) may again form together a Dataset Series Finally, the GetCoverage request provides the access mechanism to the data. The GetCoverage request is unchanged over WCS Core (OGC r3), except that for EO coverages slicing is disallowed, as it would leave the EO Metadata undefined.

5 790 C. Schiller, S. Meißl, P. Baumann et al. Open Source Implementations MapServer MapServer 1 is probably the most famous Open Source web mapping project. Its strength lies in the fast and efficient serving of raster data, which was one of the main reasons why it has been chosen for the first implementation of the new WCS 2.0. This included the support of XML/POST protocol binding, which is now also available to WCS 1.1. These and many other improvements are included in the upcoming release of MapServer 6.0. The implementation is limited to grid coverages (Fig. 1a,b). and can be seen as the first Reference Implementation which proves the overall concepts. rasdaman rasdaman 2 is the second Open Source implementation which provides access via a WCS 2.0 interface. It is a middleware which extends standard relational database systems with the ability to store and retrieve multi-dimensional raster data (arrays) of unlimited size through an SQL-style query language (rasql) allowing to phrase select/insert/update/delete statements against a raster database. Queries are optimized on server side. The petascope component (a servlet package) of rasdaman provides service interfaces based on the OGC WCS and also Web Coverage Processing Service WCPS (Fig. 4a). Fig. 4: (a) WCPS Reference Implementation architecture with rasdaman; (b) Logical architecture of EOxServer EOxServer EOxServer 3 is a new, but highly active, Open Source project and aims to provide a comprehensive server side solution, primarily for satellite data providers, to offer an easy online access mechanism to their extensive data holdings for further large scale analysis of time-series and to provide up-to-date large scale mosaics. It implements EO-WCS and targets the handling and management of offered coverages and their associated EO MapServer rasdaman or EOxServer

6 Introducing WCS 2.0, EO-WCS, and Open Source Implementations 791 metadata. It builds on top of the trusted workforce MapServer-GDAL/OGR-PostgreSQL/ PostGIS (Fig. 4b)) to perform coverage manipulation and serving. EOxServer is build using Python/Django and provides an administration web-interface to manage the offered Datasets, Dataset Series, and Stitched Mosaics. They are ingested and managed together with associated EO metadata. The full content of multiple directories may be ingested at once. The application of filter expressions (e.g. 1999*.TIF) allows a fine grained selection process. EOxServer also provides scripting possibilities to automate tasks e.g. to hourly synchronize data holding of an rolling FTP archive for offering these via an EO-WCS interface. Summary The new OGC WCS 2.0 and EO-WCS have been defined and demonstrated in practice to fulfill the requirements of an EO Download Service for meta-data handling, preview, subsetting, reprojection, resizing, mosaicking, etc. and for the creation of interoperable, user controlled or fully automated end-to-end web service chains. An overview of the new specifications, and the first available Open Source tools (MapServer 6.0, rasdaman, EOxServer) implementing them have been presented. References HMA WIKI EOPORTAL, JOIN AND SHARE (o. J.): tiki-index.php?page=hma%20wiki ( ). OGC (2004): The OpenGIS Abstract Specification Topic 7: The Earth Imagery Case. ver.5.0, (identical with ISO Working Draft #3). OGC r9 (2010): Web Services Common Standard, ver , OGC (2007): Abstract Specification Topic 6: The Coverage Type and its Subtypes, ver. 7.0 (identical to ISO 19123:2005), OGC r5 (2008): Web Coverage Service (WCS) Implementation Standard ver , Version 1.1 Corrigendum 2 release, OGC r3 (2010): WCS Interface Standard - Core, ver , OGC r1 (2010): GML Application Schema - Coverages, ver , OGC r1 (2010): Web Coverage Service 2.0 Interface Standard - KVP Protocol Binding Extension, ver , OGC r1 (2010): Web Coverage Service 2.0 Interface Standard - XML/POST Protocol Binding Extension, ver , OGC r1 (2010): Web Coverage Service 2.0 Interface Standard - XML/SOAP Protocol Binding Extension, ver , OGC , (2011): Web Coverage Service 2.0 Interface Standard Earth Observation Application Profile, ver , OGC r2 (2010): Earth Observation Metadata profile of Observations and Measurements, ver ,

Serving Large-Scale Coverages - How to Tame an Elephant

Serving Large-Scale Coverages - How to Tame an Elephant Serving Large-Scale s - How to Tame an Elephant OGC Workshop 2 INSPIRE Conference Edinburgh, 29-jun-2011 Peter Baumann Jacobs University rasdaman GmbH OGC WCS.SWG chair OGC spec editor Sensor & Image Data

More information

Beyond Rasters: Introducing The New OGC Web Coverage Service 2.0

Beyond Rasters: Introducing The New OGC Web Coverage Service 2.0 Beyond Rasters: Introducing The New OGC Web Coverage Service 2.0 Peter Baumann Jacobs University Bremen rasdaman GmbH Jacobs University Bremen International, multi-cultural,300+ students, 0 nations, 75%

More information

Open GeoSpatial Consortium Inc.

Open GeoSpatial Consortium Inc. Open GeoSpatial Consortium Inc. Date: 2011-01-19 Reference number of this Document: OGC 10-140 Version: 0.2.0 Category: OpenGIS Interface Standard Editor: Peter Baumann, Stephan Meissl OGC Web Coverage

More information

Heterogeneous Mission Accessibility Follow-On - Online Data Access (HMA-FO_ODA)

Heterogeneous Mission Accessibility Follow-On - Online Data Access (HMA-FO_ODA) Heterogeneous Mission Accessibility Follow-On - (HMA-FO_ODA) Design Justification File (DJF) - Software Validation Specification (SVS) EOX Document Reference: Issue: 1.0 Date: 2010-11-26 Authors: C.Schiller,

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2010-02-15 Reference number of this OpenGIS Project Document: OGC 09-147 Version: 0.0.1 Category: OpenGIS Interface Standard Editor: Peter Baumann WCS Extension --

More information

OGC WCS 2.0 Revision Notes

OGC WCS 2.0 Revision Notes Open Geospatial Consortium Inc. Date: 2010-02-15 Reference number of this document: Version: 1.0.0 Category: OpenGIS IS Revision Notes Editors: Peter Baumann, Steven Keens OGC WCS 2.0 Revision Notes Copyright

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Date: 2011-11-23 Reference number of this document: OGC 11-096 Category: Public Engineering Report Editors: Stephan Meissl, Peter Baumann OGC OWS-8 WCS 2.0 Earth Observation

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Publication Date: 2014-02-26 Approval Date: 2013-12-31 Submission Date: 2013-08-22 Reference number of this Document: OGC 10-140r1 External reference for this document: http://www.opengis.net/doc/is/wcs-application-profile-earthobservation/1.0

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2010-02-15 Reference number of this OpenGIS Project Document: Version: 0.0.1 Category: OpenGIS Interface Standard Editor: Peter Baumann WCS 2.0 Extension -- XML/POST

More information

Oracle Spatial Users Conference

Oracle Spatial Users Conference April 27, 2006 Tampa Convention Center Tampa, Florida, USA Stephen Smith GIS Solutions Manager Large Image Archive Management Solutions Using Oracle 10g Spatial & IONIC RedSpider Image Archive Outline

More information

Heterogeneous Missions Accessibility: Interoperability for Earth Observation

Heterogeneous Missions Accessibility: Interoperability for Earth Observation Heterogeneous Missions Accessibility: Interoperability for Earth Observation Pier Giorgio Marchetti - European Space Agency pier.giorgio.marchetti@esa.int Slide 1 EO missions Earth Explorer Global Challenges

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Date: 2010-10-27 Reference number of this OpenGIS Project Document: Version: 1.0.0 Category: OpenGIS Interface Standard Editor: Peter Baumann OGC Web Coverage Service 2.0 Interface

More information

Web Map Servers. Mark de Blois. Septembre 2016

Web Map Servers. Mark de Blois. Septembre 2016 Web Map Servers Mark de Blois Septembre 2016 Learning Objectives After this lecture you will be able to understand web map servers as used in Web-GIS applications Introduction A Web Map Server is a computer

More information

HMA Standardisation Status

HMA Standardisation Status HMA Standardisation Status GSCB Meeting, 18-19 June 2009, Frascati P.G. Marchetti, ESA Y. Coene, SPACEBEL GSCB Meeting, 18 June 2009 Slide 1 Overview Context and Objectives Evolution of specifications

More information

Heterogeneous Mission Accessibility Follow-On - Online Data Access (HMA-FO_ODA)

Heterogeneous Mission Accessibility Follow-On - Online Data Access (HMA-FO_ODA) Heterogeneous Mission Accessibility Follow-On - (HMA-FO_ODA) Requirement Baseline (RB) Software System Specification (SSS) EOX Document Reference: Issue: 1.4 Date: Authors: C.Schiller, S.Krause, S.Meissl,

More information

EVOlution of EO Online Data Access Services (EVO-ODAS) ESA GSTP-6 Project by DLR, EOX and GeoSolutions (2015/ /04)

EVOlution of EO Online Data Access Services (EVO-ODAS) ESA GSTP-6 Project by DLR, EOX and GeoSolutions (2015/ /04) EVOlution of EO Online Data Access Services (EVO-ODAS) ESA GSTP-6 Project by DLR, EOX and GeoSolutions (2015/10 2017/04) 2016 Conference on Big Data from Space - BiDS 16, Tenerife, 15 th -17 th March Evolution

More information

Database Web Portal Version 1

Database Web Portal Version 1 Database Web Portal Version 1 Deliverable D6.5 Issue 0.2 Due date of deliverable: 01 Dec 2014 Actual submission date: 05 Dec 2014 SEN3APP Processing Lines And Operational Services Combining Sentinel And

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran Yingqi Tang

Leveraging OGC Services in ArcGIS Server. Satish Sankaran Yingqi Tang Leveraging OGC Services in ArcGIS Server Satish Sankaran ssankaran@esri.com Yingqi Tang ytang@esri.com Agenda Interoperability Enablers OGC and esri OGC Web Services ArcGIS and OGC Web Services - @ version

More information

Spatio-Temporal Big Data: - the rasdaman approach

Spatio-Temporal Big Data: - the rasdaman approach Spatio-Temporal Big Data: - the rasdaman approach OGRS 2014 Otaniemi, Espoo, Finland, 10 June 2014 Peter Baumann Jacobs University rasdaman GmbH p.baumann@jacobs-university.de [animation: gamingfeeds.com]

More information

Leveraging OGC Standards on ArcGIS Server

Leveraging OGC Standards on ArcGIS Server Leveraging OGC Standards on ArcGIS Server Satish Sankaran Interoperability and Standards Team James Michel III ESRI Intel Team ArcGIS Server Complete Interoperable Server-Based GIS Desktop Explorer Web

More information

Geographic Information Fundamentals Overview

Geographic Information Fundamentals Overview CEN TC 287 Date: 1998-07 CR 287002:1998 CEN TC 287 Secretariat: AFNOR Geographic Information Fundamentals Overview Geoinformation Übersicht Information géographique Vue d'ensemble ICS: Descriptors: Document

More information

Big Data Earth Observation Standardization elements Codrina Ilie TERRASIGNA TF7/SG5

Big Data Earth Observation Standardization elements Codrina Ilie TERRASIGNA TF7/SG5 Big Data Earth Observation Standardization elements Codrina Ilie TERRASIGNA TF7/SG5 1 Earth Observation standardization intro 2 directions: 1. standardization of the Ground Segment Services: Heterogeneous

More information

FDO Data Access Technology at a Glance

FDO Data Access Technology at a Glance Autodesk Geospatial FDO Data Access Technology at a Glance Work seamlessly with your geospatial data whatever the format 1 The Challenge The growing need for openness and interoperability between traditional

More information

The GIGAS Methodology

The GIGAS Methodology The GIGAS Methodology Pier Giorgio Marchetti European Space Agency Earth Observation Programme Ground Segment Department pier.giorgio.marchetti@esa.int GIGAS Objectives GIGAS has the goal to promote the

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Publication Date: 2014-02-26 Approval Date: 2014-01-17 Submission Date: 2013-08-20 Reference number of this Document: OGC 12-039 External Reference for this document: http://www.opengis.net/doc/is/wcs_scaling_extension/1.0

More information

Managing Image Data on the ArcGIS Platform Options and Recommended Approaches

Managing Image Data on the ArcGIS Platform Options and Recommended Approaches Managing Image Data on the ArcGIS Platform Options and Recommended Approaches Peter Becker Petroleum requirements for imagery and raster Traditional solutions and issues Overview of ArcGIS imaging capabilities

More information

Web Services for Geospatial Mobile AR

Web Services for Geospatial Mobile AR Web Services for Geospatial Mobile AR Introduction Christine Perey PEREY Research & Consulting cperey@perey.com Many popular mobile applications already use the smartphone s built-in sensors and receivers

More information

Using and Managing Raster Data in Server Applications

Using and Managing Raster Data in Server Applications Using and Managing Raster Data in Server Applications Peter Becker Feroz Abdul-Kadar ESRI Developer Summit 2008 1 Schedule 75 minute session 60 65 minute lecture 10 15 minutes Q & A following the lecture

More information

The European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre GeoDCAT-AP The story so far Andrea Perego, Antonio Rotundo, Lieven Raes GeoDCAT-AP Webinar 6 June 2018 What is GeoDCAT-AP Geospatial

More information

Simplify EO data exploitation for information-based services

Simplify EO data exploitation for information-based services RESEARch And SERvicE SuppORt Simplify EO data exploitation for information-based services www.esa.int European Space Agency As part of ESA s Earth Observation Ground Segment Department, RSS has the mission

More information

International Organization for Standardization Technical Committee 211 (ISO/TC211)

International Organization for Standardization Technical Committee 211 (ISO/TC211) Esri Support for Geospatial Standards: Open Geospatial Consortium (OGC) International Organization for Standardization Technical Committee 211 (ISO/TC211) An Esri White Paper April 2015 Copyright 2015

More information

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information

An Outline of a WCS2.0 MetOC Profile for discussion. Crown copyright Met Office

An Outline of a WCS2.0 MetOC Profile for discussion. Crown copyright Met Office An Outline of a WCS2.0 MetOC Profile for discussion ECMWF 2013 The aims of this discussion To Agree the basic principles i.e. Use cases using the Met Ocean dwg. Form a working group to look at creating

More information

The Naval Research Laboratory s Ongoing Implementation of the Open Geospatial Consortium s Catalogue Services Specification

The Naval Research Laboratory s Ongoing Implementation of the Open Geospatial Consortium s Catalogue Services Specification The Naval Research Laboratory s Ongoing Implementation of the Open Geospatial Consortium s Catalogue Services Specification Frank P. McCreedy, David B. Marks Room D-9E, D-9F 1005 Balch Blvd Stennis Space

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*, Tore Risch Department of Information Technology, Uppsala University * Computer Science & Electrical

More information

Earth Observation Payload Data Ground Systems Infrastructure Evolution LTDP SAFE. EO Collection and EO Product metadata separation Trade-Off

Earth Observation Payload Data Ground Systems Infrastructure Evolution LTDP SAFE. EO Collection and EO Product metadata separation Trade-Off Earth Observation Payload Data Ground Systems Infrastructure Evolution 2011-2014 LTDP SAFE EO Collection and EO Product metadata separation Trade-Off Ref: PDGS-SAFE-GMV-TN-12/0185 Version: 1.0 Date: 18th

More information

Tutorial International Standards. Web Map Server (WMS) & Web Feature Server (WFS) Overview

Tutorial International Standards. Web Map Server (WMS) & Web Feature Server (WFS) Overview ISO/TC 211 17 th Plenary & Associated Meetings Berlin, Germany, DIN Institute / 2003-10-31 Advisory Group on Outreach Tutorial International Standards Web Map Server (WMS) & Web Feature Server (WFS) Overview

More information

Developing a Free and Open Source Software based Spatial Data Infrastructure. Jeroen Ticheler

Developing a Free and Open Source Software based Spatial Data Infrastructure. Jeroen Ticheler Developing a Free and Open Source Software based Spatial Data Infrastructure Jeroen Ticheler 1 License This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.

More information

_ LUCIADFUSION V PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET

_ LUCIADFUSION V PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET V2016 LuciadFusion is the solution for efficient and effective use of geospatial data. It allows you to organize your data so that each user has one-click access to a

More information

Part 1: Content model

Part 1: Content model Provläsningsexemplar / Preview TECHNICAL SPECIFICATION ISO/TS 19163-1 First edition 2016-01-15 Geographic information Content components and encoding rules for imagery and gridded data Part 1: Content

More information

Proposed update of Technical Guidance for INSPIRE Download services based on SOS

Proposed update of Technical Guidance for INSPIRE Download services based on SOS Proposed update of Technical Guidance for INSPIRE Download services based on SOS Organised by: Simon Jirka, Alexander Kotsev, Michael Lutz Dr. Simon Jirka (jirka@52north.org) 52 North GmbH Workshop - The

More information

IHO S-100 Framework. The Essence. WP / Task: Date: Author: hansc/dga Version: 0.6. Document name: IHO S-100 Framework-The Essence

IHO S-100 Framework. The Essence. WP / Task: Date: Author: hansc/dga Version: 0.6. Document name: IHO S-100 Framework-The Essence WP / Task: 4.4.1. Date: 2015-09-25 Author: hansc/dga Version: 0.6 Document name: IHO S-100 Framework-The Essence IHO S-100 Framework Version 0.6 The Essence Document information More recent versions of

More information

Extension of INSPIRE Download Services TG for Observation Data

Extension of INSPIRE Download Services TG for Observation Data Extension of INSPIRE Download Services TG for Observation Data Simon Jirka (52 North) 14 th June 2014, MIG Workshop on WCS-based INSPIRE Download Services Agenda Motivation Sensor Web Proposed Update for

More information

ERDAS IMAGINE THE WORLD S MOST WIDELY-USED REMOTE SENSING SOFTWARE PACKAGE

ERDAS IMAGINE THE WORLD S MOST WIDELY-USED REMOTE SENSING SOFTWARE PACKAGE PRODUCT BROCHURE ERDAS IMAGINE THE WORLD S MOST WIDELY-USED REMOTE SENSING SOFTWARE PACKAGE 1 ERDAS IMAGINE The world s most widely-used remote sensing software package 2 ERDAS IMAGINE The world s most

More information

EarthLookCZ as Czech way to GMES

EarthLookCZ as Czech way to GMES EarthLookCZ as Czech way to GMES Karel Charvat 1 and Petr Horak 1 1 WirelessInfo, Czech Republic, charvat@wirelessinfo.cz Abstract Global Monitoring for Environment and Security is one of 4 ranges of solutions

More information

Development of Java Plug-In for Geoserver to Read GeoRaster Data. 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore

Development of Java Plug-In for Geoserver to Read GeoRaster Data. 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore Development of Java Plug-In for Geoserver to Read GeoRaster Data 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore 2. Bruce Thelen CoreLogic Spatial Solutions, Austin, USA 3. Perumal

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri Leveraging OGC Services in ArcGIS Server Satish Sankaran, Esri Yingqi Tang, Esri GIS Creating and Managing Geo Information Products - Proprietary - Open Specifications - Standards Dissemination of Geo

More information

Leveraging metadata standards in ArcGIS to support Interoperability. David Danko and Aleta Vienneau

Leveraging metadata standards in ArcGIS to support Interoperability. David Danko and Aleta Vienneau Leveraging metadata standards in ArcGIS to support Interoperability David Danko and Aleta Vienneau Leveraging Metadata Standards in ArcGIS for Interoperability Why metadata and metadata standards? Overview

More information

PF-III User Guide for GUI and API - validation phase

PF-III User Guide for GUI and API - validation phase PF-III User Guide for GUI and API - validation phase Doc.No. : EUM/OPS/MAN/18/983019 Issue : v1a Date : 7 June 2018 WBS/DB : S EUMETSAT Eumetsat-Allee 1, D-64295 Darmstadt, Germany T l 49 6151 807 7 EUMETSAT

More information

Ordering Services for Earth Observation Products Adoption Voting Comments and Answers

Ordering Services for Earth Observation Products Adoption Voting Comments and Answers Open Geospatial Consortium Date: 2012-01-25 Reference number of this document: OGC 11-111 Category: OpenGIS Public Comments & Responses Editor(s): Daniele Marchionni Ordering Services for Earth Observation

More information

GeoDCAT-AP Representing geographic metadata by using the "DCAT application profile for data portals in Europe"

GeoDCAT-AP Representing geographic metadata by using the DCAT application profile for data portals in Europe GeoDCAT-AP Representing geographic metadata by using the "DCAT application profile for data portals in Europe" Andrea Perego, Vlado Cetl, Anders Friis-Christensen, Michael Lutz, Lorena Hernandez Joint

More information

Motions from the 91st OGC Technical and Planning Committee Meetings Geneva, Switzerland Contents

Motions from the 91st OGC Technical and Planning Committee Meetings Geneva, Switzerland Contents Motions from the 91st OGC Technical and Planning Committee Meetings Geneva, Switzerland Contents "The Open Geospatial Consortium and EarthCube White Paper... 2 Vote for OGC Sensor Observation Service 2.0

More information

CREATING VIRTUAL SEMANTIC GRAPHS ON TOP OF BIG DATA FROM SPACE. Konstantina Bereta and Manolis Koubarakis

CREATING VIRTUAL SEMANTIC GRAPHS ON TOP OF BIG DATA FROM SPACE. Konstantina Bereta and Manolis Koubarakis CREATING VIRTUAL SEMANTIC GRAPHS ON TOP OF BIG DATA FROM SPACE Konstantina Bereta and Manolis Koubarakis National and Kapodistrian University of Athens ABSTRACT We present the system Ontop-spatial for

More information

The OGC Web Coverage Processing Service (WCPS) Standard

The OGC Web Coverage Processing Service (WCPS) Standard The OGC Web Coverage Processing Service (WCPS) Standard Peter Baumann Jacobs University Bremen 28759 Bremen Germany p.baumann@jacobs-university.de ABSTRACT Imagery is more and more becoming integral part

More information

Web Coverage Services (WCS)

Web Coverage Services (WCS) Web Coverage Services (WCS) www.jrc.ec.europa.eu Thematic Cluster #3 Jordi Escriu Facilitator Thematic Cluster #3 Serving society Stimulating innovation Supporting legislation Coverages in INSPIRE Coverage:

More information

Open Geospatial Consortium

Open Geospatial Consortium Open Geospatial Consortium Date: 28-March-2011 Reference number of this document: 10-195 Editors: OGC Aviation Domain Working Group Requirements for Aviation Metadata Copyright 2011 Open Geospatial Consortium.

More information

ERDAS IMAGINE THE WORLD S MOST WIDELY-USED REMOTE SENSING SOFTWARE PACKAGE

ERDAS IMAGINE THE WORLD S MOST WIDELY-USED REMOTE SENSING SOFTWARE PACKAGE PRODUCT BROCHURE ERDAS IMAGINE THE WORLD S MOST WIDELY-USED REMOTE SENSING SOFTWARE PACKAGE 1 ERDAS IMAGINE The world s most widely-used remote sensing software package 2 ERDAS IMAGINE The Theworld s world

More information

FGDC Standards Program. Presented by Julie Binder Maitra To ISO Standards in Action Workshop November 16, 2013

FGDC Standards Program. Presented by Julie Binder Maitra To ISO Standards in Action Workshop November 16, 2013 FGDC Standards Program Presented by Julie Binder Maitra To ISO Standards in Action Workshop November 16, 2013 1 Topics Policies guiding FGDC standards program FGDC Participation in Non-Federal Standards

More information

Esri Support for Geospatial Standards

Esri Support for Geospatial Standards APRIL 2017 ArcGIS Is Open and Interoperable Esri Support for Geospatial Standards Copyright 2017 Esri All rights reserved. Printed in the United States of America. The information contained in this document

More information

Leveraging OGC Services in ArcGIS Server

Leveraging OGC Services in ArcGIS Server Esri International User Conference San Diego, CA Technical Workshops Jul.14 th 2011 Leveraging OGC Services in ArcGIS Server Satish Sankaran Yingqi Tang Agenda Interoperability

More information

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation

Consolidation Team INSPIRE Annex I data specifications testing Call for Participation INSPIRE Infrastructure for Spatial Information in Europe Technical documents Consolidation Team INSPIRE Annex I data specifications testing Call for Participation Title INSPIRE Annex I data specifications

More information

Use of XML Schema and XML Query for ENVISAT product data handling

Use of XML Schema and XML Query for ENVISAT product data handling Use of XML Schema and XML Query for ENVISAT product data handling Stéphane Mbaye stephane.mbaye@gael.fr GAEL Consultant Cité Descartes, 8 rue Albert Einstein 77420 Champs-sur-Marne, France Abstract * This

More information

Setting up the Ihlet Social Cadastre

Setting up the Ihlet Social Cadastre Setting up the Ihlet Social Cadastre Ihlet KHT Dr. Attila Molnár, GI consultant Bela Jarolics Rome, Italy TOPICS Goal of the project Architecture Database Solution Standards, communication Metadata Security

More information

Regarding the quality attributes, the architecture of the system must be:

Regarding the quality attributes, the architecture of the system must be: The SDSS System Overview This chapter gives an overview of the software architecture of the RiskChanges SDSS system. One of the objectives within the project is the development of a SDSS system for probabilistic

More information

The EOC Geoservice: Standardized Access to Earth Observation Data Sets and Value Added Products ABSTRACT

The EOC Geoservice: Standardized Access to Earth Observation Data Sets and Value Added Products ABSTRACT The EOC Geoservice: Standardized Access to Earth Observation Data Sets and Value Added Products K. Dengler, T. Heinen, A. Huber, K. Molch, E. Mikusch German Aerospace Center (DLR) German Remote Sensing

More information

Web Coverage Service (WCS) Implementation Specification

Web Coverage Service (WCS) Implementation Specification Open Geospatial Consortium Inc. Date: 2007-07-08 Reference number of this OGC Document: 07-067r2 Version:..c, Corrigendum release Category: OGC Implementation Specification Editors: Arliss Whiteside, John

More information

IMPROVING THE INFRASTRUCTURE FOR EARTH OBSERVATION, ACTIONS AND UPDATES FROM THE SENTINEL ALPINE OBSERVATORY AT EURAC RESEARCH

IMPROVING THE INFRASTRUCTURE FOR EARTH OBSERVATION, ACTIONS AND UPDATES FROM THE SENTINEL ALPINE OBSERVATORY AT EURAC RESEARCH IMPROVING THE INFRASTRUCTURE FOR EARTH OBSERVATION, ACTIONS AND UPDATES FROM THE SENTINEL ALPINE OBSERVATORY AT EURAC RESEARCH Jacob, A., Marin, C., Monsorno, R., Ventura, B., Vianello, A., Costa, A.,

More information

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit

Imagery and Raster Data in ArcGIS. Abhilash and Abhijit Imagery and Raster Data in ArcGIS Abhilash and Abhijit Agenda Imagery in ArcGIS Mosaic datasets Raster processing ArcGIS is a Comprehensive Imagery System Integrating All Types, Sources, and Sensor Models

More information

TrueOrtho with 3D Feature Extraction

TrueOrtho with 3D Feature Extraction TrueOrtho with 3D Feature Extraction PCI Geomatics has entered into a partnership with IAVO to distribute its 3D Feature Extraction (3DFE) software. This software package compliments the TrueOrtho workflow

More information

Esri Support for Geospatial Standards: OGC and ISO/TC211. An Esri White Paper May 2015

Esri Support for Geospatial Standards: OGC and ISO/TC211. An Esri White Paper May 2015 Esri Support for Geospatial Standards: OGC and ISO/TC211 An Esri White Paper May 2015 Copyright 2015 Esri All rights reserved. Printed in the United States of America. The information contained in this

More information

Implementation Method of OGC Web Map Service Based on Web Service. Anthony Wenjue Jia *,Yumin Chen *,Jianya Gong * *Wuhan University

Implementation Method of OGC Web Map Service Based on Web Service. Anthony Wenjue Jia *,Yumin Chen *,Jianya Gong * *Wuhan University Implementation Method of OGC Web Map Service Based on Web Service Anthony Wenjue Jia *,Yumin Chen *,Jianya Gong * *Wuhan University ABSTRACT The most important advantage of web service is the multi-platform,

More information

Download Service Implementing Rule and Technical Guidance

Download Service Implementing Rule and Technical Guidance Download and Transformation Draft Implementing Rules Presentation for INSPIRE Initiatives Download Service Implementing Rule and Technical Guidance Olaf Østensen Statens kartverk Norwegian Mapping Authority

More information

Web Coverage Service (WCS) Implementation Specification

Web Coverage Service (WCS) Implementation Specification Open Geospatial Consortium Inc. Date: 2006-0-7 Reference number of this OGC Document: 06-083r8 Version:..0 Category: OpenGIS Implementation Specification Editors: Arliss Whiteside, John D. Evans Web Coverage

More information

Image Management and Dissemination. Peter Becker

Image Management and Dissemination. Peter Becker Image Management and Dissemination Peter Becker OUTLINE Requirements Intro to Mosaic Datasets Workflows & Demo Dynamic Mosaicking, On-the-fly processing Properties Differentiator Raster Catalog, ISDef,

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Towards an Ontology for Geospatial User-centric Metadata Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Python: Working with Multidimensional Scientific Data. Nawajish Noman Deng Ding

Python: Working with Multidimensional Scientific Data. Nawajish Noman Deng Ding Python: Working with Multidimensional Scientific Data Nawajish Noman Deng Ding Outline Scientific Multidimensional Data Ingest and Data Management Analysis and Visualization Extending Analytical Capabilities

More information

Lecture note on the history and principles of geo-webservices

Lecture note on the history and principles of geo-webservices A SHORT INTRODUCTION TO GEO-WEBSERVICES Lecture note on the history and principles of geo-webservices Barend Köbben Version 1.0 February 24, 2010 Contents 1 From monolithic to distributed GIS architectures

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2007-01-25 Reference number of this OpenGIS IP initiative document: Version: 0.0.9 Category: OGC Public Discussion Paper Editor: Steven Keens OWS-4 Workflow IPR Workflow

More information

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Geospatial Interoperability : The OGC Perspective Open Geospatial Consortium, Inc.

ADVANCED GEOGRAPHIC INFORMATION SYSTEMS Vol. II - Geospatial Interoperability : The OGC Perspective Open Geospatial Consortium, Inc. GEOSPATIAL INTEROPERABILITY: THE OGC PERSPECTIVE Open Open Geospatial Consortium, Wayland, MA, USA Keywords: geographic information systems, geospatial services, interoperability, interface specification,

More information

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW

Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Addressing Geospatial Big Data Management and Distribution Challenges ERDAS APOLLO & ECW Nouman Ahmed GeoSystems-Me (Hexagon Geospatial / ERDAS Regional Partner) Enterprise Solutions Architect Hexagon

More information

Open source technologies and INSPIRE network services in Slovak environmental agency

Open source technologies and INSPIRE network services in Slovak environmental agency Open source technologies and INSPIRE network services in Slovak environmental agency Peter Mozolík, Martin Koška, Marek Žiačik, Martin Tuchyňa Slovak Environmental Agency (SEA) SEA role within slovak SDI

More information

INTEGRATION OF DISASTER EVENT DATA INTO SPATIAL DATA INFRASTRUCTURES

INTEGRATION OF DISASTER EVENT DATA INTO SPATIAL DATA INFRASTRUCTURES INTEGRATION OF DISASTER EVENT DATA INTO SPATIAL DATA INFRASTRUCTURES B. Stollberg a, *, T. De Groeve a, A. Hirner a, L. Vernaccini a, S. Paris a a Joint Research Centre of the European Commission, Institute

More information

Agent Framework For Intelligent Data Processing

Agent Framework For Intelligent Data Processing Agent Framework For Intelligent Data Processing Rahul Ramachandran, Sara Graves, Sunil Movva and Xiang Li Information Technology and Systems Center University of Alabama in Huntsville rramachandran@itsc.uah.edu

More information

The Common Framework for Earth Observation Data. US Group on Earth Observations Data Management Working Group

The Common Framework for Earth Observation Data. US Group on Earth Observations Data Management Working Group The Common Framework for Earth Observation Data US Group on Earth Observations Data Management Working Group Agenda USGEO and BEDI background Concise summary of recommended CFEOD standards today Full document

More information

Name type specification definitions part 1 basic name

Name type specification definitions part 1 basic name Open Geospatial Consortium Inc. Date: 2010-03-31 Reference number of this document: OGC 09-048r3 OGC Name of this document: http://www.opengis.net/doc/pol-nts/def-1/1.1 Version: 1.1 Category: OpenGIS Policy

More information

Spatio-Temporal Data Exchange Standards

Spatio-Temporal Data Exchange Standards 2003 IEEE. Personal use of this material is permitted. However, permission to reprint/republish this material for advertising or promotional purposes or for creating new collective works for resale or

More information

First experiences of using WC(P)S at ECMWF

First experiences of using WC(P)S at ECMWF Earth Server-2 First experiences of using WC(P)S at ECMWF Julia Wagemann and Stephan Siemen European Centre for Medium-Range Weather Forecasts Workshop on Meteorological Operational Systems #OpenDataWeek

More information

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe

IMAGERY FOR ARCGIS. Manage and Understand Your Imagery. Credit: Image courtesy of DigitalGlobe IMAGERY FOR ARCGIS Manage and Understand Your Imagery Credit: Image courtesy of DigitalGlobe 2 ARCGIS IS AN IMAGERY PLATFORM Empowering you to make informed decisions from imagery and remotely sensed data

More information

Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata

Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata Meeting Host Supporting Partner Meeting Sponsors Reducing Consumer Uncertainty Towards a Vocabulary for User-centric Geospatial Metadata 105th OGC Technical Committee Palmerston North, New Zealand Dr.

More information

Image Management in ArcGIS. Vinay Viswambharan

Image Management in ArcGIS. Vinay Viswambharan Image Management in ArcGIS Vinay Viswambharan Topics covered Primary Imagery Management Information Model - Mosaic Dataset Sharing Imagery using mosaic datasets/image services. Image Services and Cloud

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2004-08-02 OpenGIS Reference number: 04-051 Version: 0.5 Category: OpenGIS Interoperability Program Report Editor: George Percivall, Open Geospatial Consortium, Inc.

More information

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK)

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) INSPIRE: The ESRI Vision Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) Overview Who are we? Introduction to ESRI Inc. and ESRI(UK) Presenters ArcGIS The ESRI Solution to

More information

An Open Source Software approach to Spatial Data Infraestructures.

An Open Source Software approach to Spatial Data Infraestructures. Second Part INSPIRE and SDI: heterogeneous GI accessing solution An Open Source Software approach to Spatial Data Infraestructures. Study of different scenarios Second Part: INDEX I. Intro: SDI: Beginings,

More information

Multi-Community, Multi-Sensor Maritime Earth Observation DC

Multi-Community, Multi-Sensor Maritime Earth Observation DC Multi-Community, Multi-Sensor Maritime Earth Observation DC How do you eat the elephant? Gianluca Luraschi EO Project Manager and Application Architect Gianluca.luraschi@emsa.europa.eu SafeSeaNet Ecosystem

More information

Using the Network Common Data Form for storage of atmospheric data

Using the Network Common Data Form for storage of atmospheric data Using the Network Common Data Form for storage of atmospheric data Maarten Plieger Royal Netherlands Meteorological Institute The NetCDF4 data format (Network Common Data Form) is used within the ADAGUC

More information

INFACTORY : A RESTFUL API SERVER FOR EASILY CREATING INDOORGML

INFACTORY : A RESTFUL API SERVER FOR EASILY CREATING INDOORGML INFACTORY : A RESTFUL API SERVER FOR EASILY CREATING INDOORGML Hyemi Jeong, Hyung-gyu Ryoo, Ki-Joune Li Dept. of Computer Science&Engineering, Pusan National University, Kumjeong-Gu, 46241, Pusan, South

More information

Observations and Measurements

Observations and Measurements Observations and Measurements issues and upgrades Simon Cox CSIRO Exploration & Mining http://www.em.csiro.au Goal of Observations and Measurements Information model for Sensor Web Enablement consistent

More information

Interactive Web Mapping: Overview

Interactive Web Mapping: Overview Interactive Web Mapping: Overview Overview of how geospatial data is formatted requested supplied consumed by/for web technologies 2 Definitions Analysis exploring and modeling geospatial phenomena Mapping

More information

SMARTERDECISIONS. Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013

SMARTERDECISIONS. Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013 Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013 Carahsoft Intergraph Government Solutions SMARTERDECISIONS Geospatial Portal 2013 Geospatial

More information

Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones

Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones J. Fernandez, J. Lopez, I. Carlos, F. Jerez, F. Hermosilla, M. Espino SIMO, LIM-UPC, CIIRC FIELD_AC 7 th

More information