S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, Prato Italy

Size: px
Start display at page:

Download "S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, Prato Italy"

Transcription

1 NcML-G ML : encoding NetCDF datasets using GML S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, Prato Italy stefano.nativi@pin.unifi.it ^ Unidata Program Center University Corporation for Atmospheric Research Boulder, CO USA {caron, ben}@ucar.edu Topics: GML, Geographic Information Metadata Abstract In this paper we describe the NcML-G ML : an extension of the NetCDF Markup Language (NcML). Such extension allows to encode NetCDF dataset resorting to GML 3.0 elements. It was conceived to facilitate the interoperability between the Atmospheric Science and the GIS Communities: NcML-G ML leverages the NcML effectiveness for encoding multi-dimensional arrays, encoding geometadata in GML. The abstract and the general content model which lead to the NcML-G ML are described. 1 Introduction Atmospheric Science Community using protocols like those of the OpenDAP (Open-source Project for a Network Data Access Protocol) from University of Rhode Island [1] or the ADDE (Abstract Distributed Data Environment) from the SSEC at the University of Wisconsin [2], can access and transfer datasets encoded in NetCDF format. NetCDF (network Common Data Form) [3] is an interface for array-oriented data access and a library that provides an implementation of the interface. The netcdf library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netcdf software was developed at the Unidata Program Center in Boulder, Colorado. The NetCDF Markup Language (NcML) [4] is an XML representation of netcdf metadata. There are three parts to NcML with separate schema documents: NcML Core Schema represents the netcdf data model; NcML Coordinate System extends the core schema and extends the netcdf data model to add explicit support for general and georeferencing coordinate systems; it works with NetCDF files which follow standard conventions [5]; NcML Dataset extends the core schema to use NcML to define a netcdf file as well as to redefine, aggregate, and subset existing netcdf files. NcML Geography (NcML-G) extends the NcML Coordinate System schema to facilitate the use of NetCDF datasets by GIS. Figure 1 shows the use scenario: GIS import NetCDF datasets as NcML-G documents. DOS, ADDE datasets NetCDF with Conventions NetCDF file API Figure 1 NcML-G use scenario 2 The NcML-G NcML-G ML document The main objective of the GIS extension model for NcML is to facilitate the interoperability between the Atmospheric Science and the GIS Communities. GIS

2 That allows the Atmospheric Science Community to better provide information to Society. The presented extension introduces a set of optional metadata structures which capture and formalize the GIS facets of NetCDF dataset. These facets are taken from the geospatial standard models introduced by OGC OpenGIS and ISO TC211. The expected result is to facilitate the utilisation of NetCDF datasets into GIS, providing them with all the necessary metadata for interoperability. The NcML-G specification introduces: 1. An abstract model for the extension; 2. A general content model for the extension. Two XML encoding implementations of the content model were introduced: i. A GML-based implementation, called NcML- G ML ; ii. A self-consistent inner implementation, called NcML-G IN. The present work deals with the GML-based implementation. NcML-G ML was conceived to facilitate as much as possible GIS Community to use NcML datasets, by: encoding Atmospheric Science geographic aspects, using GML 3.0 [6]; using GIS Community semantics. 2.1 The abstract model The extension abstract model represents the approach used to interconnect Atmospheric Science and GIS data models, achieving model interoperability From Dataset to Coverage The model of Atmospheric Science dataset is generally different from GIS data model. In particular, most of Atmospheric Science data is based on a composite approach; besides, most of GIS data is organized following a geo-relational approach[7]. Composite approach is characterized by a bottom-up way to organize data (i.e. from single measurement values to eventual aggregated entities made up of measurement values). On the contrary, geo-relational approach is characterized by a topdown way to organize data (i.e. from meaningful aggregation entities to their actual measurements content). GIS consider two fundamental geographic types: features and coverages. Coverages can be used to map composite data; indeed they are considered a special case of feature. Therefore, we needed to map the NetCDF composite model into the general coverage model of GIS. The introduced abstract model facilitates the interconnection between these two models, as far as NcML[4] and standard Coverage models [8] are concerned. The following diagrams depict such scenario: Figure 1 and 2 present the considered composite and geo-relational models; Figure 3 shows the introduced abstract model for the extension. Figure 1 Atmospheric Science Composite model As shown in Figure 3 the key concept is defining a Geo-Coordinate System element for NcML datasets. Hence, NcML-CS model is the starting point for GIS extension. Referring to the abstract model diagram, there are three main extension steps: 1 To generate geo-extent information for NetCDF dataset; it is useful for online catalogue applications, for discovering, classifying and filtering datasets; 2 To generate geo-location information for NetCDF dataset; it is useful to represent dataset values on referenced maps and overly them on geo-referenced layers (e.g. themes). 3 To generate one or more coverage from NetCDF dataset. Coverage RangeSet elements are generated from NetCDF variable elements. That is useful to express datasets components as logical geo-

3 relational features, allowing their integration with other GIS features. 4 To link the NcML variables elements with the corresponding coverage range sets. Figure 2 Coverage geo-relational model (i.e. a NcML-G:GeoCoordinateSystem object) which is characterized by extent metadata (i.e. a NcML- G:DomainExtent object). In turn, a GeoCoordinateSystem object can be specialized becoming either a referenced geographic coordinate system (i.e. a Ncml- G:GeoReferencedCoordinateSystem object) characterized by location metadata (i.e. a Ncml- G:DomainLocation object) or a coverage geographic coordinate system (i.e. a NcML- G:CoverageGeoCoordSystem object). A particular type of CoverageGeoCoordSystem object is represented by a referenced CoverageGeoCoordSystem object (i.e. a NcML- G:CoverageGeoRefCoordSystem object). Figure 4 depicts the described object model; different colors refer to the different XML schemas, the objects are encoded by. According to GIS semantics, a coverage associates a position within a spatial/temporal domain to a value of a defined data type. A coverage is a function from a spatial/temporal domain to an attribute domain. Domain can be reference or unreferenced. Figure 5 depicts the object for NcML-G unreferenced coverages (only the yellow objects) and referenced ones (the entire schema). Figure3 The Abstract Model of NcML-G These extensions introduce metadata needed to enable interoperability. 2.2 The general content model The content model defines the objects introduced for the extension. It implements the abstract model and is expressed using the UML notation. The content model is based on the NcML-CS model [4] and the ISO [8] coverage model. A NcML CoordinateSystem object can be specialized becoming a geographic coordinate system Figure 4 The NcML-G Coordinate System model Five object packages constitutes the content model: GISExtension package: contains objects describing referenced and unreferenced geocoordinate system.

