PostGIS Data Integration



Similar documents
Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5

Frank Warmerdam President, OSGeo

Introduction to Using PostGIS Training Workbook Last Updated 18 June 2014

UK Location Programme

G-Cloud Service Definition Cadcorp Web Map Layers

SQL SUPPORTED SPATIAL ANALYSIS FOR WEB-GIS INTRODUCTION


GetLOD - Linked Open Data and Spatial Data Infrastructures

Introduction to PostGIS

Building a Spatial Database in PostgreSQL

ishare in the Cloud Service Definition v5.0

A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE. Santosh Gaikwad* and S Narendra Prasad**

An Introduction to Open Source Geospatial Tools

Oklahoma s Open Source Spatial Data Clearinghouse: OKMaps

ARCHITECTURE OF INTEGRATED GIS AND GPS FOR VEHICLE MONITORING

Introduction to the Mapbender OWS Security Proxy

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

Oracle8i Spatial: Experiences with Extensible Databases

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

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

ADVANCED DATA STRUCTURES FOR SURFACE STORAGE

What's new in gvsig Desktop 2.0

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

Data Modeling Basics. John Auel GIS Technician II United Services Group

Open Source tools for geospatial tasks

Building Geospatial Business Intelligence Solutions with Free and Open Source Components

Cloud-based Infrastructures. Serving INSPIRE needs

Administering your PostgreSQL Geodatabase

Cloud application for water resources modeling. Faculty of Computer Science, University Goce Delcev Shtip, Republic of Macedonia

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

GeoKettle: A powerful open source spatial ETL tool

Mastering Advanced GeoNetwork

Geodatabase Programming with SQL

ArcGIS 10.1 Geodatabase Administration. Gordon Sumerling & Christopher Brown

What s new in Carmenta Server 4.2

ELECTRONIC JOURNAL OF POLISH AGRICULTURAL UNIVERSITIES

Open source geospatial Business Intelligence (BI) in action!

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

Institute of Computational Modeling SB RAS

Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case of Morocco

ArcGIS Online School Locator

Future Trends in Geospatial Data Management Process Squadron Leader Mudit Mathur

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

Creating a File Geodatabase

Adoption of open source GIS in South Africa: some case studies

Step by Step Guide for GIS Cloud Applications

Android Application Development for Data Capturing and Mapping Land Features: A mapping and project monitoring tool for Phil-LiDAR 2.B.

EXPLORING AND SHARING GEOSPATIAL INFORMATION THROUGH MYGDI EXPLORER

Insight for location-powered decision making.

GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano

Big Data: Using ArcGIS with Apache Hadoop. Erik Hoel and Mike Park

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

DEVELOPMENT AND COMPARISON OF OPEN SOURCE BASED WEB GIS FRAMEWORKS ON WAMP AND APACHE TOMCAT WEB SERVERS

National critical geo infrastructure runs on open source database PostGIS

Geography 676 Web Spatial Database Development and Programming

BIM FOR GEO-ANALYSIS (BIM4GEOA): SET UP OF 3D INFORMATION SYSTEM WITH OPEN SOURCE SOFTWARE AND OPEN SPECIFICATION (OS).

OpenGeo Suite for Linux Release 3.0

There are various ways to find data using the Hennepin County GIS Open Data site:

GeoMedia Smart Client

Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project

Leveraging Cloud-Based Mapping Solutions

Validation and automatic repair of two- and three-dimensional GIS datasets

Archival Challenges Associated with the Esri Personal Geodatabase and File Geodatabase Formats

INSPIRE in practice: Experiences with INSPIRE data and services

Introduction to Spatial Data Management with Postgis. Spatial Data Management

PROPOSAL OF 3D GIS FOR SPATIAL DATA VISUALIZATION AND ANALYSIS OVER INTERNET

Big Data Spatial Analytics An Introduction

13/10/2011. Data Integration and Interoperability. Gordon Sumerling & Maree Wilson

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

INTRODUCTION TO ARCGIS SOFTWARE

Open Source GIS The Future?

Using Mobile GIS for Water Networks Management The Open Source Approach

ABSTRACT INTRODUCTION OVERVIEW OF POSTGRESQL AND POSTGIS SESUG Paper RI-14

A water network in QGIS

SDWM: An Enhanced Spatial Data Warehouse Metamodel

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

Abstract. Introduction

ArcGIS Viewer for Silverlight An Introduction

