GML, WFS and SVG: A New Frontier of Internet GIS

Size: px
Start display at page:

Download "GML, WFS and SVG: A New Frontier of Internet GIS"

Transcription

1 GML, WFS and SVG: A New Frontier of Internet GIS Zhong-Ren Peng Director Center for Advanced Spatial Information Research Associate Professor Department of Urban Planning University of Wisconsin-Milwaukee zpeng@uwm.edu

2 Problems of Current Internet GIS Programs Interoperability problem The client can only talk with its own server; The client cannot access to distributed data in different format in real time. Quality of graphic images Most current Internet GIS programs display spatial data over the Internet in raster image. The raster images in GIF, JPEG format is not scalable. The raster image is not intelligent.

3 The Use of GML, SVG and WFS to address the issues use GML to model, code and transport geospatial objects to achieve data interoperability, use SVG to improve image quality on the Web, and use WFS to query, access and retrieve data at the feature level in real time on the Web.

4 Geography Markup Language (GML) An OGC Standard to model, encode, transport and store geographic objects. GML offers standard ways to describe spatial features and their corresponding properties in terms of GML Schemata, including schema to describe features, coordinate reference systems, geometry, topology, time, units of measure and generalized values.

5 What GML is not? GML Is NOT a Presentation Language for Data Display GML Is NOT A Programming Language for Data Processing

6 Why GML? ArcView shapefile Oracle Spatial ArcInfo coverage Intergraph CGM Mapinfo AutoCAD

7 Why GML? ArcView shapefile Oracle Spatial ArcInfo coverage GML Intergraph CGM Mapinfo AutoCAD

8 GML An Example <Point> <coord> <X>10.0</X> <Y>2.0</Y> </coord> </Point> OR <Point> <coordinates>10.0,2.0</coordinates> </Point>

9 GML Schema: -- An Example <element name="coord" type="gml:coordtype" /> <complextype name="coordtype"> <sequence> <element name="x" type="decimal"/> <element name="y" type="decimal" minoccurs="0"/> <element name="z" type="decimal" minoccurs="0"/> </sequence> </complextype>

10 XLink and XPointer to Form A Geospatial Web

11 How to Display GML data on the Web Use Scalable Vector Graphic (SVG). A W3C standard format. Works directly with the Web browser. Requires a SVG plug-in (free from Adobe or other vendors).

12 Advantages of SVG A vector graphic, NOT raster image formats like GIF, JPEG and PNG. Vector graphic is scalable SVG format can be displayed in any devices with any size (cell phone or 19 computer monitor) and any resolution without changing clarity. SVG can grow to a larger number of file, a large number of users, and a wide variety of applications on the Web.

13 Advantages of SVG AVG reduces the size of the map images by allowing complex scalable cartography in a highly compressed form. As an XML application, SVG provides hyper links to many other files and vector and raster graphics. since SVG file is XML file, it offers supreme portability. It can work directly with other XML-based technology. A SVG file could be edited and displayed in any environments regardless of computer operating systems and Web browsers.

14 From Ron Lake, 2001

15 How To Extract data OpenGIS Web Feature Server (WFS) An OpenGIS implementation specification Can extract data from the data sources in their original formats. Transform extracted data to GML. Transport the extracted data to the Web client.

16 Data retrieval process using WFS Client WFS Request WFS Response Web Feature Server (WFS) Opaque Feature Store

17 Functions of WFS WFS allows the client applications to access, query, create, update and delete data elements from the database server over the Web. Client applications can post request for feature level data stored in one or more distributed datastores. The WFS server reads and parses the request and returns the result in the form of GML.

18 Some Examples Put GML, SVG and WFS together to develop standard-based Internet GIS. Encode Spatial objects using GML. Use existing data (in Shapefile) to create GML and SVG.

19 Example 1

20

21 Example 2

22

23 Clear Vector Map

24

25

26

27

28

29

30

31 Advantages of GML+SVG+WFS Standard-based, Non-proprietary, Interoperable GIS components and data, Text-based, easy to understand, High quality maps on the Internet, Fast response on the client-side, Data can be in their original formats but could be retrieved using WFS and transformed into GML on the fly.

32 Further research Integrating geospatial data with different data models. Address the problem of semantic interoperability. Proper compressing mechanism for GML and SVG files. Desiring Multidimensional GML-based databases.

33 Questions and Comments

A Framework of Feature-Level Transportation Geospatial Data Sharing Systems

