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

Size: px
Start display at page:

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

Transcription

1 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 Universität Braunschweig Technische Universität Berlin 10 th 3D GeoInfo Conference / Kala Lumpur, Malaysia / October 2015

2 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 2

3 Wouldn t it be nice to use the knowledge and capabilities of our colleagues tomorrow in my lab to solve my problems to safe my time to be more economic to easily further develop the colleague s algorithms to develop smarter solutions for more complex problems to integrate it into my business solutions to share my progress immediately (if this does not run contrary to my business model) 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 3

4 OGC services everything in house? WPS - OGC standard since 2007, recently version 2.0 released (2015) Defines an interface by which (geospatial) processes can be executed remotely on a server Can include any process not exclusively for processing of geospatial data Can include any number of processes (discovered via the GetCapabilities request) BPEL engine can be used to orchestrate a service chain of one or more WPS processes Technology that enables the execution of computing processes and the retrieval of metadata describing their purpose and functionality [ ] from quick to complex computation scenarios (Mueller and Pross, 2014). 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 4

5 Advantages of WPS in the field of urban analysis No stand alone software systems available that is able to comprehensively deal with semantically enriched 3D city models to extensively support the work chain associated with urban system analysis linkable tools as a service oriented architecture could counterbalance this disadvantage CityGML as a starting point of urban analysis are normally provided as web resource via an OGC Web Feature Service (WFS), or as an internet capable GML-File web resources keep hurdles of using web based services comparatively low But Despite the added value of OGC Web Processing Services and the good preconditions in the field of urban analysis there is a great reluctance to apply those technologies and to publish solutions in this field using OGC related standards like WFS and WPS! 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 5

6 Possible reasons for the refusal of publishing WPS in the field of urban analysis Economic relevance working groups seek to keep exclusive expert knowledge principals constitute conditions for the transfer of results or base data to other parties Since data and algorithms are separated, last point may account only for a part of the problem Complexity additional expertise from experts or literature and simplifying assumptions reusability of code and algorithms from complex projects is limited. Long preparation projects of a certain complexity require data that fits to that problem need preparation as well as intermediate procedures some objectives are very specific and geographically bound to a specific location or city Publication culture Next to analysis results implemented algorithms and processes should be published, somehow (WPS) But: intermediate states and processes remain hidden

7 Requirements for an integrated urban analysis platform Generic and reusable: designed to be used without any expert knowledge of the designing project support the user s process chain without limiting its purpose => published processes need to be organized in as smallest units as possible Easy to aggregate technology that supports the aggregation of smaller process units to more powerful tools Enable business models proprietary development of comprehensive solutions should be possible Smaller units may be published under GNU Lesser General Public License (LGPL) Stick to OGC standards Based on the basis of well-known and accepted international standards OGC WPS, WFS and Geography Markup Language (GML) an extension to a generally accepted data exchange format has to be accepted

8 open license General architecture of a 3D urban analysis platform Web Feature Service AbstractKeyProcess (AKP) AbstractKeyProcess LocationBasedData smallest entity in the integrated urban analysis platform Does not cache intermediate data nor process complex requests (process chains) Must not hold references to other AKPs or their instantiations. location based data has to be provided, either as encapsulated data or as reference reads or writes GML Should fall into the domain of open source 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 8

9 open license General architecture of a 3D urban analysis platform Web Feature Service Transformer AbstractKeyProcess LocationBasedData ensures the use of GML in the proposed urban analysis platform Transformer Algorithm Inquirier transforms non GML based data into or non GML based data from GML to ensure data communication Algorithm Smallest possible process with relation to GIS. It should answer only one simple question in the field of spatial analysis, irrespective how complex the performing algorithm will look like. Inquirer supports data queries from other resources, e.g. 3D-City models 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 9

10 business model transient open license General architecture of a 3D urban analysis platform AbstractKeyProcess Transformer Algorithm Inquirier {ordered sequence} KnowledgeBasedChainedProcess Web Feature Service LocationBasedData KnowledgeBasedChainedProcess aggregation of an ordered sequence of AKPs does not provide any AKP itself, only references to already published AKP implemented as links to WPS dealing as such AKPs Defines input and output data open source but may also be part of a business model 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 10

