Combining Drupal Content Management System with OGC Web Services

Size: px
Start display at page:

Download "Combining Drupal Content Management System with OGC Web Services"

Transcription

1 Combining Drupal Content Management System with OGC Web Services By Terefe Hanchiso Sodango (Haramaya University, Ethiopia) Dr. U.D. (Ulanbek) Turdukulov & Drs. B.J. (Barend) Köbben(University of Twente, the Netherlands) Presentation for AfricaGIS GSDI 14 Conference, Addis

2 Overview Following the recent developments in web technology, Geographic Information Systems are becoming increasingly web services oriented. OGC Web Services are the essential elements of web GIS. The two main and widely used are WMS and WFS.

3 Obviously as there is a need to share these services on the web, there may be also a need to make systems safe and secured from unauthorized use. Part of the solution is applying different roles, privileges and permission levels to users in order to make the services be accessible and consumable by authorized users only. Presentation for AfricaGIS GSDI 14 Conference, Addis

4 Content Management System is a suitable tool to implement the aforementioned functionality. This study aims at finding the suitable Drupal software stacks for implementing OGC Web Services and access control. Drupal CMS is proposed because it is free, extensible and has a lot of powerful modules for the intended purpose.

5 Various geospatial modules were combined with Drupal CMS for the implementation of WMS, WFS, WFS-T and access control.

6 Some of the tested modules were: Mapping Kit, OpenLayers, Nicemap, Mapbox, MapServer, Mapstraction, OpenLayers KML Layer, Umapper, WMS, WFS, Content Access, Access Control List (ACL), Field Permission and others.

7 Among these, Mapping Kit and OpenLayers were selected for further investigation and implementation in Drupal-6.26 environment. These two modules were selected over others due to their suitability for OGC compliant Web Services (WMS, WFS and WFS-T).

8 On the other hand, Content Access, Access Control Lists and Field Permission modules were selected for access control. A number of other modules which are not listed here were also assessed.

9 To impose the RBAC (Role Based Access Control) on entities (WMS, WFS, WFS-T) three arbitrary additional roles namely: Planner, Resident and Public were created.

10 The roles were assigned with different permission levels in the system based on a usecase scenario assumed by the author. Every Drupal node consisting of WMS, WFS or WFS-T services was set RBAC.

11 For each role, user accounts were created to test functionality of access control. Generally, in this study Drupal stacks which is suitable for serving OGC compliant Web Services and applying access control is selected and implemented.

12 Introduction GIS is becoming Web Service oriented. OWS are the essential elements of web GIS. Since 1994, the OGC issues consensus standards. The OGC has defined standards for Web Map Service (WMS), Web Feature Service (WFS), Web Catalogue Service (CS-W) etc. Two common are WMS and WFS Use interface with a common GetCapabilities operation and use simple HTTP

13 Introduction continued OBJECTIVES Main Objective: To find suitable Drupal stacks for implementation of OGC web services. Specific Objectives: To find suitable Drupal stacks for implementation of OGC web services.and apply role based access control on the services (WMS, WFS and WFS-T).

14 CMS and OGC Web Services OS CMSs can provide security (effective for protection of data). Drupal is a free web-based CMS. It provides frameworks of modular interface. Drupal website is stored and treated as nodes Content Type Node Node Node V i e w s Page Block Block

15 CMS and OGC Web Services Flexibility, robustness, scalability, security and large support base make Drupal popular CMS It has more than 7,004 modules 1 5

16 Assessment of Some Drupal Modules Core modules: are used to offer basic functionalities Content Construction Kit (CCK):Create new content types and extend existing Chaos tool suite: Panels and Views OpenLayers Module: powerful JavaScript library Mapping Kit:It has a collection of modules which support mapping and allow adding geographic capabilities to Drupal.

17 Mapbox: Provides maki styled map layers to OpenLayers. Nicemap: Nicemap is a WMS client for Drupal. It is used to access publicly available NASA s WMS server. Geo Module:This module is used to provide a storage engine and API for geospatial data. Views Module:It is a framework for other modules. It enables users to make lists, tables, maps and other outputs of database queries Content Access Module: Allows managing permission for content types by role.

18 System Architecture IMPLEMENTATION Client application Serevers Interface s Direct Access (WFS-T) MapServer Web Client, OpenLayers WMS Drupal-6.26 WFS Apache Web Server Databases Geo-Database Postgresql/PostGIS File System [vector or raster] (ESRI shape files etc)

19 System Components tested in Drupal 6.26 version

20 Mapping Kit Module Mapping Kit is able to serve WMS from the MapServer application through OGC Get-Capabilities and GetMap requests. E.g. Service: itcnt03/students/sodango27912/www/enschede/ 1.map&SERVICE=WMS&REQUEST=GetMap&Layers=neb ourhood,streets,schools&srs=epsg:28992& Layers: nebourhood,streets,schools Projection: EPSG:28992 Bounding box: ,464000,265700, Queryable: Yes

21 The resulting map of the GetMap Request