A Framework of Feature-Level Transportation Geospatial Data Sharing Systems A Framework of Feature-Level Transportation Geospatial Data Sharing Systems Zhong-Ren Peng, Ph.D. Director Center for Advanced Spatial Information Research Associate Professor Department of Urban Planning

More information

Using ESRI data in Autodesk ISD Products

Using ESRI data in Autodesk ISD Products GI13-3 Using ESRI data in Autodesk ISD Products 1.5 hr. Class 02-Dec-03 3:30pm - 5:00pm Session Description: We will focus on using data in a variety of ESRI formats within the Autodesk GIS product line,

More information

FDO Data Access Technology at a Glance

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

More information

GML-Based Interoperable Geographical Databases

GML-Based Interoperable Geographical Databases GML-Based Interoperable Geographical Databases Chuanrong Zhang Department of Geography, University of Wisconsin-Milwaukee, Milwaukee, WI 53201-0413 czhang@uwm.edu Zhong-Ren Peng Department of Urban Planning,

More information

OGC,, WMS and WFS. Strategic Goals. The Vision and the Mission

OGC,, WMS and WFS. Strategic Goals. The Vision and the Mission The Vision and the Mission OGC,, WMS and WFS Vision: Realization of the full societal, economic and scientific benefits of integrating electronic location resources into commercial and institutional processes

More information

XML and Inter-Operability in Distributed GIS

XML and Inter-Operability in Distributed GIS XML and Inter-Operability in Distributed GIS KIM Do-Hyun and KIM Min-Soo, Republic of Korea Key words: GML(Geography Markup Language), Interoperability, GIS. SUMMARY Web GIS (Geographic Information Systems)

More information

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

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

More information

Maps as Numbers. Maps as Numbers. Chapter 3: Maps as Numbers 14SND Getting Started with GIS Chapter 3

Maps as Numbers. Maps as Numbers. Chapter 3: Maps as Numbers 14SND Getting Started with GIS Chapter 3 Maps as Numbers Getting Started with GIS Chapter 3 Chapter 3: Maps as Numbers 3.1 Representing Maps as Numbers 3.2 Structuring Attributes 3.3 Structuring Maps 3.4 Why Topology Matters 3.5 Formats for GIS

More information

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

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

More information

Marushka Server. Product Specification

Marushka Server. Product Specification Introductory Information Product Marushka Server represents a new generation of tools (devices) for publication and use of GIS data in the Internet and intranet. It is built on component technology in.net

More information

Web Map Servers. Mark de Blois. Septembre 2016

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

More information

Service Oriented Architecture For GIS Applications

Service Oriented Architecture For GIS Applications The 12 th International Conference of International Association for Computer Methods and Advances in Geomechanics (IACMAG) 1-6 October, 2008 Goa, India Service Oriented Architecture For GIS Applications

More information

The Interoperability of Location-Tracking Service based on Geographic Information

The Interoperability of Location-Tracking Service based on Geographic Information The Interoperability of Location-Tracking Service based on Geographic Information Do Hyun KIM and Byung Tae JANG, Korea Key words: Interoperability, Location-Tracking, GIS SUMMARY Tracking Service based

More information

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

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

More information

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation

Oracle Spatial Technologies: An Update. Xavier Lopez Director, Spatial Technologies Oracle Corporation Oracle Spatial Technologies: An Update Xavier Lopez Director, Spatial Technologies Oracle Corporation Overview Oracle Approach to Market Specialist v. Generalist Solutions New Developments: Oracle Database

More information

The cadastral data and standards based on XML in Poland

The cadastral data and standards based on XML in Poland The cadastral data and standards based on XML in Poland Jarosław Bydłosz, Piotr Parzych AGH University of Science and Technology Cracow, Poland 1 XML XML Extensible Markup Language Extensible Markup Language

More information

Introduction to ArcSDE 8. John Calkins

Introduction to ArcSDE 8. John Calkins Introduction to ArcSDE 8 John Calkins Why are you here? Introduction to ArcSDE? What is a GeoDatabase? Existing SDE user? Existing ArcInfo user? Technical details on implementation? Just confused... ArcSDE

More information

Report of the working group on meteorological visualisation applications. November Convener: Jens Daabeck Report: Iain Russell.