11 business model transient open license General architecture of a 3D urban analysis platform AbstractKeyProcess Transformer Algorithm Inquirier {ordered sequence} KnowledgeBasedChainedProcess Web Feature Service LocationBasedData NumericalData ProblemSolver defines the level of a project that solves problems of social relevance (fine dust modelling, urban energy estimation) involves further numerical data, solution based logic and constraints coming from experts, internal software systems, and chargeable data sources may link to internal expert systems and software ProblemSolver SolutionBasedLogic Constraint 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 11

12 Natural geoobjects are of interest? A+B=C, Y Aspirant (Multiplicity: 1 *) Feature (geometry) that has to be analyzed, changed or checked against a (spatial) constraint by an Algorithm. Output: the manipulated feature (f.i. a changed surface or the feature(s) that successfully match against a condition. Geodata (multiplicity: 0-1) Geodata on which an analysis should be performed by an Algorithm. Geodata are not meant to be changed or manipulated and, therefore can easily be referenced by any resource. Parameter (multiplicity 0 *) (numeric) values that influence the Algorithm. They can be provided inline or as a result of another AKP. Tuples should be enabled Resource (multiplicity 0 *) represented by an URL that refers to either geodata or to an additional AKP (to get parameters, prohibited when used in an AKP) may refer to all the components discussed above A list of resources is the main added value of a KnowledgeBased- ChainedProcess 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 12

13 coordinate2d + diameter (geodata) (parameter) Buffer2D (algortihm) 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 13

14 coordinate2d + diameter (geodata) (parameter) Buffer2D (algortihm) GetHight(Buffer) (inquirer) Buffer2D + hight (geodata) (parameter) Buffer3D (algortihm) tbc 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 14

15 Open questions How to organize of a KnowledgeBasedChainedProcess and a ProblemSolver Client-side solution Do this (http) = get A Do that(a) = B Do this(b, http) = result (local) 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 15

16 Open questions How to organize of a KnowledgeBasedChainedProcess and a ProblemSolver Server-side solution Do all (http, A, B) = result(local) 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 16

17 Last but not least Thank you very much for your attention! WPS-action 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 17

18 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 18

19 This century the urban challenge Today, 54 % of the world s population lives in urban areas This proportion is expected to increase to 66 % by 2050 (United Nations 2014). Urbanization means concentration of divergent interests and needs in a small area environmental and energy problems mobility work living / recreation ageing of the population in cities growth rate mortality rate birth rate All this needs are fed back in the sense of a systems theory 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 19

20 The urban challenge requirements components of data preparation, database modelling and system description as well as spatial analysis simulation processes Knowledge of different fields of urban planning and external experts A precondition for the synoptically analysis of complex urban systems is the exchange of data and services that are processing those data 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 20

21 act keyprocess client side serv er side choose keyprocess «datastore» keyprocess Store define Parameter choose Aspirant choose geodata receive XML processing deliver result send result 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 21

22 act knowledgebasedchainedprocess client side server side define chain send chain description get description «datastore» keyprocess Store KP1 result KP2 input deliver result send result KPx 3D Geoinfo, Kuala Lumpur M.-O. Löwner Framework for on an open 3D urban analysis platform based on OGC Web Services Seite 22

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

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

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

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

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

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

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

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

Enabling ENVI. ArcGIS for Server

Enabling ENVI. ArcGIS for Server Enabling ENVI throughh ArcGIS for Server 1 Imagery: A Unique and Valuable Source of Data Imagery is not just a base map, but a layer of rich information that can address problems faced by GIS users. >

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

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

Urban Planning Internet Geographic Information Systems Fall 2010

Urban Planning Internet Geographic Information Systems Fall 2010 Urban Planning - 794 Internet Geographic Information Systems Fall 2010 Instructor: Professor Huxhold (hux@uwm.edu) Lecturer: Melissa Mann (mmann@uwm.edu) Manager: Kurt Meingast (kurtm@uwm.edu) Schedule:

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

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

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

Overview. Everywhere. Over everything.

Overview. Everywhere. Over everything. Cadenza Desktop Cadenza Web Cadenza Mobile Cadenza Overview. Everywhere. Over everything. The ultimate GIS and reporting suite. Provide, analyze and report data efficiently. For desktop, web and mobile.

More information

One platform for desktop, web and mobile

One platform for desktop, web and mobile One platform for desktop, web and mobile Search and filter Get access to all data thematically filter data in context factually and spatially as well as display it dynamically. Export a selection or send

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

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

OGC Specifications for Access to Distributed Geospatial Data

OGC Specifications for Access to Distributed Geospatial Data 'Photogrammetric Week 05' Dieter Fritsch, Ed. Wichmann Verlag, Heidelberg 2005. Schilcher, Donaubauer 217 OGC Specifications for Access to Distributed Geospatial Data MATTHÄUS SCHILCHER, ANDREAS DONAUBAUER,

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

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

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

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

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

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

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

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

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

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

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

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

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

Spatial information sharing technology based on Grid

Spatial information sharing technology based on Grid Spatial information sharing technology based on Grid Hong-bin ZHANG a,b,c,1, Bao-rui CHEN a,b,c,3,gang LI b,c,2, Xiao-ping XIN a,b,c,* a Hulunber Grassland Ecosystem Observation and Research Station, Beijing

More information

Innovation in Land Management: Integrated Solutions For National Cadastre Projects

Innovation in Land Management: Integrated Solutions For National Cadastre Projects Success With GIS Innovation in Land Management: Integrated Solutions For National Cadastre Projects XXIII International FIG Congress Munich These documents are only complete, when used in connection with

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

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

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

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

CityGML in Detail Part 2

CityGML in Detail Part 2 CityGML in Detail Part 2 Prof. Dr. Thomas H. Kolbe Institute for Geodesy and Geoinformation Science Berlin University of Technology kolbe@igg.tu-berlin.de May 2008 EduServ6 Course on CityGML Copyright

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

Publishing Value Added EO Products as Linked Data

Publishing Value Added EO Products as Linked Data Publishing Value Added EO Products as Linked Data Massimo Zotti Head of Government & Security SBU, Planetek Italia Pkm002-02-8.2 Planetek Group Roma Bari Athens 2 Key Numbers year 1994 Planetek Group SME

More information

3D Urban Information Models in making a smart city the i-scope project case study

3D Urban Information Models in making a smart city the i-scope project case study UDC: 007:528.9]:004; 007:912]:004; 004.92 DOI: 10.14438/gn.2014.17 Typology: 1.04 Professional Article 3D Urban Information Models in making a smart city the i-scope project case study Dragutin PROTIĆ

