National critical geo infrastructure runs on open source database PostGIS

Size: px
Start display at page:

Download "National critical geo infrastructure runs on open source database PostGIS"

Transcription

1 National critical geo infrastructure runs on open source database PostGIS TU Delft Geomatics Open Guest Lecture March 21st 2011 Thijs Brentjens

2 Who am I? TU Delft MSc Geodetic Engineering (2004) Thesis: Web Feature Services GIS Software engineer Freelancer 2007 Member OpenGeoGroep Open standards Open source

3 Contents National critical geo infrastructure runs on open source database PostGIS

4 Contents Geo infrastructure PostGIS in geo infrastructure: Usage on PostGIS Case: PDOK BAG: Postgis and authentic register Extras

5 Geo infrastructure Spatial information is crucial in modern society, for example:...

6 Geo infrastructure Spatial information is crucial in modern society, for example: Spatial planning Environmental issues Registrations / public authorities Agriculture Navigation --> To make modern information society work (and fun)

7 How could we efficiently and effectively provide spatial data for this?

8 Geo infrastructure Need to re-use, share up-to-date data Enabled by a geo information infrastructure

9 Geo infrastructure Some current driving programmes in NL: From a bit earlier (and still running): Authentic registers INSPIRE PDOK WION, Spatial planning (RO Online),... Web developments, mobile

10 Geo infrastructure There is a need for geodata for critical applications From mixed sources Data is more and more available An infrastructure to facilitate this is evolving

11 What is such a geo infrastructure in practice? (in terms of technical components)

12 Geo infrastructure Basically: Spatial datasets Offered by standards based webservices Described in (and searchable through) metadata Consumed by client applications Web Desktop Mobile

13 Geo infrastructure Simplified architecture: Clients Webservices Metadata Spatial datasets Metadata

14 Geo infrastructure 100s services already publicly available Services used in many applications Cross-organization: starting

15 PostGIS in geo infrastructure

16 PostGIS PostGIS adds support for geographic objects to the PostgreSQL objectrelational database. Spatial spatial Able to analyze data types, spatial functions, indexing for PostgresSQL store, query, manipulate and geospatial data (and more)

17 Applications using PostGIS Clients Webservices Metadata Spatial datasets Metadata

18 Applications using PostGIS Data store for webservices: UMN Mapserver Geoserver Deegree ESRI ArcGIS Server Intergraph GeoMedia WebMap...others...

19 Applications using PostGIS Desktop: Qgis Udig OpenJUMP Intergraph GeoMedia... others..

20 Applications using PostGIS PostGIS often used for: Storage Retrieval (querying) Some data processing Also: On-the-fly reprojection Specialist GIS / geometric analysis Geometric validation...

21 PDOK and PostGIS

22 Projects: PDOK Who, why and what: project backgrounds How Postgis is used Next challenges

23 Projects: PDOK Publieke Dienstverlening op de Kaart (in English Public Service on the Map ) Organisations joint forces the Dutch Cadastre the Ministry of Economic Affairs, Agriculture and Innovation the Ministry of Infrastructure and the Environment TNO, an independent research organisation

24 Projects: PDOK Serve a core set of geographic data to other governments Because of: the need to reduce government expenditure to make national geographic data services widely accessible to each other and (possibly) society in order to improve public services to address requirements set forth in INSPIRE Very important contribution national geo infrastructure

25 Projects: PDOK Central and decentral services

26 Projects: PDOK Example of datasets: Authentic register for topographic data (BasisRegistratie Topografie (BRT))

27 Projects: PDOK Top10NL

28 Projects: PDOK Administrative borders Natura2000 Geology Addresses: ACN, later Authentic register (BAG) Transport networks Currently ~10 new datasets being added Many more from PDOK partners planned, this year and beyond

29 Projects: PDOK Offer data-delivery services For many users From several data providers High level requirements: High performance High availability (7x24h) Emergency services

30 Projects: PDOK Guiding principles central services: components based proven solutions / best practices use Open Source software components account for future growth open standards existing software components Keep It Simple principle: only design for things that are needed in the phase of the implementation.

31 Projects: PDOK Central service components

32 Projects: PDOK Why Postgis for central services? Amongst others: PostGIS is able to do what is needed Proven: many examples, also big infrastructures IGN for example Scalable. Technically and license-wise. Open source software (OSS) Other software supports PostGIS well Other dbmsses would have been possible too, but PostGIS the best choice

33 PostGIS usage in PDOK

34 PostGIS usage in PDOK Storage & loading data Querying & optimizations Users (autorization) Scalability & deployment

35 PostGIS usage in PDOK Storage currently (March 2011): Vector data around 25 GB vector data in PDOK central services Example: Top10NL = 6Gb Growing Schemas: per dataset, public only for generic objects (tables geometry_columns, functions) Chosen for one geom per table

36 PostGIS usage in PDOK Import: use unique table for import, suffix _imp Load data: check on valid geometry result in valid -column Use views to publish to web View Valid Table_imp Valid geometries only Column aliasses Data Source

37 PostGIS usage in PDOK Querying: what kind of queries?

38 PostGIS usage in PDOK Queries mostly: create a map Many spatial intersects (bbox / polygon). Sometimes more: administrative constraints (classification), scale dependency (e.g. roads classfication) Reproject coordinates on-the-fly

39 PostGIS usage in PDOK SELECT "gid",encode(st_asbinary(st_force_2d("the_geom ")),'base64') as "the_geom" FROM "grenzen"."cbs_wijken" WHERE "the_geom" && ST_GeomFromText( 'POLYGON (( , , , , ))', 28992)