4 Figure 5 The NcML-G coverage model GeoDomainExtent package: contains objects describing the spatio-temporal extent of the dataset. GeoDomainLocation package: contains objects describing the spatio-temporal coordinate reference system of the dataset. UnreferencedCoverage package: contains objects describing unreferenced coverages. ReferencedCoverage package: contains objects describing referenced coverages. 2.3 The encoding model The general content model was encoded into a semi-structured model (i.e. XML schema) introducing a GML-based set of elements. Such encoding is called NcML-G ML. Figure 6 depicts the encoding architecture. 2 UnreferencedCoverage.xsd; it specifies metadata for un-referenced coverage associated with a geo coordinate system. It must used in alternative of the UnreferencedCoverage.xsd. 3 ReferencedCoverage.xsd; it specifies metadata for referenced coverage associated with a geo coordinate system. These schemas uses elements defined in the following GML 3.0 schemas: feature.xsd; temporal.xsd; coordinatereferencesystems.xsd; grids.xsd; coverage.xsd. Figure 6 and 7 shows a simplified view of the NcML-GML geocoordinatesystem and coveragegeorefcoordinatesystem and schemas, respectively. Figure 6 The NcML-G ML geocoordinatesystem simplified schema NcML-CS NcML- NcML-G ML G ML XSD/XML Figure 6 The NcML-G ML erchitecture Three main XML schemas were introduced: 1 GeoCoordinateSystem.xsd; it specifies metadata for geo coordinate systems defined from NcML Dataset. Figure 7 The NcML-G ML coveragegeorefcoordinatesystem simplified schema 5 An XML Example

5 The following example reports the generation of a GIS coverage from a NetCDF dataset. The Coverage has a geo-referenced grid geometry. <netcdf xmlns=" xmlns:gml=" > <dimension name="x" length="3"/> <dimension name="y" length="1"/> <variable name="x" type="int"> <values separator=",">11.0,11.5,12.0</values> <variable name="y" type="int"> <values separator=",">44.0,44.5,45.0</values> <variable name="temperature" type="double" shape="x,y"> <values separator=",">237.6,258.7,260.2,276.3,270.4,269.8,271.1,2 70.4,268.6</values> <variable name="wv" type="double" shape="x,y"> <values separator=",">4.6,4.7,5.2,5.3,5.4,6.8,6.1,6.4,6.6</values> <coveragegeorefcoordsystem name="geographicsystem"> <coordinateaxisref ref="x"/> <coordinateaxisref ref="y"/> <geodomainextent description="epsg:4326"> <spatialextent> <gml:envelope>... </gml:envelope> </spatialextent> </geodomainextent> <geodomainlocation> <gml:geographiccrs> <crsid> <code>4326</code> <codespace>epsg</code>. </crsid>... </gml:geographiccrs> </geodomainlocation> <gridcoverage> <grid dimension="2"> <limits> <gridenvelope>... </gridenvelope> </limits> <axisname>longitude</axisname> <axisname>latitude</axisname> </grid> <rangevalues> <rangeinfo> <values> <variable>temperature <variable>wv </values> </rangeinfo> </rangevalues> </gridcoverage> </coveragegeorefcoordsystem> </netcdf> It is noteworthy that the rangeinfo element contains the values sub-element which points to one or more NcML variable elements; it leverages the fact that NcML already manages value collections in an explicit way. Naturally, it is also possible to resort to the GML ValueCollectionType elements. Acknowledgements This work has been partially funded by the THematic Real-time Environmental Distributed Data Services (THREDDS) project of the American NSF. References [1] P. Cornillon, J. Gallagher, T. Sgourosy. OPENDAP: Accessing Data in a Distributed, Heterogeneous Environment. Data Science Journal, Volume 2, 5 November. pages , 2003 [2] SSEC. McIDAS Learning Guide: ADDE e.html. [3] Unidata Program Center - University Corporation for Atmospheric Research. NetCDF. [4] The NcML Working Group, The NetCDF Markup Language (NcML), [5] Unidata Program Center - University Corporation for Atmospheric Research. NetCDF Conventions. tions.html. [6] Open GIS Consortium, Inc. OpenGIS Geography Markup Language (GML) Implementation Specification version OpenGIS project document OGC r4. 29 January [7] M. Molenaar. Status and problems of geographical information systems. The necessity of a geo-informatio theory. ISPRS J. Protogramm. Remote Sensing, Elsevier Science Publisher, B.V. pages , 1991.

6 [8] ISO 19123, Schema for coverage geometry and functions, ISO TC211 document N1038, 18 Jan 2001.

Atmospheric Science and GIS Interoperability issues: some Data Model and Computational Interface aspects

Atmospheric Science and GIS Interoperability issues: some Data Model and Computational Interface aspects UNIDATA Boulder, Sep. 2003 Atmospheric Science and GIS Interoperability issues: some Data and Computational Interface aspects Stefano Nativi University of Florence and IMAA-CNR Outline Service-Oriented

More information

Climate Data for Non-experts: Standards-based Interoperability

Climate Data for Non-experts: Standards-based Interoperability Climate Data for Non-experts: Standards-based Interoperability Ben Domenico Unidata Program Center University Corporation for Atmospheric Research April 2010 Working Together on A Mosaic for Atmospheric

More information

Spatial Data Infrastructure Concepts and Components. Douglas Nebert U.S. Federal Geographic Data Committee Secretariat

Spatial Data Infrastructure Concepts and Components. Douglas Nebert U.S. Federal Geographic Data Committee Secretariat Spatial Data Infrastructure Concepts and Components Douglas Nebert U.S. Federal Geographic Data Committee Secretariat August 2009 What is a Spatial Data Infrastructure (SDI)? The SDI provides a basis for