More information

Semantic 3D City Models for Strategic Energy Planning in Berlin & London

Semantic 3D City Models for Strategic Energy Planning in Berlin & London Semantic 3D City Models for Strategic Energy Planning in Berlin & London The content of this presentation is provided by Zhihang Yao, Robert Kaden, and Thomas H. Kolbe Chair of Geoinformatics, TU München

More information

ESRI Survey Summit August Clint Brown Director of ESRI Software Products

ESRI Survey Summit August Clint Brown Director of ESRI Software Products ESRI Survey Summit August 2006 Clint Brown Director of ESRI Software Products Cadastral Fabric How does Cadastral fit with Survey? Surveyors process raw field observations Survey measurements define high-order

More information

ESTABLISHMENT OF KARNATAKA GEOPORTAL AND ITS ROLE IN PLANNING

ESTABLISHMENT OF KARNATAKA GEOPORTAL AND ITS ROLE IN PLANNING ESTABLISHMENT OF KARNATAKA GEOPORTAL AND ITS ROLE IN PLANNING By H. Hemanth Kumar Karnataka State Council for Science & Technology (KSCST), Indian Institute of Science, Bangalore, India Abstract Natural

More information

INTEROPERABLE VISUALIZATION OF 3D CITY MODELS USING OGC S STANDARD 3D PORTRAYAL SERVICE