40 PostGIS usage in PDOK Tuning for querying: Indexing: geometry is essential! primary key (default indexed by PostGIS) foreign keys (PDOK: not many now) indices for known searches For now sufficient, because webservices are using more resources than database

41 PostGIS usage in PDOK PostGIS spatial indexing used: GiST-index, Generalized Search Tree to speed up searches on irregular data structures Indexes break up data into: "things to one side" "things which overlap" "things which are inside"

42 PostGIS usage in PDOK Two advantages over R-Tree indexes: "null safe" Only store the "important" part in an index. --> spatial objects: the bounding box. Why? GIS objects larger than 8K cause R-Tree indexes to fail in the process of being built. create index geoname_geom_idx on geoname using gist (the_geom);

43 PostGIS usage in PDOK Geometry Relationship Functions, include implicit bounding box overlap operators exceptions of ST_Disjoint and ST_Relate very fast searches / processing

44 PostGIS usage in PDOK User roles Default: only postgres ( admin ) Added: owner of all tables Read access only Also for more specific usage, depending on requirements

45 PostGIS usage in PDOK Deployment & scalability Simplified production view (currently) Webservices Webservices Server 1 Server n Webservices Farm All data Server db

46 PostGIS usage in PDOK Deployment using development street Many servers involved Webservices Webservices OK Development Webservices OK Test Webservices OK Acceptance Production Data import Data Sources

47 PostGIS usage in PDOK Upcoming challenges database in PDOK: More datasets --> consequences? More updates --> consequences? Temporal data & store history? Solutions will depend on requirements

48 PostGIS usage in PDOK Some options: more database servers & replication? split up databases? --> more database instances More tuning for performance?

49 BAG: Example Authentic Register

50 BAG: Example Authentic Register What is the BAG? Data model BAG in PostGIS Model & database Temporal aspects

51 What is the BAG? Authentic Register All official buildings and addresses of NL Municipalities provide & maintain data Centralized services for access / delivery (XML) Currently being implemented Mandatory to use by this summer for all governments

52 Data model Example: 1 building Many residences With each an address In a street In a city

53 Data Model Data model for delivery / clients Places Streets Addresses Addressable objects: Residences Site (for e.g. caravans) Berths (for ships / boats) Buildings

54 BAG in PostGIS ~ 20 million objects with geom ~ 10 million address references Using BAG Extract tool: Each type a table Relations stored in database --> ~ 1-to-1 translation of model Views for retrieval

55 BAG in PostGIS Example, Verblijfsobject / residence : 1 main table, several tables for references Identification Geometry (polygon) Simple administrative data

56 BAG in PostGIS Temporal: start-date (begindatum), enddate (einddatum) to store history & reconstruct Relations / references to others: Main address (1) --> in table for references Secondary addresses (0-N) --> in table for references Building (1-N) --> table Buildings

57 BAG in PostGIS Views for data access Verblijfsobjectactueel / Current residences : reconstructs main address (using references) Filter on time: now Other views could be defined, as needed

58 BAG in PostGIS Filter on time: now SELECT <verblijfsobject.attributes> FROM verblijfsobject WHERE verblijfsobject.begindatum <= 'now'::text::date AND verblijfsobject.einddatum >= 'now'::text::date

59 BAG in PostGIS Demo:

60 Extras

61 Extras PostGIS (Extra) advanced features & functions Easy export: AsKML(), AsGML() Linear Referencing Routing: PGRouting GIS analyses using database Geography type (calculations over a sphere, e.g. distance)

62 Extras Calculate height profiles, using: Linear Referencing Height contours Geography type (calculations over a sphere, e.g. Distance)

63 Extras Route:

64 Extras Contours:

65 Extras Calculate distances: Intersect of route and contours Distance calculation over line Using geography type (coordinates over sphere, lat/lon) Linear referencing: walk aling a line and use distance from start (or something else) as reference

66 Extras SELECT road_heights.gid,..., ST_line_locate_point(road_geom, road_heights_geom)*st_length(geography(road_geom)) as distancefromstart, road_heights.height, road_heights_geom FROM ( SELECT pb_etappe4.gid,..., contours.height as height, (ST_Dump(ST_Intersection(contours.the_geom, pb_etappe4.the_geom))).geom As road_heights_geom, pb_etappe4.the_geom as road_geom FROM contours INNER JOIN pb_etappe4 ON ST_Intersects(contours.way, pb_etappe4.the_geom) ) As road_heights order by distancefromstart;

67 Extras Result:

68 Extras Distance:

69 Extras Height:

70 Extras Distance and height graph:

71 Extras: performance Performance tips CLUSTERing on geometry indices, to physically reorder the data rows in the index order. Speedup look ups of data on disk -- first, set the geom to not being null alter table planet_osm_line alter the_geom set not null; -- second, cluster on the index-name (of the geom-column) cluster planet_osm_line_index on planet_osm_line;

72 Extras: performance Use and tune tablespaces for particular usage (dynamic datasets vs. static data) Tablespaces define locations in the file system where the files representing database objects can be stored. Different file systems for storage thanks to Agustin Matilla Sanz (Geodan, PDOK)

73 Extras PDOK: Why open source? 1. Requirements mean many servers and processing power needed. Proprietary software is often licensed by number of cores/cpu s which are used by the software simultaneously. A highly scalable system may therefore be confronted with high license costs.

74 Extras PDOK: Why open source? (continued) 2.Open source software components will not provide all functionality which is required by PDOK, but this will also be the case with proprietary software. In case of open source there are more means to exert influence on the directions of future developments.

