3-1 Data Standardiza5on

Size: px
Start display at page:

Download "3-1 Data Standardiza5on"

Transcription

1 ITS488 Geographic Informa5on System 3-1 Data Standardiza5on Teerayut Horanont, PhD Sirindhorn Interna5onal Ins5tute of Technology (SIIT) Thammasat University E: Part of this teaching materials is from Open Geospa5al Consor5um (OGC) 8/25/14 ITS488 1

2 Updates Class homepage at: htp://www2.siit.tu.ac.th/teerayut/ 8/25/14 ITS488 2

3 Last Lecture Map Projec+on: you learned about different type of map projec5ons, map scale, coordinate system What kind of distor5on occur a[er different projec5on process. Datum and Coordinate Reference Systems Basic program of projec5on transform.. 8/25/14 ITS488 3

4 Today s Outline Exchange of informa5on has become a crucial factor thus interoperability of GIS technology with other technologies is very important. We will learn what is Geospa5al data standardiza5on, development process, and how to implement it. We will see some good examples in this session. 8/25/14 ITS488 4

5 What is Data Standardiza5on? Data standardiza5on is the process of achieving agreement on common data defini5ons, representa5on, and structures to which all data layers must conform. 8/25/14 ITS488 5

6 Data Standardiza5on 8/25/14 ITS488 6

7 What do we mean by Open Standard? Freely and publicly available Non discriminatory No license fees Vendor neutral Data neutral Agreed to by a formal consensus process

8 Common impression about standards work

9 The reality... the annual cost of waste due to inadequate interoperability among computer-aided design, engineering, and software systems in the construction industry to be $15.8 billion <in the US alone> NIST report titled "Cost Analysis of Inadequate Interoperability in the U.S. Capital Facilities Industry," Copyright (c) 2011 Open Geospa5al Consor5um Image from OGC Web Services 4 Test Bed

10 Need standard? Photo courtesy Athina Trakas) Copyright (c) 2011 Open Geospa5al Consor5um

11 So again, what is an open standard? A document, established by consensus and approved by an official organization, that provides rules and guidelines, aimed at the achievement of the optimum degree of order (interoperability) in a given context. EuroControl Aeronautical SkyView2 application Copyright 2011 Open Geospatial Consortium

12 One other key aspect! Balance of interest All Members have an equal voice! Accepts by antitrust laws Copyright 2011, Open Geospatial Consortium 12

13 Standards Development is not easy! Requires collaboration on a global basis Requires consensus by many organizations Requires give and take Requires certified, repeatable process Copyright (c) 2011 Open Geospa5al Consor5um

14 World need standard ISO Interna5onal Organiza5on for Standardiza5on OGC Open GIS Consor5um W3C World Wide Web Consor5um ANSI American Na5onal Standards Ins5tute WS- I Web Services Interoperability Organiza5on OMA Open Mobile Alliance (formerly LIF) WLIA Wireless Loca5on Industry Associa5on FGDC Federal Geographic Data CommiTee GSDI Global Spa5al Data Infrastructure DGIWG Digital Geographic Informa5on Working Group ASPRS American Society of Photogrammetry and Remote Sensing STIA Spa5al Technologies Industry Associa5on Etc. 8/25/14 ITS488 14

15 And does not exist in isolation A Critical Resource for Advancing Standards and others Making Location Count...

16 What is OGC Open Geospa5al Consor5um OGC htp:// yo8#t=68 8/26/14 ITS488 16

17 OGC Standards The OGC develops geospa5al standards that tackle interoperability: We can't share maps on the Web. We can't deliver data to different systems. "We don't have a common language to speak about our geospa5al data or our services. "We can't find and pull together data from our automated sensors. We have security issues rela5ng to geospa5al data exchange. 8/25/14 ITS488 17

18 Some resolutions based on OGC input Any OGC Domain Working Group can be made public ( , twiki, etc). Requires approval All Change Requests are public All standards go through public review Minutes of OGC meetings are public Any organization can respond to an OGC call for participation Increased collaboration Copyright 2011, Open Geospatial Consortium 18

19 - Encodings - GML - SLD - SensorML - CityGML - WMC - O&M - Filter Encoding - KML - Symbology Encoding - GML in JPEG Open Geospatial Consortium OGC Standards (30+) - Data Services - Sensor Observation Service Coverage Service - Web Feature Service - Web Map Service.. - Catalogue Services - Catalogue Service - Processing Services - Coordinate Transformation Service - Web Processing Service - Portrayal Services...