INTEROPERABLE VISUALIZATION OF 3D CITY MODELS USING OGC S STANDARD 3D PORTRAYAL SERVICE INTEROPERABLE VISUALIZATION OF 3D CITY MODELS USING OGC S STANDARD 3D PORTRAYAL SERVICE A. Koukofikis 1, V. Coors 1, R. Gutbell 2 1 Hochschule für Technik Stuttgart, Faculty Geomatics, Computer Science

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

HTS Cable Integration into Rural Networks with Renewable Energy Resources

HTS Cable Integration into Rural Networks with Renewable Energy Resources Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen HTS Cable Integration into Rural Networks with Renewable Energy Resources Dr.-Ing. Nasser Hemdan Outline Introduction Objectives Network

More information

Geospatial Products V8i (SELECTseries 1)

Geospatial Products V8i (SELECTseries 1) Geospatial Products V8i (SELECTseries 1) Keith Raymond Product Manager Geospatial Desktop Products Presentation Overview What are the various products? Why would you need them? Demonstrations 2 WWW.BENTLEY.COM

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

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

Proceedings, 2012 International Snow Science Workshop, Anchorage, Alaska

Proceedings, 2012 International Snow Science Workshop, Anchorage, Alaska GEOAVALANCHE - SPATIAL DATA INFRASTRUCTURE FOR AVALANCHE AWARENESS WARNING Bartoli F. (*), Geobeyond Srl, Rome, Italy ABSTRACT: Avalanches are a serious problem across the Alps even more in the latest

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

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

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

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri

Web GIS Deployment for Administrators. Vanessa Ramirez Solution Engineer, Natural Resources, Esri Web GIS Deployment for Administrators Vanessa Ramirez Solution Engineer, Natural Resources, Esri Agenda Web GIS Concepts Web GIS Deployment Patterns Components of an On-Premises Web GIS Federation of Server

More information

Web-GIS based Framework for Solid Waste Complaint Management for Sustainable and Smart City

Web-GIS based Framework for Solid Waste Complaint Management for Sustainable and Smart City Cloud Publications International Journal of Advanced Remote Sensing and GIS 2016, Volume 5, Issue 10, pp. 1930-1936 ISSN 2320-0243, DOI: 10.23953/cloud.ijarsg.71 Research Article Open Access Web-GIS based

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

Establishing of fundamentals in building projects using web services

Establishing of fundamentals in building projects using web services Establishing of fundamentals in building projects using web services Dr.-Ing. Michael Petersen, CIP Ingenieurgesellschaft mbh (petersen@cip.de) Dipl.-Ing. Gerrit Seewald, CIP Ingenieurgesellschaft mbh

More information

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview

Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada. Overview Free and Open Source Software for Cadastre and Land Registration : A Hidden Treasure? Gertrude Pieper Espada Overview FLOSS concepts Digital Land Administration systems FLOSS Database alternatives FLOSS

More information

Methodological Chain for Hydrological Management with Web-GIS Applications

Methodological Chain for Hydrological Management with Web-GIS Applications Advances in Geosciences Konstantinos Perakis & Athanasios Moysiadis, Editors EARSeL, 2012 Methodological Chain for Hydrological Management with Web-GIS Applications Alexandros Konstantinidis 1, Eleni Tzanou

More information

SOFTWARE ARCHITECTURE DESIGN OF GIS WEB SERVICE AGGREGATION BASED ON SERVICE GROUP

SOFTWARE ARCHITECTURE DESIGN OF GIS WEB SERVICE AGGREGATION BASED ON SERVICE GROUP SOFTWARE ARCHITECTURE DESIGN OF GIS WEB SERVICE AGGREGATION BASED ON SERVICE GROUP LIU Jian-chuan*, YANG Jun, TAN Ming-jian, GAN Quan Sichuan Geomatics Center, Chengdu 610041, China Keywords: GIS; Web;

More information

REPORT ON INVESTMENTS