75 Applications using PostGIS Dutch examples (not all infrastructure): Ruimtelijkeplannen.nl national database & web service for all spatial planning PDOK Many datasets Some authentic registers with geometry

76 Applications using PostGIS Waterschapshuis Central Geo facility Kadaster INSPIRE RVOB: real estate of government Police (vtspn) WION decentral systems: provinces Drenthe, Gelderland, Limburg

77 Applications using PostGIS Geo applications in municipalities: Several, e.g. 5 in Land van Cuijk, Maasdonk, Vlaardingen, Maarssen, Barneveld, Arnhem,... Groningen Seaports... and many more

78 Extras Infrastructure is the basic physical and organizational structures needed for the operation of a society or enterprise,[1] or the services and facilities necessary for an economy to function.[2] The term typically refers to the technical structures that support a society, such as roads, water supply, sewers, power grids, telecommunications, and so forth

79 References

PDOK Kaart, the Dutch Mapping API

PDOK Kaart, the Dutch Mapping API PDOK Kaart, the Dutch Mapping API Haico van der Vegt*, Leo van der Sluijs* * Cadastre, Land Registry and Mapping Agency of the Netherlands Abstract. PDOK (public services on the map) is a partnership of

More information

Geo-information in The Hague & National SDI hub PDOK

Geo-information in The Hague & National SDI hub PDOK Geo-information in The Hague & National SDI hub PDOK dr.ir. Friso Penninga senior advisor at Municipality of The Hague & tactical advisor at Geonovum Contents 1. Introduction 2. GI in The Hague a. Overview

More information

GIS Databases With focused on ArcSDE

GIS Databases With focused on ArcSDE Linköpings universitet / IDA / Div. for human-centered systems GIS Databases With focused on ArcSDE Imad Abugessaisa g-imaab@ida.liu.se 20071004 1 GIS and SDBMS Geographical data is spatial data whose

More information

Geodatabase Programming with SQL

Geodatabase Programming with SQL DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with SQL Craig Gillgrass Assumptions Basic knowledge of SQL and relational databases Basic knowledge of the Geodatabase We ll hold

More information

Basics on Geodatabases

Basics on Geodatabases Basics on Geodatabases 1 GIS Data Management 2 File and Folder System A storage system which uses the default file and folder structure found in operating systems. Uses the non-db formats we mentioned

More information

Enabling embedded maps

Enabling embedded maps Enabling embedded maps Case: National geoportal of Finland Antti Rainio National Land Survey of Finland Trends: Web Services, Mapping Mashup, Open Source, Open Data Decentralised data s Service interfaces

More information

An Introduction to Open Source Geospatial Tools

An Introduction to Open Source Geospatial Tools An Introduction to Open Source Geospatial Tools by Tyler Mitchell, author of Web Mapping Illustrated GRSS would like to thank Mr. Mitchell for this tutorial. Geospatial technologies come in many forms,

More information

Introduction to PostGIS

Introduction to PostGIS Tutorial ID: IGET_WEBGIS_002 This tutorial has been developed by BVIEER as part of the IGET web portal intended to provide easy access to geospatial education. This tutorial is released under the Creative

More information

Iraklis Karampourniotis, Zoi Arvanitidou, Ioannis Paraschakis. Using open source software in gis training and education

Iraklis Karampourniotis, Zoi Arvanitidou, Ioannis Paraschakis. Using open source software in gis training and education Iraklis Karampourniotis, Zoi Arvanitidou, Ioannis Paraschakis Using open source software in gis training and education Can open source be used? The question troubling us was Can Open Source Software be

More information

UK Location Programme

UK Location Programme Location Information Interoperability Board Data Publisher How To Guide Understand the background to establishing an INSPIRE View Service using GeoServer DOCUMENT CONTROL Change Summary Version Date Author/Editor

More information

Web Map Service Architecture for Topographic Data in Finland

Web Map Service Architecture for Topographic Data in Finland Web Map Service Architecture for Topographic Data in Finland Teemu Sipilä National Land Survey of Finland Abstract. Since 2012 National Land Survey of Finland has been renewing its web map services and

More information

HydroDesktop Overview

HydroDesktop Overview HydroDesktop Overview 1. Initial Objectives HydroDesktop (formerly referred to as HIS Desktop) is a new component of the HIS project intended to address the problem of how to obtain, organize and manage

More information

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005 Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model An Oracle Technical White Paper May 2005 Building GIS Applications Using the Oracle Spatial Network Data Model

More information

Spatial Database Support

Spatial Database Support Page 1 of 11 Spatial Database Support Global Mapper can import vector data from and export vector data to the following spatial databases: Esri ArcSDE Geodatabase Esri File Geodatabase Esri Personal Geodatabases

More information

SUMMER SCHOOL ON ADVANCES IN GIS

SUMMER SCHOOL ON ADVANCES IN GIS SUMMER SCHOOL ON ADVANCES IN GIS Six Workshops Overview The workshop sequence at the UMD Center for Geospatial Information Science is designed to provide a comprehensive overview of current state-of-the-art

More information

Design/build and visualization of political and social-statistics. statistics geodatabase by open source tools

Design/build and visualization of political and social-statistics. statistics geodatabase by open source tools Design/build and visualization of political and social-statistics statistics geodatabase by open source tools Ferenc Speiser Post-graduate distance learning course in Geoinformatics Contents The goals

More information

ArcGIS. Server. A Complete and Integrated Server GIS

ArcGIS. Server. A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server A Complete and Integrated Server GIS ArcGIS Server enables you to distribute maps, models, and tools to others within your organization