Use of NASA World Wind Java SDK for Three-Dimensional Accessibility Visualization of Remote Areas in Lao P.D.R.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

Enhancing IMS QTI assessment with web maps. José Bouzo, Helena Batlle, Toni Navarrete, Josep Blat

Editing Strategies for Enterprise Geodatabase

CAPRA Software Gabriel Bernal ITEC SAS - ERN-AL Consortium

GeoPackage, The Shapefile Of The Future

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

Transcription:

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 use PostgreSQL/PostGIS? GIS use at Plus Dane Group Data Integration and Display on SIS

Plus Dane Group who we are Over 16,000 homes in ownership across Merseyside and Cheshire Sunday Times Top 100 Company Employ 500+ Asset value of over 500m Turnover of over 52m

What is a spatial Database? A database designed to store and analyse geometric data. i.e. Points, Lines and Polygons Stores Geometries/Features Uses Spatial Indexes to speed up database functions Uses typical SQL queries such as SELECT In addition can also perform a wide variety of spatial functions:

What is a spatial Database? Example spatial query types: Measurement: Distances between lines, points and polygons etc Functions: Buffers, Intersecting features etc Predicates: i.e.: Is there a void within x distance of an ASB case

What is a spatial Database? Spatial Database examples: All compatible with Cadcorp SIS

PostgreSQL/PostGIS PostgreSQL free, open source software Being developed for over 22 years 1988 First Prototype Evolved from the Ingres project at the University of California 1993 v4 released, initial project ended 1996 First open source version 2010 v9 released Software developed and maintained by database developers and volunteers from around the world

PostgreSQL/PostGIS PostGIS Spatial database extender for PostgreSQL 2001 First released Developed by Refractions Research under the GNU (General Purpose Licence) 2006 OGC Certification Certified as a Compliant Simple Features for SQL database by the OGC (Open Geospatial Consortium) 2010 Version 1.5.2 released

PostgreSQL/PostGIS Main benefits of PostGIS: GNU General Public Licence OGC Compliant since 2006 Performance maximised through efficient representations of geometry Gives performance gains over rival systems Full set of geometry query functions Accessed via other applications using SQL i.e. Scripts, desktop Apps, other databases, Web services etc

PostgreSQL/PostGIS Main benefits of PostGIS continued: Spatial Analysis Advanced Spatial Analysis Spatial Joins, Intersections, Polygon Building etc. Also implements much of the ISO SQL Multimedia standards for Geospatial functionality

PostgreSQL/PostGIS Who is using PostGIS? Over 800 downloads a month Major organisations rely on PostGIS for their business:

Why use PostGIS with Cadcorp 2 nd Company in the world to support it Helped to fund development Knowledgeable support staff Provides desktop read/write support Straightforward to use via SIS

Why use PostGIS with Cadcorp Latest supported versions of Postgres/PostGIS with Cadcorp SIS: SIS 6.2 : 8.3.1/1.3.3 SIS 7: 8.3.1/1.3.3 8.4.1 / 1.4 SIS 7 SR2 : 8.3.1/1.3.3 8.4.1 / 1.4 8.4.4/1.5.1

Plus Dane Group s GIS Cadcorp SIS Desktop since 2009 Geognosis Editor/Viewer Application msis Operates Across LAN to six offices 100+ users All staff have access

Plus Dane Group s GIS Wide variety of applications and uses: Land Ownership Grounds Maintenance Income Maximisation Property Maintenance Complaints Neighbourhood Sustainability Repairs Development

Plus Dane Group s GIS Need to integrate data from a wide variety of systems & sources: Use PostgreSQL/Post to store and analyse this data.

PostGIS Data Integration & Display on SIS

Example Script "C:\Program Files (x86)\postgresql\8.3\bin\ psql.exe" -h localhost -U postgres -d postgis -f "C:/Postgres Files/create_tables.sql"

Example Script delete from uh_propertydata; \copy uh_propertydata FROM 'C:\postgres files\uh_extracts\propert ydata.csv' with csv HEADER

PostGIS Data Integration & Display on SIS PostGIS holds Plus Dane Group addresses in a spatial table Use views to combine and query the data imported into PostgreSQL/PostGIS Combined with Address table to spatialise the data Views are virtual tables composed of the results of a table

DEMO

Thank you Any questions? Alex Hill 01260 288228 alex.hill@neighbourhoodinvestor.com