More information

SDI Standards at work

SDI Standards at work SDI Standards at work Jan Juul Jensen Senior Technology Strategist Informi GIS Denmark Informi GIS Private held Limited Company Specialized in GIS 100+ employees HQ in Charlottenlund, Copenhagen Regional

More information

ISO Canadian Drought Monitor Data Product Specifications

ISO Canadian Drought Monitor Data Product Specifications ISO 19131 Canadian Drought Monitor Data Product Specifications Revision: A Page 1 of 14 Data product specifications: Canadian Drought Monitor - Table of Contents- 1. Overview... 3 1.1. Informal description...

More information

A Model of GIS Interoperability Based on JavaRMI

A Model of GIS Interoperability Based on JavaRMI A Model of GIS Interoperability Based on Java Gao Gang-yi 1 Chen Hai-bo 2 1 Zhejiang University of Finance & Economics, Hangzhou 310018, China 2 College of Computer Science and Technology, Zhejiang UniversityHangzhou

More information

What s new in GIS. RAL Retreat Oct 5, 2005

What s new in GIS. RAL Retreat Oct 5, 2005 What s new in GIS RAL Retreat Oct 5, 2005 Overview GIS Initiative milestones Major activities in 2004-2005 GALEON UNIDATA OGC project New functionality in ESRI software GIS Initiative Team Olga Wilhelmi

More information

Unidata Outreach Activities

Unidata Outreach Activities Unidata Outreach Activities focusing on Evolving Standards for Delivering Atmospheric Data into the GIS Realm (mainly OGC GALEON) Ben Domenico, Unidata Stefano Nativi, CNR/IMAA Jeff Weber, Unidata With

More information

Charter for the. Information Transfer and Services Architecture Focus Group

Charter for the. Information Transfer and Services Architecture Focus Group for the Information Transfer and Services Architecture Focus Group 1. PURPOSE 1.1. The purpose of this charter is to establish the Information Transfer and Services Architecture Focus Group (ITSAFG) as

More information

Reducing Consumer Uncertainty

Reducing Consumer Uncertainty Spatial Analytics Reducing Consumer Uncertainty Eliciting User and Producer Views on Geospatial Data Quality Introduction Cooperative Research Centre for Spatial Information (CRCSI) in Australia Communicate

More information

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web

Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Semantic Evolution of Geospatial Web Services: Use Cases and Experiments in the Geospatial Semantic Web Joshua Lieberman, Todd Pehle, Mike Dean Traverse Technologies, Inc., Northrop Grumman Information

More information

DGIWG 200. Defence Geospatial Information Framework (DGIF) Overview

DGIWG 200. Defence Geospatial Information Framework (DGIF) Overview DGIWG 200 Defence Geospatial Information Framework (DGIF) Overview Document type: Standard Document date: 28 November 2017 Edition: 2.0.0 Responsible Party: Audience: Abstract: Copyright: Defence Geospatial

More information

Think Local - Act Global a Nordic Perspective

Think Local - Act Global a Nordic Perspective Think Local - Act Global a Nordic Perspective OGC Nordic Forum Jari Reini 20-21.5.2014 OGC Nordic Forum? OGC Nordic Forum addresses OGC outreach and education needs of government, academic, research and

More information

Hosted by Esri Official Distributor

Hosted by Esri Official Distributor Hosted by Esri Official Distributor Esri European User Conference October 15-17, 2012 Oslo, Norway Hosted by Esri Official Distributor Interoperability and Standards Support in ArcGIS 10.1 Roberto Lucchi

More information

EXPECTATIONS OF TURKISH ENVIRONMENTAL SECTOR FROM INSPIRE

EXPECTATIONS OF TURKISH ENVIRONMENTAL SECTOR FROM INSPIRE EXPECTATIONS OF TURKISH ENVIRONMENTAL SECTOR FROM INSPIRE June, 2010 Ahmet ÇİVİ Tuncay DEMİR INSPIRE in the Eyes of MoEF Handling of Geodata by MoEF Benefits Expected TEIEN First Steps for INSPIRE Final

More information

Recent Topics regarding ISO/TC 211 in Japan

Recent Topics regarding ISO/TC 211 in Japan Recent Topics regarding ISO/TC 211 in Japan KAWASE, Kazushige Geographical Survey Institute Ministry of Land, Infrastructure and Transport, Japan ISO/TC 211 Workshop on standards in action, Riyadh, Saudi

More information

RHOAPS. Real-time Hydrology Ocean Atmosphere Prediction System. Pronunciation: Ropes Motto: More than just THREDDS

RHOAPS. Real-time Hydrology Ocean Atmosphere Prediction System. Pronunciation: Ropes Motto: More than just THREDDS RHOAPS Real-time Hydrology Ocean Atmosphere Prediction System Pronunciation: Ropes Motto: More than just THREDDS Key Aspects Integrated real-time data systems Atmospheric Hydrologic Coastal oceans Societal

More information

Pushing implementation of European coverage data and services forward

Pushing implementation of European coverage data and services forward Pushing implementation of European coverage data and services forward Jordi Escriu jordi.escriu@icgc.cat Head of Unit / IDEC - SDI of Catalonia Facilitator INSPIRE Thematic Cluster #3 Elevation, Orthoimagery,

More information

Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation

Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation Pushing the Standards Edge: Collaborative Testbeds to Accelerate Standards Development and Implementation Mark E. Reichardt President mreichardt@opengeospatial.org 31 October 2006 2006 Open Geospatial

More information

ISO and CEN Standardization work Trond Hovland NPRA. Norwegian Public Roads Administration

ISO and CEN Standardization work Trond Hovland NPRA. Norwegian Public Roads Administration ISO and CEN Standardization work Trond Hovland NPRA Agenda Short general information on NRDB ISO TC211 and TC204 CEN and domestic standards Status and Summing-Up Agenda Short general information on NRDB

More information

ISO Plant Hardiness Zones Data Product Specification

ISO Plant Hardiness Zones Data Product Specification ISO 19131 Plant Hardiness Zones Data Product Specification Revision: A Page 1 of 12 Data specification: Plant Hardiness Zones - Table of Contents - 1. OVERVIEW...3 1.1. Informal description...3 1.2. Data