More information

GetLOD - Linked Open Data and Spatial Data Infrastructures

GetLOD - Linked Open Data and Spatial Data Infrastructures GetLOD - Linked Open Data and Spatial Data Infrastructures W3C Linked Open Data LOD2014 Roma, 20-21 February 2014 Stefano Pezzi, Massimo Zotti, Giovanni Ciardi, Massimo Fustini Agenda Context Geoportal

More information

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map!

Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Cookbook 23 September 2013 GIS Analysis Part 1 - A GIS is NOT a Map! Overview 1. A GIS is NOT a Map! 2. How does a GIS handle its data? Data Formats! GARP 0344 (Fall 2013) Page 1 Dr. Carsten Braun 1) A

More information

Bentley ArcGIS. Connector

Bentley ArcGIS. Connector Bentley ArcGIS Connector Introduction ESRI, as a GIS software products company, and Bentley Systems, Incorporated, as a developer of solutions for architecture/engineering/construction (AEC) professionals,

More information

Building a Spatial Database in PostgreSQL

Building a Spatial Database in PostgreSQL Building a Spatial Database in PostgreSQL David Blasby Refractions Research dblasby@refractions.net http://postgis.refractions.net Introduction PostGIS is a spatial extension for PostgreSQL PostGIS aims

More information

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software

Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software Data Integration for ArcGIS Users Data Interoperability Charmel Menzel, ESRI Don Murray, Safe Software Product overview Extension to ArcGIS (optional) Jointly developed with Safe Software Based on Feature

More information

Standards based spatial data management, GIS and web mapping. Spatial data management, analysis & sharing the free & easy way!

Standards based spatial data management, GIS and web mapping. Spatial data management, analysis & sharing the free & easy way! or Spatial data management, analysis & sharing the free & easy way! Premise: Traditional GIS is inherently flawed, especially when it comes to many fisheries/maritime datasets Premise: Traditional GIS

More information

3D Data Management From Point Cloud to City Model GeoSmart Africa 2016, Cape Town

3D Data Management From Point Cloud to City Model GeoSmart Africa 2016, Cape Town 3D Data Management From Point Cloud to City Model GeoSmart Africa 2016, Cape Town Albert Godfrind Spatial Solutions Architect ORACLE Corporation April 13, 2016 Copyright 2014 Oracle and/or its affiliates.

More information

About As. In a team with the best. ESRI Bulgaria is the exclusive distributor of Esri Inc. for Bulgaria. Esri Inc.

About As. In a team with the best. ESRI Bulgaria is the exclusive distributor of Esri Inc. for Bulgaria. Esri Inc. About As ESRI Bulgaria is an IT company, leader in the field of Geographic Information Systems (GIS) on the Bulgarian market. Offering the most advanced high-tech products, solutions and services, ESRI

More information

Web and Mobile GIS Applications Development

Web and Mobile GIS Applications Development Web and Mobile GIS Applications Development Presented by : Aamir Ali Manager Section Head (GIS Software Customization) Pakistan Space and Upper Atmosphere Research Commission (SUPARCO) Geographical Information

More information

10. Creating and Maintaining Geographic Databases. Learning objectives. Keywords and concepts. Overview. Definitions

10. Creating and Maintaining Geographic Databases. Learning objectives. Keywords and concepts. Overview. Definitions 10. Creating and Maintaining Geographic Databases Geographic Information Systems and Science SECOND EDITION Paul A. Longley, Michael F. Goodchild, David J. Maguire, David W. Rhind 005 John Wiley and Sons,

More information

Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5

Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5 Submitted to: Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5 Spatial Data Migration Tools Report May 2, 2007 Table of Contents 1.0 Document Purpose...B-1 2.0 Overview of Spatial Data Migration

More information

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE 1Department of Mathematics, Univerzitni Karel, Faculty 22, JANECKA1, 323 of 00, Applied Pilsen, Michal, Sciences, Czech KARA2 Republic University of West Bohemia, ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

More information

Managing a Geographic Database From Mobile Devices Through OGC Web Services

Managing a Geographic Database From Mobile Devices Through OGC Web Services Managing a Geographic Database From Mobile Devices Through OGC Web Services Nieves R. Brisaboa 1, Miguel R. Luaces 1, Jose R. Parama 1, and Jose R. Viqueira 2 1 Database Laboratory, University of A Coruña,

More information

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown ArcGIS 10.1 Geodatabase Administration Gordon Sumerling & Christopher Brown Key Improvements at ArcGIS 10.1 1. Easier Administration through Graphic Interfaces 2. Greater Seamless integration with Open

More information

Introduction to Using PostGIS Training Workbook Last Updated 18 June 2014

Introduction to Using PostGIS Training Workbook Last Updated 18 June 2014 Introduction to Using PostGIS Training Workbook Last Updated 18 June 2014 Prepared by: Simon Nitz, Senior Technical Consultant Digital Mapping Solutions NZ Limited 2nd Floor, 20 Bridge Street, Ahuriri,

More information

Supported DBMS platforms DB2. Informix. Enterprise ArcSDE Technology. Oracle. GIS data. GIS clients DB2. SQL Server. Enterprise Geodatabase 9.

Supported DBMS platforms DB2. Informix. Enterprise ArcSDE Technology. Oracle. GIS data. GIS clients DB2. SQL Server. Enterprise Geodatabase 9. ArcSDE Administration for PostgreSQL Ale Raza, Brijesh Shrivastav, Derek Law ESRI - Redlands UC2008 Technical Workshop 1 Outline Introduce ArcSDE technology for PostgreSQL Implementation PostgreSQL performance