REPORT ON INVESTMENTS REPORT ON INVESTMENTS D.T2.3.3 Investments for technical equipment for the implementation of Web-GIS platform in Mantova 1 Local support group designing Mantova Web-GIS platform. Picture by Maria Giulia

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

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

Geoprovisioning delivers geodata and its analysis for specific areas on request.

Geoprovisioning delivers geodata and its analysis for specific areas on request. DRAFT 27 February 2009 Geoprovisioning Geoprovisioning delivers geodata and its analysis for specific areas on request. What are the components of a geoprovisioning service? The sample web site geoprovisioning.com

More information

Visualizing Uncertainty In Environmental Work-flows And Sensor Streams

Visualizing Uncertainty In Environmental Work-flows And Sensor Streams Visualizing Uncertainty In Environmental Work-flows And Sensor Streams Karthikeyan Bollu Ganesh and Patrick Maué Institute for Geoinformatics (IFGI), University of Muenster, D-48151 Muenster, Germany {karthikeyan,pajoma}@uni-muenster.de

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

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? Red text signifies new things in Bentley Map

More information

European Location Framework data in the ArcGIS platform

European Location Framework data in the ArcGIS platform European Location Framework data in the ArcGIS platform Presentation to: Author: Date: INSPIRE Conference 2016 Clemens Portele 26 September 2016 Why ELF? Global (e.g. UN GGIM) Regional Europe (INSPIRE

More information

Techniques for Science Teachers: Using GIS in Science Classrooms.

Techniques for Science Teachers: Using GIS in Science Classrooms. Techniques for Science Teachers: Using GIS in Science Classrooms. After ESRI, 2008 GIS A Geographic Information System A collection of computer hardware, software, and geographic data used together 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

TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES)

TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES) DOI 10.2478/pesd-2018-0036 PESD, VOL. 12, no. 2, 2018 TRANSFORMATION THROUGH CLC WITH THE CONTINUOUS RESEARCH TECHNIQUES - GIS (OPEN CODE) AND RS (GEO-WEB SERVICES) Florim Isufi 1, Shpejtim Bulliqi 2,

More information

Institute of Statistical and Geographical Information of Jalisco State Subnational Statistical and Geographical System India.

Institute of Statistical and Geographical Information of Jalisco State Subnational Statistical and Geographical System India. Institute of Statistical and Geographical Information of Jalisco State Subnational Statistical and Geographical System India. January 2017 Subnational Statistical and Geographical System National Statistical

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

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

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

S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, Prato Italy NcML-G ML : encoding NetCDF datasets using GML S. Nativi*, J. Caron^ and B. Domenico^ * University of Florence at Prato Piazza Ciardi, 25 59100 Prato Italy stefano.nativi@pin.unifi.it ^ Unidata Program

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

DESIGNING AND APPLICATION OF WEB-BASED GEOGRAPHICAL INFORMATION SYSTEM FOR VISUAL ASSESSMENT OF LAND LEVELS

DESIGNING AND APPLICATION OF WEB-BASED GEOGRAPHICAL INFORMATION SYSTEM FOR VISUAL ASSESSMENT OF LAND LEVELS DOI: 10.21917/ijsc.2018.0235 DESIGNING AND APPLICATION OF WEB-BASED GEOGRAPHICAL INFORMATION SYSTEM FOR VISUAL ASSESSMENT OF LAND LEVELS Ri NamSong, Choe JongAe and Kim Jonggun Institute of Information

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

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

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

NOKIS an ISO Based Metadata System

NOKIS an ISO Based Metadata System NOKIS an ISO 19115 Based Metadata System Carsten Heidmann BAW Hamburg (Tyskland) Overview Project NOKIS/NOKIS++ NOKIS Editor Metadata Infrastructure Germany NOKIS Tools: Survey Planning Tool Conclusions

More information

Quality of Information collected with the help of Map-Based Questionnaires

Quality of Information collected with the help of Map-Based Questionnaires Quality of Information collected with the help of Map-Based Questionnaires Contents 1. Introduction 2. Case Studie: The Switch Project in Wilhelmsburg 3. The Web Platform 1. Technical Architecture 2. Interactive