Report of the working group on meteorological visualisation applications. November Convener: Jens Daabeck Report: Iain Russell. Report of the working group on meteorological visualisation applications November 2005 Convener: Jens Daabeck Report: Iain Russell Slide 1 Output formats as they relate to meteorological plots Moderator:

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran Yingqi Tang

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

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Web Services Security and Management Web Services for non-traditional Types of Data What are Web Services? Applications that accept XML-formatted requests from other systems

More information

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

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

More information

An Open Source Software approach to Spatial Data Infraestructures.

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

More information

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

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

More information

OGC Simple Features (for SQL and XML/GML)

OGC Simple Features (for SQL and XML/GML) Daniel Wirz, Department of Geography - GIS Division, University of Zurich mailto:wirz@geo.unizh.ch January 2004 What,...? Introduction Develop publicly available geoprocessing specifications. Open interfaces

More information

Implementing Web GIS Solutions

Implementing Web GIS Solutions Implementing Web GIS Solutions using open source software Karsten Vennemann Seattle Talk Overview Talk Overview Why and What What is Open Source (GIS)? Why use it? Application Components Overview of Web

More information

A proposed framework for feature-level geospatial data sharing: a case study for transportation network data Z.-R. PENG

A proposed framework for feature-level geospatial data sharing: a case study for transportation network data Z.-R. PENG International Journal of Geographical Information Science Vol. 19, No. 4, April 2005, 459 481 Research Article A proposed framework for feature-level geospatial data sharing: a case study for transportation

More information

Interoperability and Standards Supports in ArcGIS

Interoperability and Standards Supports in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Interoperability and Standards Supports in ArcGIS Satish Sankaran, Esri Yingqi Tang, Esri Agenda Esri s participation

More information

CGM v SVG. Computer Graphics Metafile v Scalable Vector Graphic. David Manock

CGM v SVG. Computer Graphics Metafile v Scalable Vector Graphic. David Manock It shall not be communicated to any third party without the owner s written consent. All rights reserved. CGM v SVG Computer Graphics Metafile v Scalable Vector Graphic David Manock VP Sales and Marketing

More information

SERVO - ACES Abstract

SERVO - ACES Abstract 1 of 6 12/27/2004 2:33 PM 2 of 6 12/27/2004 2:33 PM Implementing GIS Grid Services for the International Solid Earth Research Virtual Observatory Galip Aydin (1), Marlon Pierce (1), Geoffrey Fox (1), Mehmet

More information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information GEOSPATIAL ERDAS APOLLO Your Geospatial Business System for Managing and Serving Information ERDAS APOLLO Do you have large volumes of data, a geographicallydistributed user base and rapidly changing

More information

ArcGIS 9.2 Works as a Complete System

ArcGIS 9.2 Works as a Complete System ArcGIS 9.2 Works as a Complete System A New Way to Manage and Disseminate Geographic Knowledge Author/Serve/Use Maps Data Models Globes Metadata Use Desktop Explorer Web Map Viewer Mobile Open APIs Enterprise

More information

THE GEOMEDIA ARCHITECTURE ADVANTAGE

THE GEOMEDIA ARCHITECTURE ADVANTAGE THE GEOMEDIA ARCHITECTURE ADVANTAGE White Paper April 04, 2014 Contents 1. Introduction... 3 2. GeoMedia Overview... 3 3. The GeoMedia Architecture Advantage... 3 3.1 GeoMedia Data Servers... 4 3.2 Geographic

More information

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

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

More information

An introduction and overview of Geography Markup Language

An introduction and overview of Geography Markup Language An introduction and overview of Geography Markup Language Lecturer: Dr Dan Cornford d.cornford@aston.ac.uk http://wiki.aston.ac.uk/dancornford CS3210, Geographic Information Systems, Aston University,

More information

Oracle. Oracle Spatial 11g Essentials. 1z Version: Demo. [ Total Questions: 10] Web:

Oracle. Oracle Spatial 11g Essentials. 1z Version: Demo. [ Total Questions: 10] Web: Oracle 1z0-595 Oracle Spatial 11g Essentials Version: Demo [ Total Questions: 10] Web: www.myexamcollection.com Email: support@myexamcollection.com IMPORTANT NOTICE Feedback We have developed quality product

More information

Interactive Web Mapping: Overview

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

More information

GIS Data Preparation and Conversion for the Web

GIS Data Preparation and Conversion for the Web Institute of Cartography GIS Data Preparation and Conversion for the Web Ionuț Iosifescu 17/02/2016 1 Data Preparation Workflow Data Collection Data Check Convert Data Visualize Data - Data Sources - GIS