More information

How To Use Arcgis For Free On A Gdb 2.2.2 (For A Gis Server) For A Small Business

How To Use Arcgis For Free On A Gdb 2.2.2 (For A Gis Server) For A Small Business Esri Middle East and Africa User Conference December 10 12 Abu Dhabi, UAE Understanding ArcGIS in Virtualization and Cloud Environments Marwa Mabrouk Powerful GIS capabilities Delivered as Web services

More information

Administering your PostgreSQL Geodatabase

Administering your PostgreSQL Geodatabase Jim Gough and Jim McAbee jgough@esri.com jmcabee@esri.com Agenda Workshop will be structured in 2 parts Part 1: Scenario Using Postgres for your Enterprise Geodatabase and how to get started. Part 2: Advanced

More information

Performance investigation of selected SQL and NoSQL databases

Performance investigation of selected SQL and NoSQL databases Performance investigation of selected SQL and NoSQL databases Stephan Schmid stephan.schmid@unibw.de Eszter Galicz eszter.galicz@unibw.de Wolfgang Reinhardt wolfgang.reinhardt@unibw.de Abstract In the

More information

GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT

GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Paper Reference No.: PN-253 GIS AS A DECISION SUPPORT FOR SUPPLY CHAIN MANAGEMENT Sanjay Kumar 1 and Suneeta Agrawal 2 1. M. Tech. (GIS & Remote Sensing); GIS Cell; MNNIT, Allahabad, India (E-mail: saj.mnnit@gmail.com)

More information

COURSE CATALOGUE 2013/2014

COURSE CATALOGUE 2013/2014 COURSE CATALOGUE 2013/2014 Field: COMPUTER SCIENCE Programme: Master s Degree Programme in Advanced Programming and Databases Length of studies: 2 years (4 semesters) Number of ECTS Credits: 120 +20 for

More information

Exploring the possibilities of production of a culture codes dataset on cadastral parcel level by making use of external source datasets

Exploring the possibilities of production of a culture codes dataset on cadastral parcel level by making use of external source datasets Exploring the possibilities of production of a culture codes dataset on cadastral parcel level by making use of external source datasets MSc thesis Supervisors: Dr. Jantien Stoter (TU Delft) Ir. Joop van

More information

Publishing geospatial data to the web using the EEA infrastructure

Publishing geospatial data to the web using the EEA infrastructure Publishing geospatial data to the web using the EEA infrastructure *Note: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit (Sebastien.Petit@eea.europa.eu)

More information

WP 3. Elaboration database Architecture Features (Software Architecture Document)

WP 3. Elaboration database Architecture Features (Software Architecture Document) Architecture Features (Software Architecture Document) o Best in class solution, using EC recommendations for IT in this field o Implementation based on free open source o Based on OGC standards, high

More information

Software. PowerExplorer. Information Management and Platform DATA SHEET

Software. PowerExplorer. Information Management and Platform DATA SHEET DATA SHEET PowerExplorer Software Information Management and Platform KEY FEATURES Web-enabled Advanced, ad-hoc query capabilities Spatial E&P data presentation ZGF file import/export Spatializer Tabular

More information

Spatial data models (types) Not taught yet

Spatial data models (types) Not taught yet Spatial data models (types) Not taught yet A new data model in ArcGIS Geodatabase data model Use a relational database that stores geographic data A type of database in which the data is organized across

More information

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract

A Web services solution for Work Management Operations. Venu Kanaparthy Dr. Charles O Hara, Ph. D. Abstract A Web services solution for Work Management Operations Venu Kanaparthy Dr. Charles O Hara, Ph. D Abstract The GeoResources Institute at Mississippi State University is leveraging Spatial Technologies and

More information

Choosing the right GIS framework for an informed Enterprise Web GIS Solution

Choosing the right GIS framework for an informed Enterprise Web GIS Solution 13 ANNUAL INTERNATIONAL CONFERENCE AND EXHIBITION ON GEOSPATIAL INFORMATION TECHNOLOGY AND APPLICATIONS Epicentre; Gurgaon, India; 19-21 January, 2010 Choosing the right GIS framework for an informed Enterprise

More information

ArcGIS Server Implementation HIGHS and lows

ArcGIS Server Implementation HIGHS and lows ArcGIS Server Implementation HIGHS and lows GIS-T March 2011 Eric Abrams Iowa DOT Eric.abrams@dot.iowa.gov Agenda The Problem Timeline Future Discussion/Questions The Problem - 2006 How does Iowa DOT integrate

More information

Data Validation Online References

Data Validation Online References Data Validation Online References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria,

More information

From Business Intelligence to Location Intelligence with the Lily Library

From Business Intelligence to Location Intelligence with the Lily Library From Business Intelligence to Location Intelligence with the Lily Library Matteo Golfarelli Stefano Rizzi Marco Mantovani Federico Ravaldi Agenda Location Intelligence State of the art Lily Features Architecture

More information

Oracle Spatial 10g. An Oracle White Paper August 2005

Oracle Spatial 10g. An Oracle White Paper August 2005 Oracle Spatial 10g An Oracle White Paper August 2005 Oracle Spatial 10g INTRODUCTION Oracle Spatial, an option for Oracle Database 10g Enterprise Edition, includes advanced spatial capabilities to support

More information

Frank Warmerdam President, OSGeo

Frank Warmerdam President, OSGeo PostGIS: A Standards Based Geographic Extension for PostgreSQL Frank Warmerdam President, OSGeo 1 Overview Brief background PostGIS Details PostGIS Ex am ples Survey of Sim ple Features 1.1 Geom etries