More information

RESULTS OF DEVELOPMENT AND APPLICATION GEOGRAPHIC INFORMATION STANDARDS IN VIETNAM. Dr. Tran Bach Giang Vietnam

RESULTS OF DEVELOPMENT AND APPLICATION GEOGRAPHIC INFORMATION STANDARDS IN VIETNAM. Dr. Tran Bach Giang Vietnam RESULTS OF DEVELOPMENT AND APPLICATION GEOGRAPHIC INFORMATION STANDARDS IN VIETNAM Dr. Tran Bach Giang Vietnam Shibu lijack Contents 1. BACKGROUND 2. BASIC GEOGRAPHIC INFORMATION STANDARDS (BGIS) Background

More information

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003

GIS at UCAR. The evolution of NCAR s GIS Initiative. Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 GIS at UCAR The evolution of NCAR s GIS Initiative Olga Wilhelmi ESIG-NCAR Unidata Workshop 24 June, 2003 Why GIS? z z z z More questions about various climatological, meteorological, hydrological and

More information

Some of the underlying goals of the GIS Library are to:

Some of the underlying goals of the GIS Library are to: 1 2001 It was born out of the recognition that several of the regions prominent resource management agencies have similar, if not shared, requirements for GIS data. Some of the underlying goals of the

More information

Spatial data interoperability and INSPIRE compliance the platform approach BAGIS

Spatial data interoperability and INSPIRE compliance the platform approach BAGIS Spatial data interoperability and INSPIRE compliance the platform approach BAGIS BAGIS Voluntary, independent, public, non-profit organization; Organization with main mission to promote the growth of the

More information

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY

SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY SPATIAL INFORMATION GRID AND ITS APPLICATION IN GEOLOGICAL SURVEY K. T. He a, b, Y. Tang a, W. X. Yu a a School of Electronic Science and Engineering, National University of Defense Technology, Changsha,

More information

The Open Geospatial Consortium and EarthCube

The Open Geospatial Consortium and EarthCube The Open Geospatial Consortium and EarthCube An EarthCube Technology Paper Prepared by David Maidment 1, Ben Domenico 2, Alastair Gemmell 3, Kerstin Lehnert 4, David Tarboton 5 and Ilya Zaslavsky 6 Introduction

More information

THE WASHINGTON COASTAL ATLAS

THE WASHINGTON COASTAL ATLAS THE ICAN COASTAL ATLAS MEDIATOR PROTOTYPE AND CONNECTING THE WASHINGTON COASTAL ATLAS Liz O Dea 1, Yassine Lassoued 2, Tanya Haddad 3, Declan Dunne 2 1 GIS Services Unit, WA State Dept. of Ecology 2 Coastal

More information

Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant

Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant Overview of Geospatial Open Source Software which is Robust, Feature Rich and Standards Compliant Cameron SHORTER, Australia Key words: Open Source Geospatial Foundation, OSGeo, Open Standards, Open Geospatial

More information

NEXRAD Severe Weather Signatures in the NOAA Severe Weather Data Inventory. Steve Ansari *, Mark Phillips, Stephen Del Greco

NEXRAD Severe Weather Signatures in the NOAA Severe Weather Data Inventory. Steve Ansari *, Mark Phillips, Stephen Del Greco NEXRAD Severe Weather Signatures in the NOAA Severe Weather Data Inventory Steve Ansari *, Mark Phillips, Stephen Del Greco NOAA National Climatic Data Center, Asheville, North Carolina ABSTRACT The Severe

More information

Roadmap to interoperability of geoinformation

Roadmap to interoperability of geoinformation Roadmap to interoperability of geoinformation and services in Europe Paul Smits, Alessandro Annoni European Commission Joint Research Centre Institute for Environment and Sustainability paul.smits@jrc.it

More information

Previous discussion. ECSA Data Tools & Technology WG ENVIP 2015

Previous discussion. ECSA Data Tools & Technology WG ENVIP 2015 Previous discussion ECSA Data Tools & Technology WG ENVIP 2015 Introduction Where we are and were do we want to go? Comparison: Computer Networks and Citizen Science Networks Topics to develop Conceptual

More information

ISO INTERNATIONAL STANDARD. Geographic information Metadata Part 2: Extensions for imagery and gridded data

ISO INTERNATIONAL STANDARD. Geographic information Metadata Part 2: Extensions for imagery and gridded data INTERNATIONAL STANDARD ISO 19115-2 First edition 2009-02-15 Geographic information Metadata Part 2: Extensions for imagery and gridded data Information géographique Métadonnées Partie 2: Extensions pour

More information

ISO Grain Elevators in Canada - Data Product Specifications. Revision: A

ISO Grain Elevators in Canada - Data Product Specifications. Revision: A ISO 19131 Grain Elevators in Canada - Data Product Specifications Revision: A Page 2 of 18 Data product specifications: Grain Elevators in Canada - Table of Contents- 1. Overview... 4 1.1. Informal description...

More information

Status of interoperability issues in the Chilean SDI. Álvaro Monett Pablo Morales Executive Secretariat NSDI-Chile

Status of interoperability issues in the Chilean SDI. Álvaro Monett Pablo Morales Executive Secretariat NSDI-Chile Status of interoperability issues in the Chilean SDI Álvaro Monett Pablo Morales Executive Secretariat NSDI-Chile Outline Background - Chilean SDI working areas Background Interoperability, standards and

More information

WEB-BASED SPATIAL DECISION SUPPORT: TECHNICAL FOUNDATIONS AND APPLICATIONS

WEB-BASED SPATIAL DECISION SUPPORT: TECHNICAL FOUNDATIONS AND APPLICATIONS WEB-BASED SPATIAL DECISION SUPPORT: TECHNICAL FOUNDATIONS AND APPLICATIONS Claus Rinner University of Muenster, Germany Piotr Jankowski San Diego State University, USA Keywords: geographic information

More information

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD

ISO Series Standards in a Model Driven Architecture for Landmanagement. Jürgen Ebbinghaus, AED-SICAD ISO 19100 Series Standards in a Model Driven Architecture for Landmanagement Jürgen Ebbinghaus, AED-SICAD 29.10.2003 The Company 100% SIEMENS PTD SIEMENS Business Services Shareholder & Strategic Business