More information

Providing Interoperability Using the Open GeoServices REST Specification

Providing Interoperability Using the Open GeoServices REST Specification 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Providing Interoperability Using the Open GeoServices REST Specification Satish Sankaran Kevin Sigwart What

More information

XML TECHNOLOGIES IN WEB BASED GEOGRAPHIC INFORMATION SYSTEMS

XML TECHNOLOGIES IN WEB BASED GEOGRAPHIC INFORMATION SYSTEMS 212 Proceedings of the 4 th International Conference on Informatics and Information Technology XML TECHNOLOGIES IN WEB BASED GEOGRAPHIC INFORMATION SYSTEMS B. Predić, D. Stojanović Faculty of Electronic

More information

Integrating Heterogeneous Traveler Information Using Web Service. Shanzhen Yi

Integrating Heterogeneous Traveler Information Using Web Service. Shanzhen Yi Integrating Heterogeneous Traveler Information Using Web Service Shanzhen Yi Department of Civil Engineering National University of Singapore 10 Kent Ridge Crescent, Singapore 117576 Tel: (65)-6874-5035

More information

_ LUCIADFUSION V PRODUCT DATA SHEET _ LUCIADFUSION PRODUCT DATA SHEET

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

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

Integrating Telecom Outside Plant Systems Through the GML Standard

Integrating Telecom Outside Plant Systems Through the GML Standard Integrating Telecom Outside Plant Systems Through the GML Standard GERSON MIZUTA WEISS ELIANE ZAMBON VICTORELLI DIAS CPqD Telecom & IT Solutions - Rodovia Campinas-Mogi Mirim km 118,5 13086-902, Campinas,

More information

Web Services for Geospatial Mobile AR

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

More information

Vector Pyramids: A Multi-scale Vector Rendering and Processing Algorithm

Vector Pyramids: A Multi-scale Vector Rendering and Processing Algorithm Vector Pyramids: A Multi-scale Vector Rendering and Processing Algorithm Mohammed Rashad 1, KS Rajan 2 Lab for Spatial Informatics International Institute of Information Technology Hyderabad, India 1 mohammed.rashad@research.iiit.ac.in,

More information

Advances in GML for Geospatial Applications