More information

PostGIS Data Integration

PostGIS Data Integration PostGIS Data Integration & Display on SIS Alex Hill GIS Manager Contents Plus Dane Group who we are PostGIS Data Integration and Display on SIS What is a Spatial Database? What is PostgreSQL/PostGIS? Why

More information

Analysis of the Free GIS Software Applications in respect to INSPIRE services and OGC standards

Analysis of the Free GIS Software Applications in respect to INSPIRE services and OGC standards Analysis of the Free GIS Software Applications in respect to INSPIRE services and OGC standards Authors: Francesco D'Alesio Peter Hopfgartner Paolo Viskanic June 2011 Executive Summary This document analyses

More information

Buurten van gemeente Groningen

Buurten van gemeente Groningen Page 1 of 7 Buurten van gemeente Groningen Shapefile Tags Buurtindeling Groningen Summary buurtindeling van de gemeente Groningen, buurten zijn samengesteld uit subbuurten Description Het bestand buurtindeling.shp

More information

An Esri White Paper February 2011 Best Practices for Storing the ArcGIS Data Reviewer Workspace in an Enterprise Geodatabase for Oracle

An Esri White Paper February 2011 Best Practices for Storing the ArcGIS Data Reviewer Workspace in an Enterprise Geodatabase for Oracle An Esri White Paper February 2011 Best Practices for Storing the ArcGIS Data Reviewer Workspace in an Enterprise Geodatabase for Oracle Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853

More information

OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS

OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS OPEN STANDARD WEB SERVICES FOR VISUALISATION OF TIME SERIES DATA OF FLOOD MODELS Barend Köbben FRMRC RPA 7 Workshop visualisations and flow simulations as flood risk communication tools

More information

Oracle Database 11g Comparison Chart

Oracle Database 11g Comparison Chart Key Feature Summary Express 10g Standard One Standard Enterprise Maximum 1 CPU 2 Sockets 4 Sockets No Limit RAM 1GB OS Max OS Max OS Max Database Size 4GB No Limit No Limit No Limit Windows Linux Unix

More information

CityGML goes to Broadway

CityGML goes to Broadway CityGML goes to Broadway Thomas H. Kolbe, Barbara Burger, Berit Cantzler Chair of Geoinformatics thomas.kolbe@tum.de September 11, 2015 Photogrammetric Week 2015, Stuttgart The New York City Open Data

More information

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps Presented by: Mike Sharp State Geographic Information Coordinator Oklahoma Office of Geographic Information MAGIC 2014 Symposium April 28-May1,

More information

Cloudant Querying Options

Cloudant Querying Options Cloudant Querying Options Agenda Indexing Options Primary Views/MapReduce Search Geospatial Cloudant Query Review What s New Live Tutorial 5/20/15 2 Reading & Writing Basics POST / /_bulk_docs

More information

Enterprise GIS Solutions to GIS Data Dissemination

Enterprise GIS Solutions to GIS Data Dissemination Enterprise GIS Solutions to GIS Data Dissemination ESRI International User Conference July 13 17, 2009 Wendy M. Turner Senior GIS Engineer & Program Manager Freedom Consulting Group, LLC Building the Enterprise

More information

The GeoMedia Architecture Advantage. White Paper. April 2002. The GeoMedia Architecture Advantage Page 1

The GeoMedia Architecture Advantage. White Paper. April 2002. The GeoMedia Architecture Advantage Page 1 The GeoMedia Architecture Advantage White Paper April 2002 The GeoMedia Architecture Advantage Page 1 Introduction What is wrong with GIS? GIS is primarily about data not software. Data should be independent

More information

Application of GIS Analyzes with Cloud Computing

Application of GIS Analyzes with Cloud Computing ion of GIS Analyzes with Cloud Computing Sevket BEDIROGLU, Volkan YILDIRIM and Selcuk ERBAS (Turkey) Key words: GIS, Cloud Computing, Spatial Cloud Computing SUMMARY Usage of Cloud Computing (CC) has been

More information

HALOGEN. Technical Design Specification. Version 2.0

HALOGEN. Technical Design Specification. Version 2.0 HALOGEN Technical Design Specification Version 2.0 10th August 2010 1 Document Revision History Date Author Revision Description 27/7/09 D Carter, Mark Widdowson, Stuart Poulton, Lex Comber 1.1 First draft

More information

OSM-in-a-box A Ready-Made Highly Configurable Map Server

OSM-in-a-box A Ready-Made Highly Configurable Map Server OSM-in-a-box A Ready-Made Highly Configurable Map Server 1 Prof. Stefan Keller Computer Science Department University of Applied Sciences Rapperswil (CH) www.gis.hsr.ch Contents 2 Motivation The osm2gis

More information

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine.

The Courses. Covering complete breadth of GIS technology from ESRI including ArcGIS, ArcGIS Server and ArcGIS Engine. ESRI India: Corporate profile ESRI India A profile India s Premier GIS Company Strategic alliance between ESRI Inc. and NIIT Technologies Adjudged as India s Best GIS Solutions Company - Map India 2001

More information

SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS INTRODUCTION

SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS INTRODUCTION SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS Jun Wang Jie Shan Geomatics Engineering School of Civil Engineering Purdue University 550 Stadium Mall Drive, West Lafayette, IN 47907 ABSTRACT Spatial analysis

More information

An Esri White Paper August 2009 ArcGIS Server in Practice Series High-Capacity Map Services: A Use Case with CORINE Land-Cover Data