More information

Oracle Spatial: Essentials

Oracle Spatial: Essentials Oracle University Contact Us: 1.800.529.0165 Oracle Spatial: Essentials Duration: 5 Days What you will learn The course extensively covers the concepts and usage of the native data types, functions and

More information

ISO Swift Current LiDAR Project 2009 Data Product Specifications. Revision: A

ISO Swift Current LiDAR Project 2009 Data Product Specifications. Revision: A ISO 19131 Swift Current LiDAR Project 2009 Data Product Specifications Revision: A Data product specifications: Swift Current LiDAR Project 2009 - Table of Contents- 1. Overview... 4 1.1. Informal description...

More information

The Open Geospatial Consortium and EarthCube

The Open Geospatial Consortium and EarthCube The Open Geospatial Consortium and EarthCube An EarthCube Technology Paper Prepared by David Maidment 1, Ben Domenico 2, Alastair Gemmell 3, Kerstin Lehnert 4, David Tarboton 5 and Ilya Zaslavsky 6 Introduction

More information

Using netcdf and HDF in ArcGIS. Nawajish Noman Dan Zimble Kevin Sigwart

Using netcdf and HDF in ArcGIS. Nawajish Noman Dan Zimble Kevin Sigwart Using netcdf and HDF in ArcGIS Nawajish Noman Dan Zimble Kevin Sigwart Outline NetCDF and HDF in ArcGIS Visualization and Analysis Sharing Customization using Python Demo Future Directions Scientific Data

More information

Geospatial Ontology Trade Study

Geospatial Ontology Trade Study Ontology for the Intelligence Community (OIC-2007) November 28-29, 2007 Columbia, Maryland Geospatial Ontology Trade Study James Ressler 1, Mike Dean 2 1 a james.ressler@ngc.com Northrop Grumman Corporation

More information

Safe to Save? Archive Options for Geodatabases. Jeff Essic North Carolina State University Libraries

Safe to Save? Archive Options for Geodatabases. Jeff Essic North Carolina State University Libraries Safe to Save? Archive Options for Geodatabases Jeff Essic North Carolina State University Libraries 2011 ESRI International Users Conference July 13, 2011 GeoMAPP Geospatial Multistate Archive and Preservation

More information

Linked Open Data From OGC Compliant Web Services: The Case of Regione Emilia - Romagna Geoportal