Advances in GML for Geospatial Applications Advances in GML for Geospatial Applications Chang-Tien Lu, Raimundo F. Dos Santos Jr, Lakshmi N. Sripada, Yufeng Kou Department of Computer Science Virginia Polytechnic Institute and State University {ctlu,rdossant,

More information

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

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

More information

An Interoperable GIS solution for the public administration (extended abstract)

An Interoperable GIS solution for the public administration (extended abstract) An Interoperable GIS solution for the public administration (extended abstract) Artur Rocha, João Correia Lopes, Luís Bártolo, Rui Chilro INESC-Porto, Rua Dr. Roberto Frias, N o 378 4200-465 PORTO, Portugal,

More information

OGC Schemas Browser: Visualizing OWS XML Schemas

OGC Schemas Browser: Visualizing OWS XML Schemas 13 th AGILE International Conference on Geographic Information Science 2010 Page 1 of 10 OGC Schemas Browser: Visualizing OWS XML Schemas Alain Tamayo, Carlos Granell, Joaquín Huerta Institute of New Imaging

More information

The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany

The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany The AAA Model as Contribution to the Standardisation of the Geoinformation Systems in Germany Markus SEIFERT, Germany Key words: ISO, CEN, OGC, AdV, Spatial Data Infrastructure SUMMARY Germany is a classic

More information

Esri Support for Geospatial Standards

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

More information

Leveraging OGC Standards on ArcGIS Server

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

More information

Leveraging OGC Services in ArcGIS Server

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

More information

Integrated Map Tool. Overview, Current Status, and Things to Come

Integrated Map Tool. Overview, Current Status, and Things to Come Integrated Map Tool Overview, Current Status, and Things to Come Integrated Mapping and Analysis Tool (IMAT) map widget Integrated Mapping Tool IMAT Reusable components for portrayal, query, analysis,

More information

Extending SLD and SE for cartograms

Extending SLD and SE for cartograms Extending SLD and SE for cartograms Emanuel Rita José Borbinha Bruno Martins IST / INESC-ID - {emanuelrita; bruno.g.martins; jlb}@ist.utl.pt Abstract Thematic maps are intended to provide statistical information

More information

Lecture note on the history and principles of geo-webservices

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

More information

Spatio-Temporal Data Exchange Standards

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

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

Application of the Catalogue and Validator tools in the context of Inspire Alberto Belussi, Jody Marca, Mauro Negri, Giuseppe Pelagatti

Application of the Catalogue and Validator tools in the context of Inspire Alberto Belussi, Jody Marca, Mauro Negri, Giuseppe Pelagatti Application of the Catalogue and Validator tools in the context of Inspire Alberto Belussi, Jody Marca, Mauro Negri, Giuseppe Pelagatti Politecnico di Milano giuseppe.pelagatti@polimi.it spatialdbgroup.polimi.it

More information

Open Geospatial Consortium (OGC) and Web Services (WMS, WFS)

Open Geospatial Consortium (OGC) and Web Services (WMS, WFS) Open Geospatial Consortium (OGC) and Web Services (WMS, WFS) Responsible persons: Regula Stopper (Overall) Ionut Iosifescu Enescu (Content) Samuel Wiesmann (Revision) Olaf Schnabel (Revision) Content

More information

Standards, GML and AIXM. Dr. David Burggraf Vice President Galdos Systems Inc

Standards, GML and AIXM. Dr. David Burggraf Vice President Galdos Systems Inc Standards, and AIXM Dr. David Burggraf Vice President Galdos Systems Inc Copyright Galdos Systems Inc. May 6, 2010 Geography Markup Language: What is it? A modeling language for geographic features A set

More information

Connecting Distributed Geoservices: Interoperability research at ITC

Connecting Distributed Geoservices: Interoperability research at ITC AGILE Interoperability Workshop, Lyon, April 23rd, 2003 Connecting Distributed Geoservices: Interoperability research at ITC Barend Köbben & Rob Lemmens {kobben,lemmens}@itc.nl International Institute

More information

ISIG/WEB A web-based tool for viewing and editing maps

ISIG/WEB A web-based tool for viewing and editing maps ISIG/WEB A web-based tool for viewing and editing maps Gustavo Henrique Mandolesi, Cláudia de Andrade Tambascia, Sandro Danilo Gatto and Alexandre Melo Braga CPqD Telecom & IT Solutions - Rodovia Campinas-Mogi

More information

Tourism Guided Information System for Location-Based Services

Tourism Guided Information System for Location-Based Services Tourism Guided Information System for Location-Based Services Chang-Won Jeong 1, Yeong-Jee Chung 2, Su-Chong Joo, 2 and Joon-whoan Lee 1 1 Research Center for Advanced LBS Technology of Chonbuk National

More information

A Review of Wireless Technology for Geographical Information Systems

A Review of Wireless Technology for Geographical Information Systems International Journal of Current Engineering and Technology ISSN 2277 4106 2013 INPRESSCO. All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article A Review of Wireless Technology

More information

OGC - The Missing Link

OGC - The Missing Link Cadcorp SIS OGC - The Missing Link or Where have all the flowers services gone? Martin Daly Technical Director Cadcorp OGC Best Practice Seminar BGS 25 th January, 2007 Agenda UK OGC Exemplars Debunking

More information

Open Geospatial Consortium Inc.

Open Geospatial Consortium Inc. Open Geospatial Consortium Inc. Date: 2016-12-05 Reference number of this OGC document: OGC 07-036r1 Version: 3.2.2 Category: OpenGIS Standard Editor: Clemens Portele OpenGIS Geography Markup Language

More information

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS.

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS. Using Web Services Web Services Overview This user guide contains instructions on how to consume a range of services through a range of both web based and desktop GIS applications. Web services are a live

More information

Questions and Answers

Questions and Answers AUTODESK MAP 3D 2006 Questions and Answers 1. General Product Information 1.1 What is Autodesk Map 3D 2006 software? Autodesk Map 3D 2006, built on AutoCAD 2006 software, connects CAD, civil engineering,

More information

An interoperable platform. rencontres mondiales du logiciel libre - july 12th, 2007

An interoperable platform. rencontres mondiales du logiciel libre - july 12th, 2007 1 An interoperable platform rencontres mondiales du logiciel libre - july 12th, 2007 Content 2 COGIT Towards a new platform: GeOxygene COGIT experience about platforms and common GIS problems Architecture

More information

Basics in good research data management (RDM) for reviewing DMPs

Basics in good research data management (RDM) for reviewing DMPs Basics in good research data management (RDM) for reviewing DMPs S. Venkataraman Digital Curation Centre, Edinburgh s.venkataraman@ed.ac.uk https://doi.org/10.5281/zenodo.1461601 FOSTER & OpenAIRE webinar,

More information

UGML: an extension of GML to provide support for geographic objects with uncertain boundaries

UGML: an extension of GML to provide support for geographic objects with uncertain boundaries UGML: an extension of GML to provide support for geographic objects with uncertain boundaries Ashley Morris 1 and Frederick E. Petry 2 1 DePaul University School of Computer Science 243 S Wabash Ave, Chicago

More information

Mobile Viewers based on SVG ±geo and XFormsGI

Mobile Viewers based on SVG ±geo and XFormsGI Mobile Viewers based on SVG ±geo and XFormsGI Thomas Brinkhoff 1, Jürgen Weitkämper 2 Institut für Angewandte Photogrammetrie und Geoinformatik (IAPG) Fachhochschule Oldenburg/Ostfriesland/Wilhelmshaven

More information

Topic 5: Raster and Vector Data Models

Topic 5: Raster and Vector Data Models Geography 38/42:286 GIS 1 Topic 5: Raster and Vector Data Models Chapters 3 & 4: Chang (Chapter 4: DeMers) 1 The Nature of Geographic Data Most features or phenomena occur as either: discrete entities

More information

OPEN SOURCE SOLUTIONS FOR SURVEYORS

OPEN SOURCE SOLUTIONS FOR SURVEYORS 2 nd Sabah International Surveyors Congress 11 th 12 th March 2014 OPEN SOURCE SOLUTIONS FOR SURVEYORS Presented By : Sr Alexander Chong Director, Jurukur Antarabangsa The Benefits Of Closed Proprietary

More information

Lecture 2: GIS Data Sources, Data Types and Representation. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University

Lecture 2: GIS Data Sources, Data Types and Representation. GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Lecture 2: GIS Data Sources, Data Types and Representation GE 118: INTRODUCTION TO GIS Engr. Meriam M. Santillan Caraga State University Geographic Data in GIS Can be obtained from various sources in different

More information

Geospatial Data Sharing Based on Geospatial Semantic Web Technologies

Geospatial Data Sharing Based on Geospatial Semantic Web Technologies Geospatial Data Sharing Based on Geospatial Semantic Web Technologies C. Zhang W. Li T. Zhao Geospatial data sharing is a concern in geospatial science because of the heterogeneity of existing geographical

More information

Lesson 2 Installing and Using Quantum GIS (QGIS)

Lesson 2 Installing and Using Quantum GIS (QGIS) Lesson 2 Installing and Using Quantum GIS (QGIS) Use file Explorer to open County QGIS portable hard drive provided. The program execute (.exe) will be at the bottom of the list. Double click on the file.

More information

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

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

More information

GML-Based Interoperable Geographical Databases

GML-Based Interoperable Geographical Databases GML-Based Interoperable Geographical Databases C Zhang, W Li, M JDay, Z-R Peng Many geographical databases have been developed for different programs and applica tions/ but da ta acquisition and da ta

More information

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center

Esri s ArcGIS Enterprise. Today s Topics. ArcGIS Enterprise. IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Esri s ArcGIS Enterprise IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center Today s Topics Part 1: ArcGIS Enterprise architecture Part 2: Storing and serving data for the enterprise

More information

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows Hans Viehmann Product Manager EMEA ORACLE Corporation November 23, 2017 @SpatialHannes Safe Harbor Statement The following is intended

More information

GML based model of Indian NSDE format for Geo Spatial Data Interoperability

GML based model of Indian NSDE format for Geo Spatial Data Interoperability GML based model of Indian NSDE format for Geo Spatial Data Interoperability Sujata Rawat, P.S. Roy, Rob Lemmens and Sameer Saran sujata_rawat@yahoo.com, dean@iirs.gov.in, lemmens@itc.nl, sameer@iirs.gov.in

More information

Advanced Standard Basic Notes

Advanced Standard Basic Notes 9.3 Functionality Matrix Data Management Scalable Geodatabase Access Full Geodatabase Support Create Geodatabases Load Spatial Data into Geodatabases Manage Geodatabases One-Way Replication Two-Way Replication

More information

Interoperability and gvsig

Interoperability and gvsig CEN/TC 287 Madrid, 25-02-2009 Interoperability and gvsig Gabriel Carrión Rico Francisco José Peñarrubia Jorge Piera Llodrá Carlos Sánchez Periñán Director of gvsig project. Conselleria D' Infraestructures

More information

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

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

More information

Introduction to INSPIRE. Network Services

Introduction to INSPIRE. Network Services Introduction to INSPIRE. Network Services European Commission Joint Research Centre Institute for Environment and Sustainability Digital Earth and Reference Data Unit www.jrc.ec.europa.eu Serving society

More information

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

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

More information

[ ]..,ru. GeoServer Beginner's Guide. open source^ software server. Share and edit geospatial data with this open source.

[ ]..,ru. GeoServer Beginner's Guide. open source^ software server. Share and edit geospatial data with this open source. GeoServer Beginner's Guide Share and edit geospatial data with this open source software server Stefano lacovella Brian Youngblood [ ]..,ru open source^ PUBLISHING community experience distilled BIRMINGHAMMUMBAI

More information

Scientific and Multidimensional Raster Support in ArcGIS

Scientific and Multidimensional Raster Support in ArcGIS Scientific and Multidimensional Raster Support in ArcGIS Sudhir Raj Shrestha sshrestha@esri.com Brief breakdown Scientific Multidimensional data Ingesting Scientific MultiDim Data in ArcGIS Ingesting and

More information

The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc.

The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc. The Oracle Enterprise Geodatabase (EGDB) Charlie Crocker Farallon Geographics, Inc. www.fargeo.com Norcal URISA Chapter Meeting 2/9/2005 Todays Goals Enterprise geodatabase defined Roles Oracle can play

More information

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

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

More information

Accessing Data Where it Lives

Accessing Data Where it Lives Accessing Data Where it Lives Session 3A Steve Carr TSI Tyson Haverkort Safe Software Session Description We ll discuss many types of data that can be used in MapInfo Professional such as: Business Data

More information

SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION

SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION Roberto Lucchi 1, Marten Hogeweg 1, Guenther Pichler 2 1 Esri, Redlands, CA, USA 2 Esri Kranzberg, Germany 1 Vision INSPIRE

More information

CarbonArc PRO. User s Guide. Carbon Project, Inc. 25 Burlington Mall Road Suite 300 Burlington, MA 01803

CarbonArc PRO. User s Guide. Carbon Project, Inc. 25 Burlington Mall Road Suite 300 Burlington, MA 01803 CarbonArc PRO User s Guide Carbon Project, Inc. 25 Burlington Mall Road Suite 300 Burlington, MA 01803 info@thecarbonproject.com www.thecarbonproject.com Copyright Message Information in this document,

More information

SEXTANT 1. Purpose of the Application

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

More information

The VirGIS Geographic Integration System

The VirGIS Geographic Integration System The VirGIS Geographic Integration System Omar Boucelma François-Marie Colonna Mehdi Essid LSIS-CNRS, Université Paul Cézanne - Aix-Marseille Avenue Escadrille Normandie-Niemen 13397 Marseille Cedex 20

More information

IMPLEMENTING GEOSPATIAL WEB SERVICES USING SERVICE ORIENTED ARCHITECTURE AND NOSQL SOLUTIONS

IMPLEMENTING GEOSPATIAL WEB SERVICES USING SERVICE ORIENTED ARCHITECTURE AND NOSQL SOLUTIONS IMPLEMENTING GEOSPATIAL WEB SERVICES USING SERVICE ORIENTED ARCHITECTURE AND NOSQL SOLUTIONS Pouria Amirian, Anahid Basiri and Adam Winstanley Department of Computer Science, National University of Ireland,

More information

Oracle Spatial A Unifying Framework at the Utah Department Of Transportation

Oracle Spatial A Unifying Framework at the Utah Department Of Transportation Oracle Spatial A Unifying Framework at the Utah Department Of Transportation Dan Paske Utah Department of Transportation Oracle DBA Jeff Saunders Farallon Geographics, Inc. Senior Geodatabase Developer

More information

SERVER. LuciadFusion DATA SHEET

SERVER. LuciadFusion DATA SHEET SERVER LuciadFusion DATA SHEET V2017 V2017.0 DATA SHEET LuciadFusion is an all-in-one server solution for your data publication workflow and geospatial data management. As Luciad s server solution, it

More information