An Esri White Paper August 2009 ArcGIS Server in Practice Series High-Capacity Map Services: A Use Case with CORINE Land-Cover Data An Esri White Paper August 2009 ArcGIS Server in Practice Series High-Capacity Map Services: A Use Case with CORINE Land-Cover Data Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853

More information

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley Oracle Platform GIS & Location-Based Services Fred Louis Solution Architect Ohio Valley Overview Geospatial Technology Trends Oracle s Spatial Technologies Oracle10g Locator Spatial Oracle Application

More information

GeoManitoba Spatial Data Infrastructure Update. Presented by: Jim Aberdeen Shawn Cruise

GeoManitoba Spatial Data Infrastructure Update. Presented by: Jim Aberdeen Shawn Cruise GeoManitoba Spatial Data Infrastructure Update Presented by: Jim Aberdeen Shawn Cruise Organization Overview Manitoba Innovation Energy and Mines Business Transformation and Technology (BTT) Application

More information

GS 440 - It s Not Just a Smallworld Anymore

GS 440 - It s Not Just a Smallworld Anymore GS 440 - It s Not Just a Smallworld Anymore Pat Reid Spatial Business Systems Autodesk Business Unit Director Dennis Beck Spatial Business System CEO Class Summary Overview of integration issue Solutions

More information

GIS Data in ArcGIS. Pay Attention to Data!!!

GIS Data in ArcGIS. Pay Attention to Data!!! GIS Data in ArcGIS Pay Attention to Data!!! 1 GIS Data Models Vector Points, lines, polygons, multi-part, multi-patch Composite & secondary features Regions, dynamic segmentation (routes) Raster Grids,

More information

Abstract. Introduction

Abstract. Introduction Data Replication and Data Sharing Integrating Heterogeneous Spatial Databases Mark Stoakes and Katherine Irwin Professional Services, Safe Software Inc. Abstract Spatial data warehouses are becoming more

More information

Spatial Data Infrastructure. A Collaborative Network

Spatial Data Infrastructure. A Collaborative Network Spatial Data Infrastructure A Collaborative Network Solving Challenges Takes Collaboration Social challenges, environmental issues, and economic downturns all take cooperation to solve. Working together

More information

ArcGIS for. Intelligence

ArcGIS for. Intelligence ArcGIS for ArcGIS for solutions.arcgis.com/intelligence Copyright 2015 Esri. All rights reserved. 146660 DUAL3M7/15rk Briefing Book ArcGIS for Briefing Book ArcGIS Web Application ArcGIS for Create and

More information

E-Commerce and Property Planning

E-Commerce and Property Planning FROM HYBRID MAPPING TO INTEGRATED QUERY AND PROCESSING: TWO SDI CASES FROM THE NETHERLANDS Marian de Vries and Theo Tijssen GIS Technology, Research Institute for Housing, Urban and Mobility Studies/ Faculty

More information

Cloud-based Infrastructures. Serving INSPIRE needs

Cloud-based Infrastructures. Serving INSPIRE needs Cloud-based Infrastructures Serving INSPIRE needs INSPIRE Conference 2014 Workshop Sessions Benoit BAURENS, AKKA Technologies (F) Claudio LUCCHESE, CNR (I) June 16th, 2014 This content by the InGeoCloudS

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) September 2014 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

SIP Expert GUI Generic Use Cases and Requirements

SIP Expert GUI Generic Use Cases and Requirements Data / Storage SIP Back-End Requirements Service / API Tools GUI / Client Project 603587 SIP Expert GUI Generic Use Cases and Requirements This document described the generalised uses cases and related

More information

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases

<Insert Picture Here> Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases Data Management Innovations for Massive Point Cloud, DEM, and 3D Vector Databases Xavier Lopez, Director, Product Management 3D Data Management Technology Drivers: Challenges & Benefits

More information

Managing Large Imagery Databases via the Web

Managing Large Imagery Databases via the Web 'Photogrammetric Week 01' D. Fritsch & R. Spiller, Eds. Wichmann Verlag, Heidelberg 2001. Meyer 309 Managing Large Imagery Databases via the Web UWE MEYER, Dortmund ABSTRACT The terramapserver system is

More information

GeoKettle: A powerful open source spatial ETL tool

GeoKettle: A powerful open source spatial ETL tool GeoKettle: A powerful open source spatial ETL tool FOSS4G 2010 Dr. Thierry Badard, CTO Spatialytics inc. Quebec, Canada tbadard@spatialytics.com Barcelona, Spain Sept 9th, 2010 What is GeoKettle? It is

More information

Testing geospatial database implementations for water data

Testing geospatial database implementations for water data 18 th World IMACS / MODSIM Congress, Cairns, Australia 13-17 July 2009 http://mssanz.org.au/modsim09 Testing geospatial database implementations for water data R. Power Commonwealth Scientific and Industrial

More information

DEVELOPING AND IMPLEMENTING MULTIUSER, FULLY RELATIONAL GIS DATABASE FOR DESKTOP SYSTEMS USING OPEN SOURCE TECHNOLOGIES

DEVELOPING AND IMPLEMENTING MULTIUSER, FULLY RELATIONAL GIS DATABASE FOR DESKTOP SYSTEMS USING OPEN SOURCE TECHNOLOGIES Geographia Technica, Vol. 10, Issue 2, 2015, pp 59 to 65 DEVELOPING AND IMPLEMENTING MULTIUSER, FULLY RELATIONAL GIS DATABASE FOR DESKTOP SYSTEMS USING OPEN SOURCE TECHNOLOGIES Zsolt MAGYARI-SÁSKA 1 ABSTRACT:

More information

CentropeSTATISTICS a Tool for Cross-Border Data Presentation Manfred Schrenk, Clemens Beyer, Norbert Ströbinger

CentropeSTATISTICS a Tool for Cross-Border Data Presentation Manfred Schrenk, Clemens Beyer, Norbert Ströbinger Manfred Schrenk, Clemens Beyer, Norbert Ströbinger (Dipl.-Ing. Manfred Schrenk, Multimediaplan.at, 2320 Schwechat, Austria, schrenk@multimediaplan.at) (Dipl.-Ing. Clemens Beyer, CORP Competence Center

More information

Web-based public participation GIS application - a case study on flood emergency management

Web-based public participation GIS application - a case study on flood emergency management Student thesis series INES nr 263 Web-based public participation GIS application - a case study on flood emergency management Peng Wang 2012 Department of Physical Geography and Ecosystem Science Lund

More information

Open Source tools for geospatial tasks

Open Source tools for geospatial tasks Open Source tools for geospatial tasks Some alternatives to commercial software packages (ricardd@mathstat.dal.ca) Graduate Student Department of Biology Dalhousie University Workshop on Inshore Ecosystems

More information

Point cloud data management Peter van Oosterom, Siva Ravada, Mike Horhammer, Oscar Marinez Rubi, Milena Ivanova, Martin Kodde and Theo Tijssen

Point cloud data management Peter van Oosterom, Siva Ravada, Mike Horhammer, Oscar Marinez Rubi, Milena Ivanova, Martin Kodde and Theo Tijssen Extended abstract for the invited presentation at the IQmulus Workshop on Processing Large Geospatial Data, 8 July 2014, Cardiff, Wales, UK (version 23 May 2014) Point cloud data management Peter van Oosterom,

More information

Database-driven web mapping using jquery, PHP, PostgreSQL & SDE

Database-driven web mapping using jquery, PHP, PostgreSQL & SDE Database-driven web mapping using jquery, PHP, PostgreSQL & SDE By, Jon Nordling, Michael Humber Inbal Becker-Reshef, Brian Barker, Katie McGaughey, Chris Justice University of Maryland College Park http://geoglam-crop-monitor.org/

More information

White Paper A Model Driven Approach to Data Migration

White Paper A Model Driven Approach to Data Migration White Paper A Model Driven Approach to Data Migration This paper describes the approach used by Snowflake Software to migrate data from legacy databases to a new database infrastructure. This process has

More information

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS

Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Institute of Natural Resources Departament of General Geology and Land use planning Work with a MAPS Lecturers: Berchuk V.Y. Gutareva N.Y. Contents: 1. Qgis; 2. General information; 3. Qgis desktop; 4.

More information

How To Improve Gis Data Quality

How To Improve Gis Data Quality An Esri White Paper July 2011 GIS Data Quality Best Practices for Water, Wastewater, and Stormwater Utilities Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL

More information

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS?

Introduction to GIS (Basics, Data, Analysis) & Case Studies. 13 th May 2004. Content. What is GIS? Introduction to GIS (Basics, Data, Analysis) & Case Studies 13 th May 2004 Content Introduction to GIS Data concepts Data input Analysis Applications selected examples What is GIS? Geographic Information

More information

What s new in Carmenta Server 4.2

What s new in Carmenta Server 4.2 What s new in Carmenta Server 4.2 A complete solution for cost-effective visualisation and distribution of GIS data through web services Carmenta Server provides cost-effective technology for building

More information

MrSID Plug-in for 3D Analyst

MrSID Plug-in for 3D Analyst LizardTech MrSID Plug-in for 3D Analyst User Manual Copyrights Copyright 2009 2010 LizardTech. All rights reserved. Information in this document is subject to change without notice. The software described

More information

KEY WORDS: Geoinformatics, Geoinformation technique, Remote Sensing, Information technique, Curriculum, Surveyor.

KEY WORDS: Geoinformatics, Geoinformation technique, Remote Sensing, Information technique, Curriculum, Surveyor. CURRICULUM OF GEOINFORMATICS INTEGRATION OF REMOTE SENSING AND GEOGRAPHICAL INFORMATION TECHNOLOGY Kirsi VIRRANTAUS*, Henrik HAGGRÉN** Helsinki University of Technology, Finland Department of Surveying

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

Questions and Answers for Citrix Ready Software

Questions and Answers for Citrix Ready Software AutoCAD Map 3D 2009 Questions and Answers for Citrix Ready Software AutoCAD Map 3D software is one of the leading engineering platforms for creating and managing spatial data. Bridging the gap between

More information

Using CAD Data in ArcGIS

Using CAD Data in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 27, 2012 Using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support Using CAD Datasets

More information

GeoPackage, The Shapefile Of The Future

GeoPackage, The Shapefile Of The Future FOSS4G 2013 GeoPackage, The Shapefile Of The Future @PirminKalberer Sourcepole AG, Switzerland www.sourcepole.com About Sourcepole > QGIS > Core dev. & Project Steering Commitee > QGIS Server, Printing,

More information

IBM Informix. Reference Documentation on Why Informix Spatial for GIS Projects

IBM Informix. Reference Documentation on Why Informix Spatial for GIS Projects IBM Informix Reference Documentation on Why Informix Spatial for GIS Projects Page 1 of 10 Contents Compliant with OGC... 3 Addressing the SQL standards... 3 Native Spatial, Intuitive Data Types... 3 Powerful

More information