22 Mapcontext: Used to provide extent, projection, and the layers to include List of URL, layer names, projection, extent etc

23 The resulting map of the request

24 Inline map Code [map width="600" height="300" layers="1, 2, 3" 1=" itcnt07.itc.nl/cgi-bin/mapserv.exe?map=//sites/default/files/maps/ enschede/ 1.map& EnschedeNeighbourhood nebourhood" 2="wms localhost/cgi-bin/mapserv.exe?map//sites/default/files/maps/ enschede/1.map& Enschede Existing Schools schools" 3="WMS map=//sites/default/files/maps/ enschede/1.map& Enschede Risk Points riskpts" maxextent="246000,464000,265700,479000" class= "align-left" style="border: 2px solid red;" projection="epsg:28992"/]

25 The resulting map of the inline map code

26 Inline map mixed with text class= align-left and class= align-right

27 WFS request

28 WFS request [map context="node/80/enschede Schools" controls="default,statusbar,layerswitcher" layers="1" 1=" default/files/maps/enschede/1.map& Ensch ede Schools Schools maxfeatures=64, extract=true, stylemap= {strokecolor: blue,strokewidth:5,stroke Opacity: 0.5,fillOpacity:0.5}width="600" height="300" /]

29

30 Role Based Access Control (RBAC) set on (WMS, WFS and WFS-T)

31 Access Control is applied on Drupal Entities

32 While Creating User Accounts Role is Assigned

33 Users with Public Role

34 User with Public role can view

35 Users with Resident Role

36 User with Resident role can view but cannot edit WMS, WFS or WFS-T layers.

37 Users with Planner Role

38 Planner can view and edit WMS, WFS or WFS-T layers.

39 Planner Can WFS-T Features

40 Suitable Drupal Stack

41 CONCLUSION AND RECOMMENDATION Conclusion Mapping Kit and OpenLayers are more suitable for serving OGC compliant Web Services. RBAC is applied on OGC Web Services to restrict unauthorized access.

42 Conclusion continued The geospatial and content access modules used were effective and able to perform the proposed functionality. Therefore, the suitable stack is composed of Drupal-6.x, Mapping Kit, OpenLayers, Access Control List, Content Access and Field Permission.

43 Recommendation Mapping Kit and Openlayers modules are recommended for their suitability of serving OGC compliant WMS, WFS and WFS-T. On the other hand to impose access control: Access Control List, Content Access and Field Permission modules are suitable.

44 Recommendation continued Especially, Mapping Kit has many submodules which can provide varieties of mapping services. easy customization of maps It allows maps to be added to contents It has sub-modules which are useful to add content types for mapping. It doesn t require Views module for displaying It has relatively good documentation

45 Recommendation continued Mapping Kit module is not yet developed for Drupal-7.x, therefore, users opting to use Drupal-7.x can consider another approaches too. For example Cartaro is another stack which can give OGC compliant Web Services in Drupal 7.x.

46 Thank You Very Much! Presentation for AfricaGIS GSDI 14 Conference, Addis

47 Presentation for AfricaGIS GSDI 14 Presentation for AfricaGIS GSDI 14 Conference, Addis Conference, Addis

Data Visualization Using Web GIS Software

Data Visualization Using Web GIS Software Data Visualization Using Web GIS Software Tuomas Peltonen Radiation and Nuclear Safety Authority (STUK), Finland NKS NordDSS Workshop, Copenhagen, 1.-2.10.2009 RADIATION AND NUCLEAR SAFETY AUTHORITY Preface

More information

Institute of Computational Modeling SB RAS

Institute of Computational Modeling SB RAS Institute of Computational Modeling SB RAS ORGANIZATION OF ACCESS TO OBSERVATIONAL DATA USING WEB SERVICES FOR MONITORING SYSTEMS THE STATE OF THE ENVIRONMENT Kadochnikov Aleksey A. Russia, Krasnoyarsk

More information

Quality Assessment for Geographic Web Services. Pedro Medeiros (1)

Quality Assessment for Geographic Web Services. Pedro Medeiros (1) Quality Assessment for Geographic Web Services Pedro Medeiros (1) (1) IST / INESC-ID, Av. Prof. Dr. Aníbal Cavaco Silva, 2744-016 Porto Salvo, pmelo.medeiros@gmail.com Abstract Being able to assess the

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

Open Source Software and Open Interoperability Standards at EDINA National Datacentre

Open Source Software and Open Interoperability Standards at EDINA National Datacentre Open Source Software and Open Interoperability Standards at EDINA National Datacentre Joe Vernon November 25, 2009 Slide 1 of 18 Overview of Presentation Introducing EDINA national datacentre Our thoughts

More information

DISMAR implementing an OpenGIS compliant Marine Information Management System

DISMAR implementing an OpenGIS compliant Marine Information Management System DISMAR implementing an OpenGIS compliant Marine Information Management System Éamonn Ó T uama, Coastal & Marine Resources Centre, ERI, University College Cork. DISMAR DISMAR (Data Integration System for

More information

Neues vom QGIS Server und QGIS-Webclient

Neues vom QGIS Server und QGIS-Webclient FOSSGIS 2012 Neues vom QGIS Server und QGIS-Webclient Pirmin Kalberer Sourcepole AG, Pfäffikon SZ www.sourcepole.ch Über Sourcepole > QGIS > Core dev. & Project Steering Commitee > Printing, QGIS Server,

More information

Introduction to the Mapbender OWS Security Proxy

Introduction to the Mapbender OWS Security Proxy Introduction to the Mapbender OWS Security Proxy Arnulf Christl, WhereGroup GmbH & Co. KG, Bonn, Germany 1/16 Agenda 1 Introduction to the Architecture OWS from Bottom Up with the OSGeo SDI Software Stack

More information

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

Cloud application for water resources modeling. Faculty of Computer Science, University Goce Delcev Shtip, Republic of Macedonia Cloud application for water resources modeling Assist. Prof. Dr. Blagoj Delipetrev 1, Assist. Prof. Dr. Marjan Delipetrev 2 1 Faculty of Computer Science, University Goce Delcev Shtip, Republic of Macedonia

More information

Interoperable Solutions in Web-based Mapping

Interoperable Solutions in Web-based Mapping ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Interoperable Solutions in Web-based Mapping Marta Wojnarowska and Bridget

More information

CURSO Inspire INSPIRE. SPEAKER: Pablo Echamendi Lorente. JEUDI 23/ THURSDAY 23 rd W S V : G E O S P A T I A L D A T A A C C E S S

CURSO Inspire INSPIRE. SPEAKER: Pablo Echamendi Lorente. JEUDI 23/ THURSDAY 23 rd W S V : G E O S P A T I A L D A T A A C C E S S CURSO Inspire JEUDI 23/ THURSDAY 23 rd SPEAKER: Pablo Echamendi Lorente WS 5 SCHEDULE WMS OVERVIEW ACTIONS OGC SPECIFICATIONS OTHER SERVICES OVERVIEW proposal: Member States shall establish and operate

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

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

Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project Standardized data sharing through an open-source Spatial Data Infrastructure: the Afromaison project Yaniss Guigoz - University of Geneva/GRID-Geneva 1 EcoARM2ERA and AFROMAISON Why Afromaison in this

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

Investigating Hadoop for Large Spatiotemporal Processing Tasks

Investigating Hadoop for Large Spatiotemporal Processing Tasks Investigating Hadoop for Large Spatiotemporal Processing Tasks David Strohschein dstrohschein@cga.harvard.edu Stephen Mcdonald stephenmcdonald@cga.harvard.edu Benjamin Lewis blewis@cga.harvard.edu Weihe

More information

Correspondence can be sent to: GeoConnections Natural Resources Canada 615 Booth Street Ottawa, Ontario K1A 0E9

Correspondence can be sent to: GeoConnections Natural Resources Canada 615 Booth Street Ottawa, Ontario K1A 0E9 Quick Guide for CGDI Service Compliance Testing and Performance Optimization May 12, 2009 Correspondence can be sent to: GeoConnections Natural Resources Canada 615 Booth Street Ottawa, Ontario K1A 0E9

More information

CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES

CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES CLOUD BASED N-DIMENSIONAL WEATHER FORECAST VISUALIZATION TOOL WITH IMAGE ANALYSIS CAPABILITIES M. Laka-Iñurrategi a, I. Alberdi a, K. Alonso b, M. Quartulli a a Vicomteh-IK4, Mikeletegi pasealekua 57,

More information

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER

INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER INTEROPERABLE IMAGE DATA ACCESS THROUGH ARCGIS SERVER Qian Liu Environmental Systems Research Institute 380 New York Street Redlands, CA92373, U.S.A - qliu@esri.com KEY WORDS: OGC, Standard, Interoperability,

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

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

Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case of Morocco Centre National de l énergie des sciences et techniques nucléaires (CNESTEN-Morocco) Implementation of information system to respond to a nuclear emergency affecting agriculture and food products - Case

More information

PERFORMANCE TESTING OF WEB MAP SERVICES IN THREE DIMENSIONS X, Y, SCALE

PERFORMANCE TESTING OF WEB MAP SERVICES IN THREE DIMENSIONS X, Y, SCALE , DOI: 10.2478/sjce-2013-0005 Dušan CIBULKA PERFORMANCE TESTING OF WEB MAP SERVICES IN THREE DIMENSIONS X, Y, SCALE Abstract Dušan CIBULKA Email: dusan.cibulka@gmail.com, dusan.cibulka@zymestic.sk Research

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

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

Open Source Visualisation with ADAGUC Web Map Services

Open Source Visualisation with ADAGUC Web Map Services Open Source Visualisation with ADAGUC Web Map Services Maarten Plieger Ernst de Vreede John van de Vegte, Wim Som de Cerff, Raymond Sluiter, Ian van der Neut, Jan Willem Noteboom 1 ADAGUC project Cooperative

More information

MapServer and OGC Standards in real life (and saving real lives) Daniel Morissette, Mapgears dmorissette@mapgears.com

MapServer and OGC Standards in real life (and saving real lives) Daniel Morissette, Mapgears dmorissette@mapgears.com MapServer and OGC Standards in real life (and saving real lives) Daniel Morissette, Mapgears dmorissette@mapgears.com 1 Mapgears Team of MapServer experts (we're the developers) assisting application developers

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

WEB MAPPING WITH DRUPAL Ranel O. Padon

WEB MAPPING WITH DRUPAL Ranel O. Padon WEB MAPPING WITH DRUPAL Ranel O. Padon WHY WEB? connectivity & interaction WHY CMS? WHY CMS? WHY CMS? WHY CMS? WHY CMS? WHY PHP? used by almost 30 Million websites around the world. http://trends.builtwith.com/framework/php

More information

GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano

GEOENGINE MSc in Geomatics Engineering, Master Thesis Gina Campuzano Master Thesis Gina CAMPUZANO Gina Campuzano Development of a GIS web application as a tool for learning of environmental protection -Comparison between MapServer and GeoServer constructing a tool for not

More information

INSPIRE in practice: Experiences with INSPIRE data and services

INSPIRE in practice: Experiences with INSPIRE data and services INSPIRE in practice: Experiences with INSPIRE data and services Peter Parslow Principal Geographic Information Architect June 2014: ISO TC211 Standards in Practice workshop What s INSPIRE? European Commission

More information

SuperGIS Server 3.2 Standard Edition Specification

SuperGIS Server 3.2 Standard Edition Specification SuperGIS Server 3.2 Standard Edition Specification 20140826 Specification 1. All of the services support SOAP (Simple Object Access Protocol). 2. Use map file created by SuperGIS Desktop as map services

More information

Green Move Web Viewer: critical issues and implementation

Green Move Web Viewer: critical issues and implementation GIT Geology and Information Technology 8a Riunione del Gruppo di Geologia informatica Sezione della Società Geologica Italiana Chiavenna, 17-19 giugno 2013 Polo Territoriale di Como Laboratorio di Geomatica

More information

HANDS-ON WORKSHOP TOOLS FOR SPATIAL DATA VISUALIZATION: Using selected Open Source tools and Open Data to visualize your own spatial data

HANDS-ON WORKSHOP TOOLS FOR SPATIAL DATA VISUALIZATION: Using selected Open Source tools and Open Data to visualize your own spatial data HANDS-ON WORKSHOP TOOLS FOR SPATIAL DATA VISUALIZATION: Using selected Open Source tools and Open Data to visualize your own spatial data Barend Köbben Version 1.0 December 12, 2012 Contents 1 Open Data:

More information

BEYOND RESPONSIVE. by Marcus Morba (drupal.org/user/710680 = mori) Sunday 24 November 13

BEYOND RESPONSIVE. by Marcus Morba (drupal.org/user/710680 = mori) Sunday 24 November 13 BEYOND RESPONSIVE by Marcus Morba (drupal.org/user/710680 = mori) 1 my first responsive mobile experience was in 2004 2 2 target devices target resolutions: 240 x 320 and 480 x 640 one code base for layout

More information

Data interchange between Web client based task controllers and management information systems using ISO and OGC standards

Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Michael Nørremark 1*, Ole Jørgensen 1, Jens Bligaard 2 and Claus G. Sørensen 1

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

Secure your GIS. Protecting GIS applications suites. camptocamp / 9. septembre 2010 / www.camptocamp.com / info@camptocamp.com

Secure your GIS. Protecting GIS applications suites. camptocamp / 9. septembre 2010 / www.camptocamp.com / info@camptocamp.com Secure your GIS Protecting GIS applications suites camptocamp / 9. septembre 2010 / www.camptocamp.com / info@camptocamp.com Outline - Camptocamp SA - Introduction Green field Heterogenous FOSS applications

More information

Documentation of open source GIS/RS software projects

Documentation of open source GIS/RS software projects Contract no. Workpackage Delivery Delivery Date 030776 WP1 D1.6 2007-07-02 CASCADOSS Development of a trans-national cascade training programme on Open Source GIS&RS Software for environmental applications

More information

VISUAL INSPECTION OF EO DATA AND PRODUCTS - OVERVIEW

VISUAL INSPECTION OF EO DATA AND PRODUCTS - OVERVIEW WMS services from the EUMETSAT real-time Image Gallery Uwe Voges (1), Michael Schick (2), Udo Einspanier (1) (1) con terra GmbH Martin-Luther-King-Weg 24, 48155, Münster, Germany EMail: (U.Voges U.Einspanier)@conterra.de

More information

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Leibniz Universität Hannover, Germany

12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Leibniz Universität Hannover, Germany 12th AGILE International Conference on Geographic Information Science 2009 page 1 of 5 Web-based GIS Solution for Electric Power Supply Network Data Management Miloš Bogdanović, Aleksandar Stanimirović,

More information

Design Requirements for an AJAX and Web-Service Based Generic Internet GIS Client

Design Requirements for an AJAX and Web-Service Based Generic Internet GIS Client 11th AGILE International Conference on Geographic Information Science 2008 Page 1 of 6 Design Requirements for an AJAX and Web-Service Based Generic Internet GIS Client Edward Nash 1, Peter Korduan 1,

More information

From Geoportal to Spatial Data Service Platform. Jani Kylmäaho National Land Survey of Finland Development Centre

From Geoportal to Spatial Data Service Platform. Jani Kylmäaho National Land Survey of Finland Development Centre From Geoportal to Spatial Data Service Platform Jani Kylmäaho National Land Survey of Finland Development Centre 29.6.2012 Introduction National Land Survey of Finland - 1900 employees Development Centre

More information

Centre for EcologicalNoosphere Studies NAS RA CENS

Centre for EcologicalNoosphere Studies NAS RA CENS SCOPES 2009-2012 Scientific Co-operation between Eastern Europe and Switzerland Accessing Armenian Environmental data through CENS Spatial Data Infrastructure Centre for EcologicalNoosphere Studies NAS

More information

Statusreport MapServer

Statusreport MapServer Statusreport MapServer Version 7.0 Wir erschließen das räumliche Potenzial Ihrer Daten. Seit 1997 GIS- und WebGIS-Projekte mit freier Software Entwicklung Anpassung Support Schulungen Wir erschließen das

More information

The ORIENTGATE data platform

The ORIENTGATE data platform Seminar on Proposed and Revised set of indicators June 4-5, 2014 - Belgrade (Serbia) The ORIENTGATE data platform WP2, Action 2.4 Alessandra Nuzzo, Sandro Fiore, Giovanni Aloisio Scientific Computing and

More information

AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE

AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE T. Westin a, *, C. Caspar b, L. Edgardh a, L. Schylberg c a Spacemetric AB, Tingsv 19, 19161 Sollentuna, Sweden - tw@spacemetric.se b ESA Esrin,

More information

Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data

Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data UNEP/GRID- Geneva 27/06/2013 ABOUT THIS DOCUMENT A technical

More information

NatureServe s Environmental Review Tool

NatureServe s Environmental Review Tool NatureServe s Environmental Review Tool A Repeatable Online Software Solution for Agencies For More Information, Contact: Lori Scott Rob Solomon lori_scott@natureserve.org rob_solomon@natureserve.org 703-908-1877

More information

Cloud-based Linked Data Geoprocessing: Implementing Kriging as WPS on the Cloud

Cloud-based Linked Data Geoprocessing: Implementing Kriging as WPS on the Cloud Cloud-based Linked Data Geoprocessing: Implementing Kriging as WPS on the Cloud Elias Grinias Department of Civil Engineering, Surveying and Geomatics, TEI of Central Macedonia and Dimitris Kotzinos ETIS

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 Choosing the right GIS framework for an informed Enterprise Web GIS Solution Written By Sneha Rao (srao@ciesin.columbia.edu) and Sri Vinay (sri@ciesin.columbia.edu) CIESIN, Columbia University & NASA New

More information

ArcGIS Viewer for Silverlight An Introduction

ArcGIS Viewer for Silverlight An Introduction Esri International User Conference San Diego, California Technical Workshops July 26, 2012 ArcGIS Viewer for Silverlight An Introduction Rich Zwaap Agenda Background Product overview Getting started and

More information

Introduction to Web-based GIS

Introduction to Web-based GIS 1. Overview Introduction to Web-based GIS by Tara Athan tara_athan@alt2is.com 1-707-485-1198 Web-based GIS differs from traditional GIS or paper maps in several important ways that may at times be advantageous

More information

GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services

GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services GEO 425, Spring 2012 LAB 3: Introduction to Web Map Services Objectives: If you have your own web server, it's great to be able to host your own geospatial data. That data can then be accessed through

More information

DataTube: web services voor data

DataTube: web services voor data DataTube: web services voor data Gerben de Boer Onno van de Akker Gerrit Hendriksen Deltares, Matroos Deltares, FEWS Deltares, NHI FEWS & Matroos: database > viewers VIEWER client 3 rd party viewer Matroos

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

Integrating AJAX Approach into GIS Visualization Web Services

Integrating AJAX Approach into GIS Visualization Web Services Integrating AJAX Approach into GIS Visualization Web Services Ahmet Sayar 1, 2, *, Marlon Pierce 1 1, 2, 3, 4 and Geoffrey Fox 1 Community Grids Lab, Indiana University, Bloomington, Indiana, 47404, USA

More information

Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems

Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems eenviper White Paper #4 Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems 1 Executive Summary Cloud computing could revolutionise public services

More information

ArcGIS Framework Plug-In: Extending the ArcGIS Desktop for ANSI Standard Framework Data to Support Government Decision Making

ArcGIS Framework Plug-In: Extending the ArcGIS Desktop for ANSI Standard Framework Data to Support Government Decision Making ArcGIS Framework Plug-In: Extending the ArcGIS Desktop for ANSI Standard Framework Data to Support Government Decision Making Final Project Report October 28, 2008 Agreement Number Organization Project

More information

Publishing KML Services Tutorial

Publishing KML Services Tutorial Publishing KML Services Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents Tutorial: Publishing a KML service............................ 3 Copyright 1995-2010 ESRI, Inc. All rights

More information

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB

GeoMedia Product Update. Title of Presentation. Lorilie Barteski October 15, 2008 Edmonton, AB Product Update Title of Presentation Lorilie Barteski Edmonton, AB Know the audience poll Existing /Pro users Version 6.1 Version 6.0 Version 5.2 or earlier Existing WebMap users Version 6.1 Version 6.0

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

DEVELOPMENT OF THE INTEGRATING AND SHARING PLATFORM OF SPATIAL WEBSERVICES

DEVELOPMENT OF THE INTEGRATING AND SHARING PLATFORM OF SPATIAL WEBSERVICES DEVELOPMENT OF THE INTEGRATING AND SHARING PLATFORM OF SPATIAL WEBSERVICES Lan Xiaoji 1,2 Lu Guonian 1 Zhang Shuliang 1 Shi Miaomiao 1 Yin Lili 1 1. Jiangsu Provincial Key Lab of GIS Science, Nanjing Normal

More information

Web-based Participatory GIS with data collection on the field: a prototype architecture in two and three dimensions

Web-based Participatory GIS with data collection on the field: a prototype architecture in two and three dimensions 8 Convegno Nazionale del Gruppo di Geologia Informatica Sezione della Società Geologica Italiana Chiavenna (SO), 17-19 giugno 2013 Ex Convento dei Cappuccini, Via Molinanca DICA Laboratorio di Geomatica

More information

What is ArcGIS Comprised Of?

What is ArcGIS Comprised Of? ArcGIS Server 9.1 What is ArcGIS Comprised Of? ArcGIS Desktop Integrated suite of GIS applications ArcGIS Engine Embeddable developer components Server GIS ArcSDE, ArcIMS, ArcGIS Server Mobile GIS ArcPad

More information

OSGeo Web Mapping Typification: GeoMajas, Mapbender, MapFish and OpenLayers. Christoph Baudson Arnulf Christl FOSS4G 2010 Barcelona

OSGeo Web Mapping Typification: GeoMajas, Mapbender, MapFish and OpenLayers. Christoph Baudson Arnulf Christl FOSS4G 2010 Barcelona OSGeo Web Mapping Typification: GeoMajas, Mapbender, MapFish and OpenLayers Christoph Baudson Arnulf Christl FOSS4G 2010 Barcelona Disclaimer All information contained in this presentation has been compiled

More information

Web Mapping and Geospatial Web: An Introductory Course for Geographers and Geoscientists

Web Mapping and Geospatial Web: An Introductory Course for Geographers and Geoscientists Web Mapping and Geospatial Web: An Introductory Course for Geographers and Geoscientists Emmanuel Stefanakis Department of Geodesy and Geomatics Engineering University of New Brunswick Fredericton, NB,

More information

HANDS-ON WORKSHOP: SPATIAL DATA VISUALIZATION Using selected Open Source tools and Open Data to visualize your own spatial data

HANDS-ON WORKSHOP: SPATIAL DATA VISUALIZATION Using selected Open Source tools and Open Data to visualize your own spatial data HANDS-ON WORKSHOP: SPATIAL DATA VISUALIZATION Using selected Open Source tools and Open Data to visualize your own spatial data Barend Köbben Version 2.0 September 4, 2014 Contents 1 Open Data: using OpenStreetMap

More information

Chapter 1: Introduction to ArcGIS Server

Chapter 1: Introduction to ArcGIS Server Chapter 1: Introduction to ArcGIS Server At a high level you can think of ArcGIS Server as software that helps you take your geographic information and make it available to others. This data can be distributed

More information

gvsig: A GIS desktop solution for an open SDI.

gvsig: A GIS desktop solution for an open SDI. gvsig: A GIS desktop solution for an open SDI. ALVARO ANGUIX1, LAURA DÍAZ1, MARIO CARRERA2 1 IVER Tecnologías de la Información. Valencia, Spain. Tel. +34 96 316 34 00; Fax. +34 96 316 34 00 Email: alvaro.anguix@iver.es

More information

Caching techniques for high-performance Web Map Services

Caching techniques for high-performance Web Map Services Caching techniques for high-performance Web Map Services Alexander J. Loechel University of the Bundeswehr Munich, Germany Alexander.Loechel@unibw.de Stephan Schmid University of the Bundeswehr Munich,

More information

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation Vector Web Mapping Past, Present and Future Jing Wang MRF Geosystems Corporation Oct 27, 2014 Terms Raster and Vector [1] Cells and Pixel Geometrical primitives 2 Early 2000s From static to interactive

More information

Consor;um (partners) ARES conference Toulouse, 24 August 2015

Consor;um (partners) ARES conference Toulouse, 24 August 2015 1 2 3 Consor;um (partners) 4 The honest- but- curious CSP model (cloud service provider)? 5 an attack tolerant framework Ambi;on in the context of honest-but-curious CSPs preserving the benefits associated

More information

Web Map Context Service for Adaptive Geospatial Data Visualization

Web Map Context Service for Adaptive Geospatial Data Visualization Web Map Context Service for Adaptive Geospatial Data Visualization Miloš Bogdanović, Danilo Vulović, Leonid Stoimenov INTRODUCTION Faculty of Electronic Engineering, University of Niš, Serbia {milos.bogdanovic,

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

ARCHITECTURE OF INTEGRATED GIS AND GPS FOR VEHICLE MONITORING

ARCHITECTURE OF INTEGRATED GIS AND GPS FOR VEHICLE MONITORING 1 st Logistics International Conference Belgrade, Serbia 28-30 November 2013 ARCHITECTURE OF INTEGRATED GIS AND GPS FOR VEHICLE MONITORING Adela B. Crnišanin * State University of Novi Pazar, Department

More information

EBONE. European Biodiversity Observation Network: Design of a plan for an integrated biodiversity observing system in space and time

EBONE. European Biodiversity Observation Network: Design of a plan for an integrated biodiversity observing system in space and time EBONE European Biodiversity Observation Network: Design of a plan for an integrated biodiversity observing system in space and time D7.2: Tested web portal for data access based on technical and functional

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

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

Figure 2: System Flow Diagram for Workflow Management

Figure 2: System Flow Diagram for Workflow Management 5. WORKFLOW MANAGEMENT The developed system EASKB uses the open source content management system called Drupal ([2]). A Content Management System - CMS is a tool that enables many user friendly features

More information

An architecture for open and scalable WebGIS

An architecture for open and scalable WebGIS An architecture for open and scalable WebGIS Aleksandar Milosavljević, Leonid Stoimenov, Slobodanka Djordjević-Kajan CG&GIS Lab, Department of Computer Science Faculty of Electronic Engineering, University

More information

Visualizing Multi-Dimensional WMS within ArcGIS For JavaScript API

Visualizing Multi-Dimensional WMS within ArcGIS For JavaScript API Visualizing Multi-Dimensional WMS within ArcGIS For JavaScript API Data Prep: 1. Obtain a netcdf File with a time dimension and another dimension. For example depth, altitude 2. Open ArcGIS Desktop 3.

More information

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

DEVELOPMENT AND COMPARISON OF OPEN SOURCE BASED WEB GIS FRAMEWORKS ON WAMP AND APACHE TOMCAT WEB SERVERS DEVELOPMENT AND COMPARISON OF OPEN SOURCE BASED WEB GIS FRAMEWORKS ON WAMP AND APACHE TOMCAT WEB SERVERS Sonam Agrawal a, Rajan Dev Gupta b a GIS Cell, Motilal Nehru National Institute of Technology, Allahabad-211004,

More information

Lecture 8. Online GIS

Lecture 8. Online GIS Lecture 8 Online GIS Lecture 8: Outline I. Online GIS 1. Google Earth 2. MSN Live Maps II. Open Source GIS III. ArcGIS Server and the ESRI suite of online software utility options IV. Advanced Data Mining

More information

Mapping Mashup/Data Integration Development Resources Teaching with Google Earth and Google Ocean Stone Lab August 13, 2010

Mapping Mashup/Data Integration Development Resources Teaching with Google Earth and Google Ocean Stone Lab August 13, 2010 Mapping Mashup/Data Integration Development Resources Teaching with Google Earth and Google Ocean Stone Lab August 13, 2010 David Hart GIS Specialist University of Wisconsin Sea Grant Institute Virtual

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

Web Development of Spatial Content Management System through the Use of Free and Open-Source Technologies. Case Study in Rural Areas

Web Development of Spatial Content Management System through the Use of Free and Open-Source Technologies. Case Study in Rural Areas Journal of Geographic Information System, 2015, 7, 527-540 Published Online October 2015 in SciRes. http://www.scirp.org/journal/jgis http://dx.doi.org/10.4236/jgis.2015.75042 Web Development of Spatial

More information

Geospatially Enabling the World: The Convergence of Geospatial and Architectural and Engineering Design

Geospatially Enabling the World: The Convergence of Geospatial and Architectural and Engineering Design Geospatially Enabling the World: The Convergence of Geospatial and Architectural and Engineering Design Geoff Zeiss Director of Technology Autodesk Map Middle East Dubai 2007 1 Overview Geospatial inflection

More information

An HTML tool for exploiting geospatial web services

An HTML tool for exploiting geospatial web services An HTML tool for exploiting geospatial web services Theofilos Papadopoulos 1 and Konstantinos Evangelidis 2 1. Research Associate, priestont@gmail.com 2. Associate Professor, kevan70@gmail.com Technological

More information

Web Mapping in Archaeology

Web Mapping in Archaeology Non-invasive methods in the contemporary archaeological practice 25th February 2014 http://www.pborycki.pl/pdf/webmapping.pdf Plan of the presentation 1 Web Mapping General Idea History of Web Mapping

More information

Open Source Geospatial Software. Bob Bruce, P.Eng Mapping and Lands Branch, Manitoba Conservation WWW.HWPS.CA Bob.Bruce@gov.mb.ca

Open Source Geospatial Software. Bob Bruce, P.Eng Mapping and Lands Branch, Manitoba Conservation WWW.HWPS.CA Bob.Bruce@gov.mb.ca A Survey of Open Source Geospatial Software Bob Bruce, P.Eng Mapping and Lands Branch, Manitoba Conservation WWW.HWPS.CA Bob.Bruce@gov.mb.ca APEGM PD Breakfast Tuesday, 12 June 2007 access this presentation

More information

DEVELOPMENT OF A WEB GEOSERVICES PLATFORM FOR SCHOOL OF ENVIRONMENTAL SCIENCES, MAHATMA GANDHI UNIVERSITY, KERALA, INDIA

DEVELOPMENT OF A WEB GEOSERVICES PLATFORM FOR SCHOOL OF ENVIRONMENTAL SCIENCES, MAHATMA GANDHI UNIVERSITY, KERALA, INDIA DEVELOPMENT OF A WEB GEOSERVICES PLATFORM FOR SCHOOL OF ENVIRONMENTAL SCIENCES, MAHATMA GANDHI UNIVERSITY, KERALA, INDIA Sumith Satheendran S. 1, John C. M. 1, Fasalul Faseeh K. 1 and Aanisa K. M. 1,2

More information

Geographic Web Application

Geographic Web Application University of L Aquila Department of Electrical and Information Engineering Geographic Web Application Enrico Ippoliti Building complete web applications This section discuss how to build complete web

More information

EasySDI Publish. Software requirements & specifications

EasySDI Publish. Software requirements & specifications EasySDI Publish Automation of Geoservice creation Antoine Elbel Author aelbel@solnet.ch Rémy Baud Author remy.baud@asitvd.ch Bruno Magoni / Depth SA Technical expert bruno.magoni@depth.ch Xavier Mérour

More information

How To Use The Alabama Data Portal

How To Use The Alabama Data Portal 113 The Alabama Metadata Portal: http://portal.gsa.state.al.us By Philip T. Patterson Geological Survey of Alabama 420 Hackberry Lane P.O. Box 869999 Tuscaloosa, AL 35468-6999 Telephone: (205) 247-3611

More information

Activity: Using ArcGIS Explorer

Activity: Using ArcGIS Explorer Activity: Using ArcGIS Explorer Requirements You must have ArcGIS Explorer for this activity. Preparation: Download ArcGIS Explorer. The link below will bring you to the ESRI ArcGIS Explorer download page.

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

OSM GB. Introduction. Users Requirements. Abstract OSM GB

OSM GB. Introduction. Users Requirements. Abstract OSM GB OSM GB Using Open Source Geospatial Tools to Create OSM Web Services for Great Britain by Amir Pourabdollah University of Nottingham, United Kingdom. amir.pourabdollah@nottingham.ac.uk Abstract A use case

More information

Geo-Platform Introduction

Geo-Platform Introduction Geo-Platform Introduction Dimitri Dello Buono @ geosdi 16 Sept 2013 CNR IRPI Perugia Questo lavoro è concesso in uso secondo i termini di una licenza Creative Commons (vedi ultima pagina) geosdi CNR IMAA

More information

Arches: An Open Source GIS for the Inventory and Management of Immovable Cultural Heritage

Arches: An Open Source GIS for the Inventory and Management of Immovable Cultural Heritage Arches: An Open Source GIS for the Inventory and Management of Immovable Cultural Heritage David Myers 1, Alison Dalgity 1, Ioannis Avramides 2, and Dennis Wuthrich 3 1 The Getty Conservation Institute,

More information

FGDC, Meet the DDI. Adding Geospatial Metadata to a Numeric Data Catalog. Julie Linden Yale University

FGDC, Meet the DDI. Adding Geospatial Metadata to a Numeric Data Catalog. Julie Linden Yale University FGDC, Meet the DDI Adding Geospatial Metadata to a Numeric Data Catalog Julie Linden Yale University Outline StatCat: numeric data catalog Why add geospatial metadata? FGDC/DDI crosswalk Implementation

More information

A Comparison of ArcIMS to MapServer

A Comparison of ArcIMS to MapServer A Comparison of ArcIMS to MapServer Brock Anderson Refractions Research www.refractions.net 1 Refractions Research Victoria, BC, Canada Spatial Systems Consulting Open Source Software PostGIS udig / GeoTools

More information