More information

ELF products in the ArcGIS platform

ELF products in the ArcGIS platform ELF products in the ArcGIS platform Presentation to: Author: Date: NMO Summit 2016, Dublin, Ireland Clemens Portele 18 May 2016 The Building Blocks 18 May, 2016 More ELF users through affiliated platforms

More information

The Challenge of Geospatial Big Data Analysis

The Challenge of Geospatial Big Data Analysis 288 POSTERS The Challenge of Geospatial Big Data Analysis Authors - Teerayut Horanont, University of Tokyo, Japan - Apichon Witayangkurn, University of Tokyo, Japan - Shibasaki Ryosuke, University of Tokyo,

More information

Lecture 11. Data Standards and Quality & New Developments in GIS

Lecture 11. Data Standards and Quality & New Developments in GIS Lecture 11 Data Standards and Quality & New Developments in GIS Lecture 11: Outline I. Data Standards and Quality 1. Types of Spatial Data Standards 2. Data Accuracy II. New Developments/The Future of

More information

3D-geodata infrastructure in the city of coburg - Origin process und vision. INGeoForum e.v. Open Geospatial Consortium

3D-geodata infrastructure in the city of coburg - Origin process und vision. INGeoForum e.v. Open Geospatial Consortium INGeoForum e.v. Open Geospatial Consortium at Fraunhofer Institut for Computer Graphics in Darmstadt 3D-geodata infrastructure in the city of coburg - Origin process und vision 29. September 2009 Requirements

More information

INTRODUCTION TO GIS. Dr. Ori Gudes

INTRODUCTION TO GIS. Dr. Ori Gudes INTRODUCTION TO GIS Dr. Ori Gudes Outline of the Presentation What is GIS? What s the rational for using GIS, and how GIS can be used to solve problems? Explore a GIS map and get information about map

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

The Geo Web: Enabling GIS on the Internet IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center.

The Geo Web: Enabling GIS on the Internet IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center. The Geo Web: Enabling GIS on the Internet IT4GIS Keith T. Weber, GISP GIS Director ISU GIS Training and Research Center In the Beginning GIS was independent The GIS analyst or manager was typically a oneperson

More information

GIS Software. Evolution of GIS Software

GIS Software. Evolution of GIS Software GIS Software The geoprocessing engines of GIS Major functions Collect, store, mange, query, analyze and present Key terms Program collections of instructions to manipulate data Package integrated collection

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

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

ArcGIS Deployment Pattern. Azlina Mahad

ArcGIS Deployment Pattern. Azlina Mahad ArcGIS Deployment Pattern Azlina Mahad Agenda Deployment Options Cloud Portal ArcGIS Server Data Publication Mobile System Management Desktop Web Device ArcGIS An Integrated Web GIS Platform Portal Providing

More information

Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen

Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen Platzhalter für Bild, Bild auf Titelfolie hinter das Logo einsetzen PARAMetric UNCertainties, Budapest STOCHASTIC PROCESSES AND FIELDS Noémi Friedman Institut für Wissenschaftliches Rechnen, wire@tu-bs.de

More information

THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION

THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION HE Ya-wen a,b,c, SU Fen-zhen a, DU Yun-yan a, Xiao Ru-lin a,c, Sun Xiaodan d a. Institute

More information

Challenges and Issues for Regional Geoportal on Disaster Data Sharing - from Perspective of China

Challenges and Issues for Regional Geoportal on Disaster Data Sharing - from Perspective of China The 3 rd UN-GGIM-AP Plenary Meeting Challenges and Issues for Regional Geoportal on Disaster Data Sharing - from Perspective of China ZHOU Xu, Vice Chair of WG2 National Geomatics Center of China Outline

More information

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE

GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE GOVERNMENT GIS BUILDING BASED ON THE THEORY OF INFORMATION ARCHITECTURE Abstract SHI Lihong 1 LI Haiyong 1,2 LIU Jiping 1 LI Bin 1 1 Chinese Academy Surveying and Mapping, Beijing, China, 100039 2 Liaoning

More information