20 OGC and Alliance Partners De Facto De Jure ISO Domains: object/ abstract models, content, vocabulary Domain OGC So[ware Interfaces: instan5ate domain and de jure standards into Infrastructure OASIS/IETF/ W3C Infrastructure: WSDL, UDDI, SOAP, XML, REST Infrastructure 2011 Open Geospatial Consortium

21 Market Availability see Free availability of standards stimulates market Hundreds of Products Implementing OGC Standards Compliance Test & Certification Program 8/25/14 ITS488 21

22 OGC s Approach for Advancing Interoperability Interoperability Program (IP) - a global, innovative, hands-on prototyping and testing program designed to accelerate interface development and validation, and bring interoperability to the market Rapid Interface Development Standards Setting Specification Development Program Consensus processes similar to other Industry consortia (World Wide Web Consortium, OMA, OMG, etc.). Outreach and Community Adoption Program education and training, encourage take up of OGC specifications, business development, communications programs Market Adoption Copyright 2009, Open Geospatial Consortium, Inc.,

23 Interoperability Program Major Benefits To Sponsors Ability to Determine Market Interest -- OGC s RFQ / RFT process validates the willingness of industry to address specific interoperability issues requiring new standards Rapid prototype development yields workable interface specifications in 4-6 months vice years for traditional standards processes Vendors test, validate and demonstrate interface integrity by implementing candidate specifications in their products (reduces the risk that a proposed standard will not perform as intended) Accelerated process encourages rapid time to market for Standardsbased solutions OGC member vendors are typically early adopters of new specifications Copyright 2009, Open Geospatial Consortium, Inc. 23

24 Sample Web Map Service (WMS) 8/26/14 ITS488 24

25 OGC WMS HTTP based (GET or POST) Opera5ons GetCapabili5es GetMap GetFeatureInfo Opera5on keywords are CaSe- InSeNsItIvE Opeara5on values are case- sensi5ve

26 Web Map Service (WMS) Parameters version (version of specifica5on) service (mul5ple services may exists from this service, e.g. WMS, WFS, WCS) request (GetMap) format (image format to be returned) Get this from GetCapabili5es info

27 Web Map Service (WMS) Parameters bbox (spa5al area of interest, i.e. minx,miny,maxx,maxy) srs (reference system / projec5on of bounding box coordinates EPSG (htp:// Get supported SRSs from GetCapabili5es Most widely used SRS is EPSG:4326 Lat/long geographic (WGS84)

28 Web Map Service (WMS) Parameters width (output image width) height (output image height) layers (data desired to be visualized) Get this from GetCapabili5es info Comma- separated list Eg. Layers=eleva5on,roads,railways, First list item is botom most output layer

29 OGC WMS GetCapabili5es Provides XML of service func5onality metadata, and layer metadata Parameters Version (version of specifica5on) Service (mul5ple services may exist from this service, e.g. WMS, WFS, WCS) Request (GetCapabili5es) e.g. htp:// /cgi- bin/mapserv.exe?map=/ms4w/apps/mum2_ogc_workshop/ service/config.map&version=1.1.1&service=wms&request=getcapabili5es

30 8/26/14 ITS488 30

31 Sample URL request WMS GetMap, using MapServer CLASSes for styling, PNG as output: htp://geoserver.itc.nl/cgi- bin/mapserv.exe?map=d:/inetpub/mapserver/ config.map&service=wms&version=1.1.1&request=getmap&layers=forest,railroad,airports&s RS=EPSG:4326&BBOX=97.35,5.61,105.64,20.47&WIDTH=400&HEIGHT=600&FORMAT=image/png WMS GetMap using SLD (see SLD file) for styling htp://geoserver.itc.nl/cgi- bin/mapserv.exe?map=d:/inetpub/mapserver/ configsld.map&service=wms&version=1.1.1&request=getmap&layers=forest,railroad,airport s&srs=epsg:4326&bbox=97.35,5.61,105.64,20.47&width=400&height=600&format=image/ png&sld=htp://geoserver.itc.nl/mapserver/sld/sld.xml WMS GetMap using a PostgreSQL/PostGIS datastore (Note: retrieves polygons!) htp://geoserver.itc.nl/cgi- bin/mapserv.exe?map=d:/inetpub/mapserver/ pg_config.map&service=wms&version=1.1.1&request=getmap&srs=epsg: 28992&BBOX=248500,464700,263900,478600&FORMAT=image/ png&width=616&height=556&layers=enscadparcels Test page: htp://geoserver.itc.nl/mapserver/ 8/26/14 ITS488 31

32 Use Case 8/26/14 ITS488 32

33 OGC Activities Driven by Community Needs Other Standards Organizations Education & Research Sustainable Development Infrastructure - Transportation Health E -Government Emergency Services, Disaster Management Consumer Services, Real Time Information Energy Geosciences Aviation

34 Collaboration Example: 3D Info Management Facilitating the definition and development of interface and encoding standards that enable development of solutions that allow infrastructure owners, builders, emergency responders, community planners, and the traveling public to better manage and navigate complex built environments. CAD-GIS-BIM Integration Rheinmetall Defence Electronics Copyright 2011, Open Geospatial Consortium 34

35 Just approved 3d Interoperability Experiment Will test and demonstrate different mechanisms for the #5a/b Website portrayal, delivery, and exploitation of 3D geodata based showing 3D on open standards-based formats and services. WFS Initiators: Hasso-Plattner-Institut Database the University Server of Potsdam, GIScience W3DS Client at the Optimizer Many Other Participants: content University of Heidelberg, ConverterFraunhofer Institute for Computer Graphics #2b Research Application CityGML Datasets Datasets #1 3D 3D W3DS WVS Server WVS Client Application Bentley, Bitmanagement Database Software GmbH, #4CACI, Institute for Geodesy and Geoinformation Science at Technical University Berlin (IGG), Institut Geographique National Mobile Apps (IGN), Laboratoire des Sciences de l Information #6a/b et des Systémes (LSIS), Monterey Bay Aquarium Research Institute (MBARI), Naval Postgraduate School (NPS), Virginia Tech (VT), and more #2a #3 Copyright 2011, Open Geospatial Consortium 35

36 Sensor Web Enablement (SWE) Copyright 2009, Open Geospatial Consortium, Inc.,

37 CSRIO Hydrologic Sensor Web South Elk River Catchment NE Tasmania OGC Sensor Observation Service used to republish and expose near real time hydrologic and other sensor data from multiple agencies on a Google pane Sites color coded by responsible agency 2010 Open Geospatial Consortium

38 Sea Traffic Management To facilitate Mul5 Modal Transports Sea Traffic Management (STM) is the concept of sharing and using all data from the mari5me space in real 5me, in order to improve safety, environmental performance and efficiency in the mari5me transport chain. 8/25/14 ITS488 38

39 STM Opera5ons and Tools 8/25/14 ITS488 39

40 Service Providers and Standards 8/25/14 ITS488 40

41 Examples: OGC Services used by the new Swedish SAR htp://inspire.ec.europa.eu/events/conferences/inspire_2014/pdfs/workshops/17_06_11.00/232/experience_on_the_work_with_geospa5al_standardiza5on_in_the_monalisa2_project.pdf 8/25/14 ITS488 41

42 For Details on OGC Standards OGC Standards Freely available OGC Reference Model (ORM) Overview of OGC Standards Baseline Resource for defining architectures for specific applica5ons Copyright 2011, Open Geospatial Consortium

43 Open for ques5ons 8/25/14 ITS488 43

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

7 11 August 2011, Vancouver. Don Brutzman, Benjamin Hagedorn. The OGC: Making Location Count

7 11 August 2011, Vancouver. Don Brutzman, Benjamin Hagedorn. The OGC: Making Location Count OGC 3D Portrayal Interoperability Experiment, OGC 3D Summit 2011 SIGGRAPH 2011 7 11 August 2011, Vancouver Don Brutzman, Benjamin Hagedorn The OGC: Making Location Count What is the Open Geospatial Consortium?

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

OGC and GSDI: A Partnership in Advancing SDI Best Practices

OGC and GSDI: A Partnership in Advancing SDI Best Practices OGC and GSDI: A Partnership in Advancing SDI Best Practices GSDI 11 Workshop 1.4 SDI Challenges 15 June 2009 Mark Reichardt President and CEO mreichardt@opengeospatial.org +1 301 840-1361 Copyright 2009,

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

OGC 3D Portrayal Interoperability Experiment (3DPIE) Insights and Results

OGC 3D Portrayal Interoperability Experiment (3DPIE) Insights and Results OGC 3D Portrayal Interoperability Experiment (3DPIE) Insights and Results Jan Klimke, Benjamin Hagedorn (Hasso-Plattner-Institut at the University Potsdam) Web 3D 2012 Los Angeles, August 4, 2012 Agenda

More information

Benefits of Open Standards how to engage with OGC

Benefits of Open Standards how to engage with OGC Benefits of Open Standards how to engage with OGC Athina Trakas OGC, Inc. Director Business Development Europe atrakas@opengeospatial.org With support from Mark Reichardt (President & CEO) and Martin Klopfer

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

OGC Standards Update 29 November 2018 Orlando

OGC Standards Update 29 November 2018 Orlando OGC Standards Update 29 November 2018 Orlando Mark Reichardt mreichardt@opengeospatial.org +1 301 840-1361 OGC S INTEREST It s simple You have this or this and you need to make this... or this Courtesy

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

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

UN-GGIM Arab States Meeting Welcome Address. Denise McKenzie Open Geospatial Consortium 21 February 2017 Doha, Qatar

UN-GGIM Arab States Meeting Welcome Address. Denise McKenzie Open Geospatial Consortium 21 February 2017 Doha, Qatar UN-GGIM Arab States Meeting Welcome Address Denise McKenzie Open Geospatial Consortium 21 February 2017 Doha, Qatar The Open Geospatial Consortium Not-for-profit, international voluntary consensus standards

More information

Using OGC standards to improve the common

Using OGC standards to improve the common Using OGC standards to improve the common operational picture Abstract A "Common Operational Picture", or a, is a single identical display of relevant operational information shared by many users. The

More information

What you always wanted to know about the OGC Programs, Process, Participation

What you always wanted to know about the OGC Programs, Process, Participation What you always wanted to know about the OGC Programs, Process, Participation UNIGIS International u_lecture, 25. March 2014 https://www3.gotomeeting.com/register/909498390 Dipl.-Geogr. Athina Trakas Open

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

The PREVIEW Global Risk Data Platform: a geoportal to serve and share global data on risk to natural hazards

The PREVIEW Global Risk Data Platform: a geoportal to serve and share global data on risk to natural hazards The PREVIEW Global Risk Data Platform: a geoportal to serve and share global data on risk to natural hazards Gregory Giuliani (UNEP/GRID-Geneva & University of Geneva/enviroSPACE ) http://www.grid.unep.ch

More information

ArcGIS for INSPIRE. Marten Hogeweg Satish Sankaran

ArcGIS for INSPIRE. Marten Hogeweg Satish Sankaran ArcGIS for INSPIRE Marten Hogeweg Satish Sankaran Outline What is ArcGIS ArcGIS for INSPIRE Web GIS Case Studies Roadmap Q&A What is INSPIRE? INSPIRE is the legal framework for a European Spatial Data

More information

Mark E Reichardt. President & CEO Open Geospatial Consortium

Mark E Reichardt. President & CEO Open Geospatial Consortium Mark E Reichardt President & CEO Open Geospatial Consortium mreichardt@myogc.org Agenda 0900-0915 Welcome and Introduction - Topic setting (Chair) 0915-0935 Ron Bloksma, The next step is interoperability

More information

Technical Specifications. Form of the standard

Technical Specifications. Form of the standard Used by popular acceptance Voluntary Implementation Mandatory Legally enforced Technical Specifications Conventions Guidelines Form of the standard Restrictive Information System Structures Contents Values

More information

SDI and Beyond The Importance of Standards and Interoperability For Good Governance; Selected Examples

SDI and Beyond The Importance of Standards and Interoperability For Good Governance; Selected Examples SDI and Beyond The Importance of Standards and Interoperability For Good Governance; Selected Examples Trevor Taylor, Director, Member Services, Asia and the Americas Sao Paulo May 7 th, 2014 Why is Geospatial

More information

Carson J. Q. Farmer National Centre for Geocomputation National University of Ireland Maynooth

Carson J. Q. Farmer National Centre for Geocomputation National University of Ireland Maynooth introduction to open source geospatial software Carson J. Q. Farmer National Centre for Geocomputation National University of Ireland Maynooth Outline from the source what is open source? what are open

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

Global 3D Models with Local Content

Global 3D Models with Local Content Gunnar Misund Associate Professor Head of Environmental Computing gunnar.misund@hiof.no - Morten Granlund, Scientfic Assistant Herman Kolås, Master Student Mats Lindh, Master Student - Østfold University

More information

Communicating Geospatial Information across Communities and Technologies. Presentation to IHO Marine Spatial Data Infrastructure Forum

Communicating Geospatial Information across Communities and Technologies. Presentation to IHO Marine Spatial Data Infrastructure Forum Communicating Geospatial Information across Communities and Technologies Presentation to IHO Marine Spatial Data Infrastructure Forum George Percivall OGC Chief Engineer 4 February 2014 OGC Copyright 2014

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

EuroSDR (European Spatial Data Research)

EuroSDR (European Spatial Data Research) EuroSDR (European Spatial Data Research) ROLLING RESEARCH PLAN 2015-2018 EuroSDR Secretariat Public Governance Institute KU Leuven Parkstraat 45 bus 3609 3000 Leuven Belgium Tel.: +32 16 32 31 80 Fax:

More information

Exploit your geodata to enable smart cities and countries

Exploit your geodata to enable smart cities and countries Exploit your geodata to enable smart cities and countries Carsten Rönsdorf, Head of Advisory Services Middle East Practice Manager Future Cities, standards and 3D 24 November 2014 Importance of Standards

More information

Health DWG ad-hoc. May 31 st, 2013 OGC-TC

Health DWG ad-hoc. May 31 st, 2013 OGC-TC Health DWG ad-hoc May 31 st, 2013 OGC-TC AGENDA 1. Welcome / Roundtable Introductions 2. Background of OGC and proposal of Health DWG 3. Toward an OGC Health DWG 4. Draft Health DWG Charter 5. Potential

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

Web 3D Service & CityGML Update

Web 3D Service & CityGML Update Technische Universität Berlin Web 3D Service & CityGML Update Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de 2nd of November, 2007

More information

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager

Discovery and Access of Geospatial Resources using the Geoportal Extension. Marten Hogeweg Geoportal Extension Product Manager Discovery and Access of Geospatial Resources using the Geoportal Extension Marten Hogeweg Geoportal Extension Product Manager DISCOVERY AND ACCESS USING THE GEOPORTAL EXTENSION Geospatial Data Is Very

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

Geospatial Standards Support - An Overview. Marten Hogeweg & Satish Sankaran

Geospatial Standards Support - An Overview. Marten Hogeweg & Satish Sankaran Geospatial Standards Support - An Overview Marten Hogeweg & Satish Sankaran Agenda Interoperability and Standards ArcGIS Open, Interoperable and Standards Compliant Esri Open initiatives Understanding

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

Open Geospatial Consortium activities in the Maritime domain

Open Geospatial Consortium activities in the Maritime domain Open Geospatial Consortium activities in the Maritime domain Scott Simmons Executive Director, Standards Program General Maritime efforts participants Alliance partners IHO ISO / TC 211 Members Danish

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

Paper UC1351. Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC)

Paper UC1351. Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC) Conference: User Conference Date: 08/10/2006 Time: 8:30am-9:45am Room: Room 23-B (SDCC) Title of Paper: Increasing the Use of GIS in the Federal Government Author Name: Miss Abstract This presentation

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 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

Bentley Map Advancing GIS for the World s Infrastructure

Bentley Map Advancing GIS for the World s Infrastructure Bentley Map Advancing GIS for the World s Infrastructure Presentation Overview Why would you need Bentley Map? What is Bentley Map? Where is Bentley Map Used? Why would you need Bentley Map? Because your

More information

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning

Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Data Aggregation with InfraWorks and ArcGIS for Visualization, Analysis, and Planning Stephen Brockwell President, Brockwell IT Consulting, Inc. Join the conversation #AU2017 KEYWORD Class Summary Silos

More information

OGC GEOPACKAGE AND HOW OPEN SOURCE IS CHANGING THE WAY GOVERNMENTS THINK ABOUT STANDARDS. Nathan Frantz Geospatial Research Lab

OGC GEOPACKAGE AND HOW OPEN SOURCE IS CHANGING THE WAY GOVERNMENTS THINK ABOUT STANDARDS. Nathan Frantz Geospatial Research Lab OGC GEOPACKAGE AND HOW OPEN SOURCE IS CHANGING THE WAY GOVERNMENTS THINK ABOUT STANDARDS Nathan Frantz Geospatial Research Lab Dr. Ben Tuttle National Geospatial-Intelligence Agency FOSS4G 2015 Geospatial

More information

The Canadian Ceoscience Knowledge Network. - A Collaborative Effort for Unified Access to Ceoscience Data

The Canadian Ceoscience Knowledge Network. - A Collaborative Effort for Unified Access to Ceoscience Data The Canadian Ceoscience Knowledge Network - A Collaborative Effort for Unified Access to Ceoscience Data The Canadian Geoscience Knowledge Network A Collaborative Effort for Unified Access to Geoscience

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

3D Portrayal Interoperability Experiment

3D Portrayal Interoperability Experiment 3D Portrayal Interoperability Experiment Benjamin Hagedorn Computergraphische Systeme Hasso-Plattner-Institut an der Universität Potsdam Workshop 3D-Stadtmodelle 2011 Bonn, 9. November 2011 OGC & 3DIM

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

Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy

Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy Sharing Resources Geoff Mortson esri, Inc. SDI Solutions Team Key Points Sharing fosters participation and collaboration Metadata has a big role in sharing Sharing is not always easy Data Sharing is Good

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

Open Contextual Cartographic Visualization

Open Contextual Cartographic Visualization J. Kozel 223 Open Contextual Cartographic Visualization Jiří Kozel Laboratory on Geoinformatics and Cartography, Insitute of Geography, Faculty of Science, Masaryk University, Czech Republic jirikozel@centrum.cz

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

Open Geospatial Consortium Meteorology and Oceanography Domain Working Group progress report

Open Geospatial Consortium Meteorology and Oceanography Domain Working Group progress report Open Geospatial Consortium Meteorology and Oceanography Domain Working Group progress report Twelfth Workshop on Meteorological Operational Systems ECMWF November 2009 Marie-Françoise Voidrot-Martinez,

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

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

MONITORING LOGISTICS OPERATIONS OF THE FOREST BASED SUPPLY CHAIN IN (NEAR) REAL-TIME UTILIZING HARMONIZATION APPROACHES: a Case Study from Austria

MONITORING LOGISTICS OPERATIONS OF THE FOREST BASED SUPPLY CHAIN IN (NEAR) REAL-TIME UTILIZING HARMONIZATION APPROACHES: a Case Study from Austria MONITORING LOGISTICS OPERATIONS OF THE FOREST BASED SUPPLY CHAIN IN (NEAR) REAL-TIME UTILIZING HARMONIZATION APPROACHES: a Case Study from Austria Johannes Scholz 1 Manfred Mittlboeck 2 Ralph Jank 2 1

More information

Implementing an online spatial database using the GRASS GIS environment

Implementing an online spatial database using the GRASS GIS environment Proceedings of the Open source GIS - GRASS users conference 2002 - Trento, Italy, 11-13 September 2002 Implementing an online spatial database using the GRASS GIS environment Venkatesh Raghavan*, Shinji

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

GIS Building Communities beyond National Borders (Building Successful Spatial Data Infrastructures) Nick Land, ESRI Europe

GIS Building Communities beyond National Borders (Building Successful Spatial Data Infrastructures) Nick Land, ESRI Europe GIS Building Communities beyond National Borders (Building Successful Spatial Data Infrastructures) Nick Land, ESRI Europe UK worst flooding in the last 60 years 350,000 households without drinking water

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

Spatially Enabled Society

Spatially Enabled Society International Seminar on Land Administration Trends and Issues in Asia and the Pacific Region Spatially Enabled Society Abbas Rajabifard Vice Chair PCGIAP-WG3 Vice-President (President Elect), GSDI Association

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

Why GIS & Why Internet GIS?

Why GIS & Why Internet GIS? Why GIS & Why Internet GIS? The Internet bandwagon Internet mapping (e.g., MapQuest) Location-based services Real-time navigation (e.g., traffic) Real-time service dispatch Business Intelligence Spatial

More information

CARTOGRAPHIC WEB SERVICES AND CARTOGRAPHIC RULES A NEW APPROACH FOR WEB CARTOGRAPHY

CARTOGRAPHIC WEB SERVICES AND CARTOGRAPHIC RULES A NEW APPROACH FOR WEB CARTOGRAPHY CARTOGRAPHIC WEB SERVICES AND CARTOGRAPHIC RULES A NEW APPROACH FOR WEB CARTOGRAPHY 1. Introduction Ionut Iosifescu, Marco Hugentobler, Lorenz Hurni ETH Zurich, Institute of Cartography Wolfgang-Pauli-Str.

More information

NOKIS - Information Infrastructure for the North and Baltic Sea

NOKIS - Information Infrastructure for the North and Baltic Sea NOKIS - Information Infrastructure for the North and Baltic Sea Carsten Heidmann 1 and Jörn Kohlus 2 Abstract 1. General The initial motivation for the project NOKIS (German title: Nord- und Ostsee-Küsteninformationssystem)

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

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

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

Forest Service. Geospatial Management. Presented by: Carl Zulick, USFS Geospatial Information Officer. April 1, 2014

Forest Service. Geospatial Management. Presented by: Carl Zulick, USFS Geospatial Information Officer. April 1, 2014 Forest Service Geospatial Management Presented by: Carl Zulick, USFS Geospatial Information Officer April 1, 2014 USFS Mission "Caring for the Land and Serving People" The mission of the USDA Forest Service

More information

The (Rough) road to BIM- Geospatial standards. Leif Granholm BIM ambassador

The (Rough) road to BIM- Geospatial standards. Leif Granholm BIM ambassador The (Rough) road to BIM- Geospatial standards Leif Granholm BIM ambassador What is Structured Semantic data BIM Graphics to objects Drawings geometry are graphics (appearance important) A Model consists

More information

Web Visualization of Geo-Spatial Data using SVG and VRML/X3D

Web Visualization of Geo-Spatial Data using SVG and VRML/X3D Web Visualization of Geo-Spatial Data using SVG and VRML/X3D Jianghui Ying Falls Church, VA 22043, USA jying@vt.edu Denis Gračanin Blacksburg, VA 24061, USA gracanin@vt.edu Chang-Tien Lu Falls Church,

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

RALFIE: Reduce Potential Radiation Exposure by OGC-based Sensor Information Platforms

RALFIE: Reduce Potential Radiation Exposure by OGC-based Sensor Information Platforms Sponsored by RALFIE: Reduce Potential Radiation Exposure by OGC-based Sensor Information Platforms Kyoung- Sook Kim, Hirotaka Ogawa, Isao Kojima (ks.kim@aist.go.jp) Informa=on Technology Research Ins=tute

More information

National Spatial Data Infrastructures (NSDIs): North American Experience

National Spatial Data Infrastructures (NSDIs): North American Experience National Spatial Data Infrastructures (NSDIs): North American Experience Henry Tom International Symposium on NSDI (National Spatial Data Infrastructure) Center for Spatial Information Science University

More information

CARTOGRAPHY in a Web World

CARTOGRAPHY in a Web World CARTOGRAPHY in a Web World SENSE Research Cluster XIII meeting: Concepts and tools for spatial data visualization BAREND KÖBBEN kobben@itc.nl b.j.kobben@utwente.nl Agenda Short introduction to ITC and

More information

Copernicus Big Data Workshop, Brussels, Belgium

Copernicus Big Data Workshop, Brussels, Belgium Copernicus Big Data Workshop, Brussels, Belgium 13 th March 2014 Bart De Lathouwer 2013 Open Geospatial Consortium Agenda Geospatial Big Data Open Geospatial Consortium s and Big Data Conclusions 2014

More information

GEOSPATIAL ENGINEERING COMPETENCIES. Core Geospatial Competencies

GEOSPATIAL ENGINEERING COMPETENCIES. Core Geospatial Competencies GEOSPATIAL ENGINEERING COMPETENCIES Core Geospatial Competencies Which Underpin the Chosen Specialism Revision 2018: Security mindedness added to GE CORE 02E The measurement, definition and portrayal,

More information

Imagery and the Location-enabled Platform in State and Local Government

Imagery and the Location-enabled Platform in State and Local Government Imagery and the Location-enabled Platform in State and Local Government Fred Limp, Director, CAST Jim Farley, Vice President, Leica Geosystems Oracle Spatial Users Group Denver, March 10, 2005 TM TM Discussion

More information

FIRE DEPARMENT SANTA CLARA COUNTY

FIRE DEPARMENT SANTA CLARA COUNTY DEFINITION FIRE DEPARMENT SANTA CLARA COUNTY GEOGRAPHIC INFORMATION SYSTEM (GIS) ANALYST Under the direction of the Information Technology Officer, the GIS Analyst provides geo-spatial strategic planning,

More information

2007 / 2008 GeoNOVA Secretariat Annual Report

2007 / 2008 GeoNOVA Secretariat Annual Report 2007 / 2008 GeoNOVA Secretariat Annual Report Prepared for: Assistant Deputy Minister and Deputy Minister of Service Nova Scotia and Municipal Relations BACKGROUND This report reflects GeoNOVA s ongoing

More information

CAWa Central Asian Water. Training Course Geographical Information Systems in Hydrology

CAWa Central Asian Water. Training Course Geographical Information Systems in Hydrology CAWa Central Asian Water Training Course Geographical Information Systems in Hydrology 1 Place & Time Place to hold the workshop: Helmholtz Centre Potsdam GFZ German Research Center for Geosciences, 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

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

Arne SCHILLING, Steffen NEUBAUER, Alexander ZIPF Germany. Key words: 3D city models, OpenGIS, SDI, interoperability, service oriented architecture

Arne SCHILLING, Steffen NEUBAUER, Alexander ZIPF Germany. Key words: 3D city models, OpenGIS, SDI, interoperability, service oriented architecture Putting GDI-3D into practice: Experiences from developing an 3D spatial data infrastructure based on OpenGIS standards for the sustainable management of urban areas Arne SCHILLING, Steffen NEUBAUER, Alexander

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

Finding geodata that otherwise would have been forgotten GeoXchange a portal for free geodata

Finding geodata that otherwise would have been forgotten GeoXchange a portal for free geodata Finding geodata that otherwise would have been forgotten GeoXchange a portal for free geodata Sven Tschirner and Alexander Zipf University of Applied Sciences FH Mainz Department of Geoinformatics and

More information

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

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

More information

Web-Based 3D Geospatial Facility Model Data Interfaces

Web-Based 3D Geospatial Facility Model Data Interfaces Web-Based 3D Geospatial Facility Model Interfaces Federal Facilities Council Symposia October 31, 2006 BIM: Grass Root Experiences Alex Viana Naval Facilities Engineering Command Washington Navy Yard,

More information

Assessing the Robustness of Web Feature Services Necessary to Satisfy the Requirements of Coastal Management

Assessing the Robustness of Web Feature Services Necessary to Satisfy the Requirements of Coastal Management Assessing the Robustness of Web Feature Services Necessary to Satisfy the Requirements of Coastal Management Jennifer Bauer M.S. Geography GISci Certificate June 4, 2012 Presentation Outline!! Background

More information

Land-Line Technical information leaflet

Land-Line Technical information leaflet Land-Line Technical information leaflet The product Land-Line is comprehensive and accurate large-scale digital mapping available for Great Britain. It comprises nearly 229 000 separate map tiles of data

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

USEPA's Comprehensive Geospatial Information Sharing Framework

USEPA's Comprehensive Geospatial Information Sharing Framework USEPA's Comprehensive Geospatial Information Sharing Framework An Overview ESRI Federal User Conference February 22, 2008 Agenda Background What is EPA s Geospatial Information Sharing Framework? Why was

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

RESEARCG ON THE MDA-BASED GIS INTEROPERABILITY Qi,LI *, Lingling,GUO *, Yuqi,BAI **

RESEARCG ON THE MDA-BASED GIS INTEROPERABILITY Qi,LI *, Lingling,GUO *, Yuqi,BAI ** RESEARCG ON THE MDA-BASED GIS INTEROPERABILITY Qi,LI *, Lingling,GUO *, Yuqi,BAI ** * Digital Earth Studio, Peking University, Beijing, 100871 liqi@pku.edu.cn, guolingling@cybergis.org.cn ** Network Department,

More information

The application of open standards to enhance the interoperability of geoscience information

The application of open standards to enhance the interoperability of geoscience information International Journal of Digital Earth ISSN: 1753-8947 (Print) 1753-8955 (Online) Journal homepage: http://www.tandfonline.com/loi/tjde20 The application of open standards to enhance the interoperability

More information

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School

PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School PaikkaOppi - a Virtual Learning Environment on Geographic Information for Upper Secondary School Jaakko Kähkönen*, Lassi Lehto*, Juha Riihelä** * Finnish Geodetic Institute, PO Box 15, FI-02431 Masala,

More information

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager

Innovation. The Push and Pull at ESRI. September Kevin Daugherty Cadastral/Land Records Industry Solutions Manager Innovation The Push and Pull at ESRI September 2004 Kevin Daugherty Cadastral/Land Records Industry Solutions Manager The Push and The Pull The Push is the information technology that drives research and

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

NATO Headquarters The Situation Center GIS experience.

NATO Headquarters The Situation Center GIS experience. NATO Headquarters The Situation Center GIS experience. Abstract Recently, the dynamic capability of responding to a major world crisis with comprehensive in-depth information has become a crucial aspect

More information

Open Geospatial Consortium Meteorology & Oceanography Domain Working Group Progress

Open Geospatial Consortium Meteorology & Oceanography Domain Working Group Progress Open Geospatial Consortium Meteorology & Oceanography Domain Working Group Progress Chris Little, Co-Chair Met Ocean DWG (Marie-Françoise Voidrot, Météo-France, Co-Chair) ECWMF, Reading UK 2013-03-04/06

More information

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS.

These modules are covered with a brief information and practical in ArcGIS Software and open source software also like QGIS, ILWIS. Online GIS Training and training modules covered are: 1. ArcGIS, Analysis, Fundamentals and Implementation 2. ArcGIS Web Data Sharing 3. ArcGIS for Desktop 4. ArcGIS for Server These modules are covered

More information

2018/1 The integration of statistical and geospatial information. The Regional Committee of UN-GGIM: Americas:

2018/1 The integration of statistical and geospatial information. The Regional Committee of UN-GGIM: Americas: The following are the conclusions and recommendations of the Regional Committee of the United Nations on Global Geospatial Information Management for the Americas, during its Fifth Session, Thursday 8

More information