Linked Open Data From OGC Compliant Web Services: The Case of Regione Emilia - Romagna Geoportal Linked Open Data From OGC Compliant Web Services: The Case of Regione Emilia - Romagna Geoportal Inspire Conference Florence 26/06/2013 Giovanni Ciardi (Regione Emilia-Romagna) Alfredo Abrescia (Planetek

More information

Mid course Progress and Opportunities for Unidata Outreach. Ben Domenico May 2011

Mid course Progress and Opportunities for Unidata Outreach. Ben Domenico May 2011 Mid course Progress and Opportunities for Unidata Outreach Ben Domenico May 2011 Outline Overview Relationship to Unidata 2013 Proposal Collaborating Communities Recent Progress Current Focus Future Directions

More information

Open Geospatial Consortium 35 Main Street, Suite 5 Wayland, MA Telephone: Facsimile:

Open Geospatial Consortium 35 Main Street, Suite 5 Wayland, MA Telephone: Facsimile: Open Geospatial Consortium 35 Main Street, Suite 5 Wayland, MA 01778 Telephone: +1-508-655-5858 Facsimile: +1-508-655-2237 Editor: Carl Reed Telephone: +1-970-402-0284 creed@opengeospatial.org The OGC

More information

ISO Daily 10 km Gridded Climate Dataset for Canada ( ) Data Product Specifications. Revision: A

ISO Daily 10 km Gridded Climate Dataset for Canada ( ) Data Product Specifications. Revision: A ISO 19131 Daily 10 km Gridded Climate Dataset for Canada (1950-2012) Data Product Specifications Revision: A Data product specifications: Daily 10 km Gridded Climate Dataset for Canada (1950-2012) - Table

More information

INSPIREd solutions for Air Quality problems Alexander Kotsev

INSPIREd solutions for Air Quality problems Alexander Kotsev INSPIREd solutions for Air Quality problems Alexander Kotsev www.jrc.ec.europa.eu Serving society Stimulating innovation Supporting legislation The European data puzzle The European data puzzle 24 official

More information

GEOGRAPHIC INFORMATION SYSTEMS Session 8

GEOGRAPHIC INFORMATION SYSTEMS Session 8 GEOGRAPHIC INFORMATION SYSTEMS Session 8 Introduction Geography underpins all activities associated with a census Census geography is essential to plan and manage fieldwork as well as to report results

More information

5A.10 A GEOSPATIAL DATABASE AND CLIMATOLOGY OF SEVERE WEATHER DATA

5A.10 A GEOSPATIAL DATABASE AND CLIMATOLOGY OF SEVERE WEATHER DATA 5A.10 A GEOSPATIAL DATABASE AND CLIMATOLOGY OF SEVERE WEATHER DATA Steve Ansari * and Stephen Del Greco NOAA National Climatic Data Center, Asheville, North Carolina Mark Phillips University of North Carolina

More information

Spatial Data on the Web Working Group. Geospatial RDA P9 Barcelona, 5 April 2017

Spatial Data on the Web Working Group. Geospatial RDA P9 Barcelona, 5 April 2017 Spatial Data on the Web Working Group Geospatial IG @ RDA P9 Barcelona, 5 April 2017 Spatial Data on the Web Joint effort of the World Wide Web Consortium (W3C) and the Open Geospatial Consortium (OGC)

More information

Portals: Standards in Action

Portals: Standards in Action Portals: Standards in Action David Danko ISO TC 211 Metadata Project Leader GIS Standards Consultant-ESRI. Metadata Portals Portal gateway, place of entry Producers Advertise, expose products Share information

More information

Error Aware Near Real-Time Interpolation of Air Quality Observations in GEOSS

Error Aware Near Real-Time Interpolation of Air Quality Observations in GEOSS Error Aware Near Real-Time Interpolation of Air Quality Observations in GEOSS Scott Fairgrieve 1, Christoph Stasch 2, Stefan Falke 3, Lydia Gerharz 2, Edzer Pebesma 2 1 Northrop Grumman Corporation, 15036

More information

Cadastral Standards & Interoperability

Cadastral Standards & Interoperability Cadastral Standards & Interoperability Some Considerations Black Hills Digital Mapping Association September 18, 2007 Jeanne Foust ESRI Spatial Data Infrastructure Global Manager jfoust@esri.com Why is

More information

Framework for on an open 3D urban analysis platform based on OGC Web Services

Framework for on an open 3D urban analysis platform based on OGC Web Services Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Framework for on an open 3D urban analysis platform based on OGC Web Services Marc-O. Löwner & Thomas Adolphi (née Becker) Technische

More information

Making interoperability persistent: A 3D geo database based on CityGML

Making interoperability persistent: A 3D geo database based on CityGML Making interoperability persistent: A 3D geo database based on CityGML Alexandra Stadler, Claus Nagel, Gerhard König, Thomas H. Kolbe Technische Universität Berlin Chair of Geoinformation Science Motivation

More information

Implementing INSPIRE Geoportal in Turkey

Implementing INSPIRE Geoportal in Turkey Implementing INSPIRE Geoportal in Turkey Gencay SERTER City and Regional Planner 1 Presentation Plan Introduction INSPIRE and Turkey Importance of al Spatial Planning Portal Logical&Legal Hierarchy GeoPortal

More information

Developing 3D Geoportal for Wilayah Persekutuan Iskandar

Developing 3D Geoportal for Wilayah Persekutuan Iskandar Developing 3D Geoportal for Wilayah Persekutuan Iskandar Dionnald Beh BoonHeng and Alias Abdul Rahman Department of Geoinformatics, Faculty of Geoinformation Engineering and Sciences, Universiti Teknologi

More information

ISO INTERNATIONAL STANDARD. Geographic information Spatial referencing by coordinates

ISO INTERNATIONAL STANDARD. Geographic information Spatial referencing by coordinates INTERNATIONAL STANDARD ISO 19111 Second edition 2007-07-01 Geographic information Spatial referencing by coordinates Information géographique Système de références spatiales par coordonnées Reference number

More information

Pioneering GML Deployment for NSDI Case Study of US TIGER/GML

Pioneering GML Deployment for NSDI Case Study of US TIGER/GML ISPRS Int. J. Geo-Inf. 2013, 2, 82-93; doi:10.3390/ijgi2010082 Article OPEN ACCESS ISPRS International Journal of Geo-Information ISSN 2220-9964 www.mdpi.com/journal/ijgi/ Pioneering GML Deployment for

More information

GIS GIS.

GIS GIS. GIS 388 Vol., No.3, Autumn 2009 99-4 GIS Iranian Remote Sensing & GIS 2 * (GIS). GIS.2 389/5/6 : 389/2/6 :........ : 8878622 : GIS ( ) : * Email: PouriaAmirian@gmail.com ... (AQI) 2.(Cheng et al., 2007)..

More information

Interoperable Services for Web-Based Spatial Decision Support

Interoperable Services for Web-Based Spatial Decision Support Interoperable Services for Web-Based Spatial Decision Support Nicole Ostländer Institute for Geoinformatics, University of Münster Münster, Germany ostland@uni-muenster.de SUMMARY A growing number of spatial

More information

Kentucky Collaborates in GeoMAPP Project: The Advantages and Challenges of Archiving in a State with a Centralized GIS

Kentucky Collaborates in GeoMAPP Project: The Advantages and Challenges of Archiving in a State with a Centralized GIS Kentucky Collaborates in GeoMAPP Project: The Advantages and Challenges of Archiving in a State with a Centralized GIS Geospatial Multistate Archive and Preservation Partnership By Glen McAninch Best Practices

More information

Leveraging the OGC Capabilities of ArcGIS Server

Leveraging the OGC Capabilities of ArcGIS Server Leveraging the OGC Capabilities of ArcGIS Server Satish Sankaran Interoperability and Standards Team Yingqi Tang Server Team Jessica Parteno Geodatabase Team ArcGIS Server is Open & Interoperable Using

More information

Technical Framework Methodology as a core of building up the NSDI NSDI Implementation Specifics in Serbia

Technical Framework Methodology as a core of building up the NSDI NSDI Implementation Specifics in Serbia Technical Framework Methodology as a core of building up the NSDI NSDI Implementation Specifics in Serbia Luka Jovičić SDI Consultant@ Gramont Ltd. Aleksandar Dedić RGA NSDI department Dragica Pajić RGA

More information

WEB MAP SERVICE (WMS) FOR GEOLOGICAL DATA GEORGE TUDOR

WEB MAP SERVICE (WMS) FOR GEOLOGICAL DATA GEORGE TUDOR WEB MAP SERVICE (WMS) FOR GEOLOGICAL DATA GEORGE TUDOR WEB MAP SERVICE (WMS) - GENERALITIES Projects with data from different sources Geological data are in different GIS software format Large amount of

More information

INSPIRE General Introduction & Service Architecture

INSPIRE General Introduction & Service Architecture INSPIRATION Spatial Data Infrastructure in the Western Balkans INSPIRE General Introduction & Service Architecture 1st National INSPIRATION Workshop Croatia November 21-22, 2012 A multi-countryprojectfunded

More information

INSPIRE - A Legal framework for environmental and land administration data in Europe

INSPIRE - A Legal framework for environmental and land administration data in Europe INSPIRE - A Legal framework for environmental and land administration data in Europe Dr. Markus Seifert Bavarian Administration for Surveying and Cadastre Head of the SDI Office Bavaria Delegate of Germany

More information

Modular Web Framework for the BRANDENBURGVIEWER

Modular Web Framework for the BRANDENBURGVIEWER Modular Web Framework for the BRANDENBURGVIEWER Geoinformation System (GIS) 2 GIS = geo + information + system + + Survey of data Organization of data Processing and Analysis Presentation geodata infrastructure

More information

Overview of CityGML. Dave Capstick, Ordnance Survey Research Department

Overview of CityGML. Dave Capstick, Ordnance Survey Research Department Overview of CityGML Dave Capstick, Ordnance Survey Research Department Introduction Why is citygml necessary CityGML development who is responsible? Ordnance Surveys interest 3D modelling basic concepts

More information

Experience in Building GML-based. Interoperable Geo-spatial Systems

Experience in Building GML-based. Interoperable Geo-spatial Systems Experience in Building GML-based Interoperable Geo-spatial Systems Chin-Lung Chang * Yi-Hong Chang * Miller Chiang ^ Tyng-Ruey Chuang * Dongpo Deng * Steve Ho # Feng-Tyan Lin # * Institute of Information

More information

Introduction to geoprocessing services using SEXTANTE. Víctor Olaya SEXTANTE Geospatial Services

Introduction to geoprocessing services using SEXTANTE. Víctor Olaya SEXTANTE Geospatial Services Introduction to geoprocessing services using SEXTANTE. Víctor Olaya SEXTANTE Geospatial Services Overview Quick introduction to SEXTANTE Client/Server fundamentals Standards for web-based geoservices SEXTANTE

More information

Standards Enhance The Data by making it less costly and easier to share and use

Standards Enhance The Data by making it less costly and easier to share and use Standards Enhance The Data by making it less costly and easier to share and use Sam A. Bacharach Executive Director, Outreach www.opengeospatial.org 703-352-3938 2005, Open Geospatial Consortium, Inc.

More information

Extension of Electronical Nautical Charts for 3D interactive Visualization via CityGML

Extension of Electronical Nautical Charts for 3D interactive Visualization via CityGML Extension of Electronical Nautical Charts for 3D interactive Visualization via CityGML Kristine HAASE und Reinhard KOCH Multimedia Information Processing Group, Department of Computer Science Christian-Albrechts-University

More information

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification

ISO MODIS NDVI Weekly Composites for Canada South of 60 N Data Product Specification ISO 19131 MODIS NDVI Weekly Composites for South of 60 N Data Product Specification Revision: A Data specification: MODIS NDVI Composites for South of 60 N - Table of Contents - 1. OVERVIEW... 3 1.1. Informal

More information

THE SPATIAL DATA SERVER BASED ON OPEN GIS STANDARDS IN HETEROGENEOUS DISTRIBUTED ENVIRONMENT

THE SPATIAL DATA SERVER BASED ON OPEN GIS STANDARDS IN HETEROGENEOUS DISTRIBUTED ENVIRONMENT Geoinformatics 2004 Proc. 12th Int. Conf. on Geoinformatics Geospatial Information Research: Bridging the Pacific and Atlantic University of Gävle, Sweden, 7-9 June 2004 THE SPATIAL DATA SERVER BASED ON

More information

Building a 4-D Weather Data Cube for the NextGen Initial Operating Capability (IOC)

Building a 4-D Weather Data Cube for the NextGen Initial Operating Capability (IOC) Building a 4-D Weather Data Cube for the NextGen Initial Operating Capability (IOC) Friends/Partners in Aviation Weather Vision Forum July 15, 2008 Bruce Lambert - DoD Tom Ryan FAA Jason Tuell NWS 1 Overview

More information

Dynamizers - Modeling and implementing dynamic properties for semantic 3D city models

Dynamizers - Modeling and implementing dynamic properties for semantic 3D city models Eurographics Workshop on Urban Data Modelling and Visualisation (2015) F. Biljecki and V. Tourre (Editors) Dynamizers - Modeling and implementing dynamic properties for semantic 3D city models K. Chaturvedi

More information

Harmonisation of Spatial Planning Data

Harmonisation of Spatial Planning Data INSPIRE Conference 18 June 2011 Edinburgh, Great Britain Harmonisation of Spatial Planning Data Tomas Mildorf University of West Bohemia mildorf@centrum.cz Pilsen, Czech Republic Co-funded by the Community

More information

NAG-City Expert Workshop Oslo 8-9. October 2012 SOSI standards and mapping for Europe (INSPIRE)

NAG-City Expert Workshop Oslo 8-9. October 2012 SOSI standards and mapping for Europe (INSPIRE) NAG-City Expert Workshop Oslo 8-9. October 2012 SOSI standards and mapping for Europe (INSPIRE) Per Ryghaug, Geomatics The Norwegian national standard on geographic information - SOSI Started in 1984 NGU

More information

Services for Inland Marine Data Integration. USGS Center for Integrated

Services for Inland Marine Data Integration. USGS Center for Integrated Services for Inland Marine Data Integration USGS Center for Integrated Data Analytics Outline GeoDataPortal Tools Coastal Use Cases Beach hhealth lthmodeling Distributed Rainfall Analysis for Integration

More information

GEOSPATIAL COMPUTATIONAL GRID FOR DIGITAL FORESTRY WITH THE INTEROPERABILITY

GEOSPATIAL COMPUTATIONAL GRID FOR DIGITAL FORESTRY WITH THE INTEROPERABILITY GEOSPATIAL COMPUTATIONAL GRID FOR DIGITAL FORESTRY WITH THE INTEROPERABILITY Guang Deng 1,*, Xu Zhang 1, Quoqing Li 2, Zhenchun Huang 3 1 Research Institute of Resource and Information Technique, Chinese

More information

Water Data Sharing an Update

Water Data Sharing an Update Water Data Sharing an Update By David R. Maidment Leader, CUAHSI Hydrologic Information System Project and Director, Center for Research in Water Resources, University of Texas at Austin Prepared for Subcommittee

More information

Alban Gabillon, Patrick Capolsini University of French Polynesia - Tahiti

Alban Gabillon, Patrick Capolsini University of French Polynesia - Tahiti Alban Gabillon Patrick Capolsini November 2008 DRM policies for Web Map Service Alban Gabillon, Patrick Capolsini University of French Polynesia - Tahiti Université de la Polynésie Française (UPF) BP 6570

More information

EXPLORING SUBSET PROFILE AND VALIDATION PROCEDURES OF GEOGRAPHICAL MARKUP LANGUAGE (GML) FOR 3D AREAL PLAN INFORMATION.

EXPLORING SUBSET PROFILE AND VALIDATION PROCEDURES OF GEOGRAPHICAL MARKUP LANGUAGE (GML) FOR 3D AREAL PLAN INFORMATION. www.sgem.org Geoinformatics EXPLORING SUBSET PROFILE AND VALIDATION PROCEDURES OF GEOGRAPHICAL MARKUP LANGUAGE (GML) FOR 3D AREAL PLAN INFORMATION. Assoc. Prof Dr Erling Onstein 1 Assist. Prof Sverre Stikbakke

More information

Gplates and GPML: Open software and standards for linking data to geodynamic models

Gplates and GPML: Open software and standards for linking data to geodynamic models Gplates and GPML: Open software and standards for linking data to geodynamic models Dietmar Müller and the GPlates Consortium School of Geosciences, The Univ. of Sydney Quest for discoverability Year upon

More information

Integration for Informed Decision Making

Integration for Informed Decision Making Geospatial and Statistics Policy Intervention: Integration for Informed Decision Making Greg Scott Global Geospatial Information Management United Nations Statistics Division Department of Economic and

More information

Geological applications using geospatial standards an example from OneGeology-Europe and GeoSciML

Geological applications using geospatial standards an example from OneGeology-Europe and GeoSciML Geological applications using geospatial standards an example from OneGeology-Europe and GeoSciML John Laxton 1, Jean-Jacques Serrano 2, Agnes Tellez-Arenas 2 1 British Geological Survey, Edinburgh, United

More information

GeoPostcodes. Trinidad & Tobago

GeoPostcodes. Trinidad & Tobago Trinidad & Tobago Trinidad & Tobago About.com Launched in 2007, website offers comprehensive and reliable databases of localities, streets, administrative regions, ZIP/postal codes and lots of other information

More information

GIS-based Smart Campus System using 3D Modeling

GIS-based Smart Campus System using 3D Modeling GIS-based Smart Campus System using 3D Modeling Smita Sengupta GISE Advance Research Lab. IIT Bombay, Powai Mumbai 400 076, India smitas@cse.iitb.ac.in Concept of Smart Campus System Overview of IITB Campus

More information

A software architecture for seasonal climate forecasts in the tropical Pacific

A software architecture for seasonal climate forecasts in the tropical Pacific 19th International Congress on Modelling and Simulation, Perth, Australia, 12 16 December 2011 http://mssanz.org.au/modsim2011 A software architecture for seasonal climate forecasts in the tropical Pacific

More information

The Architecture of the Georgia Basin Digital Library: Using geoscientific knowledge in sustainable development

The Architecture of the Georgia Basin Digital Library: Using geoscientific knowledge in sustainable development GEOLOGIJA 46/2, 343 348, Ljubljana 2003 The Architecture of the Georgia Basin Digital Library: Using geoscientific knowledge in sustainable development B. BRODARIC 1, M. JOURNEAY 2, S. TALWAR 2,3, R. HARRAP

More information

Standards in Action: The Canadian Geospatial Data Infrastructure (CGDI)

Standards in Action: The Canadian Geospatial Data Infrastructure (CGDI) Standards in Action: The Canadian Geospatial Data Infrastructure (CGDI) Craig Stewart ISO/TC211 Standards in Action Workshop, September 14, 2005 Presentation Outline Overview of SDIs Overview of Canada

More information

GEOSPATIAL WEB SERVICE INTEGRATION AND MASHUPS FOR WATER RESOURCE APPLICATIONS

GEOSPATIAL WEB SERVICE INTEGRATION AND MASHUPS FOR WATER RESOURCE APPLICATIONS GEOSPATIAL WEB SERVICE INTEGRATION AND MASHUPS FOR WATER RESOURCE APPLICATIONS C. Granell a, *, L. Díaz a, M. Gould a a Center for Interactive Visualization, Department of Information Systems, Universitat

More information

Modern Education at Universities: Improvements through the Integration of a Spatial Data Infrastructure SDI into an e-learning Environment

Modern Education at Universities: Improvements through the Integration of a Spatial Data Infrastructure SDI into an e-learning Environment Modern Education at Universities: Improvements through the Integration of a Spatial Data Infrastructure SDI into an e-learning Environment Ingo Simonis Institute for Geoinformatics, University of Muenster

More information

GIS-based Smart Campus System using 3D Modeling

GIS-based Smart Campus System using 3D Modeling GIS-based Smart Campus System using 3D Modeling Hardik Panchal & Rizwan Khan, Smita Sengupta, GISE Advance Lab, Indian Institute of Technology, Bombay, India N.L. Sarda, Dept. Of Computer Science, Indian

More information

Use of the ISO Quality standards at the NMCAs Results from questionnaires taken in 2004 and 2011

Use of the ISO Quality standards at the NMCAs Results from questionnaires taken in 2004 and 2011 Use of the ISO 19100 Quality standards at the NMCAs Results from questionnaires taken in 2004 and 2011 Eurogeographics Quality Knowledge Exchange Network Reference: History Version Author Date Comments

More information

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027

PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and Forecasting Product GLOBAL_ANALYSIS_FORECAST_WAV_001_027 PRODUCT USER MANUAL For GLOBAL Ocean Waves Analysis and GLOBAL_ANALYSIS_FORECAST_WAV_001_027 Contributors: E. Fernandez, L. Aouf CMEMS version scope : 4 Approval Date by CMEMS products team : 22/03/2018

More information

March 10 OGC Technical Committee

March 10 OGC Technical Committee March 10 OGC Technical Committee Frascati 99 3 7 99 3 15 99 3 17 1 2010 OGC (Open Geospatial Consortium, Inc.) Technical Committee Frascati 2007 OGC OGC Sensor Web Enablement (SWE) 2.0 Attributes Usage

More information

Digital Map of Mexico Platform and MxSIG. March 2017

Digital Map of Mexico Platform and MxSIG. March 2017 Digital Map of Mexico Platform and MxSIG March 2017 1 I. Digital Map of Mexico Platform Concept Evolution II. Digital Map of Mexico online Concept Capabilities Information available Other state units information

More information