Combining Drupal Content Management System with OGC Web Services
|
|
|
- Adam Allen
- 10 years ago
- Views:
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 Tuomas Peltonen Radiation and Nuclear Safety Authority (STUK), Finland NKS NordDSS Workshop, Copenhagen, 1.-2.10.2009 RADIATION AND NUCLEAR SAFETY AUTHORITY Preface
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
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, [email protected] Abstract Being able to assess the
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,
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
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,
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
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
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
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
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
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
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
Investigating Hadoop for Large Spatiotemporal Processing Tasks
Investigating Hadoop for Large Spatiotemporal Processing Tasks David Strohschein [email protected] Stephen Mcdonald [email protected] Benjamin Lewis [email protected] Weihe
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,
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 - [email protected] KEY WORDS: OGC, Standard, Interoperability,
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
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
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: [email protected], [email protected] Research
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
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
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
MapServer and OGC Standards in real life (and saving real lives) Daniel Morissette, Mapgears [email protected]
MapServer and OGC Standards in real life (and saving real lives) Daniel Morissette, Mapgears [email protected] 1 Mapgears Team of MapServer experts (we're the developers) assisting application developers
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
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
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
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
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
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:
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
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
Secure your GIS. Protecting GIS applications suites. camptocamp / 9. septembre 2010 / www.camptocamp.com / [email protected]
Secure your GIS Protecting GIS applications suites camptocamp / 9. septembre 2010 / www.camptocamp.com / [email protected] Outline - Camptocamp SA - Introduction Green field Heterogenous FOSS applications
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
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
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,
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
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
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
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 - [email protected] b ESA Esrin,
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
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 [email protected] [email protected] 703-908-1877
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
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 ([email protected]) and Sri Vinay ([email protected]) CIESIN, Columbia University & NASA New
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
Introduction to Web-based GIS
1. Overview Introduction to Web-based GIS by Tara Athan [email protected] 1-707-485-1198 Web-based GIS differs from traditional GIS or paper maps in several important ways that may at times be advantageous
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
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
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, [email protected]) (Dipl.-Ing. Clemens Beyer, CORP Competence Center
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
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
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
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
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
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: [email protected])
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
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
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
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
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
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
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: [email protected]
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 [email protected] Stephan Schmid University of the Bundeswehr Munich,
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
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,
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
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
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
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,
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
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
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.
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,
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
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
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 ([email protected])
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
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, [email protected] 2. Associate Professor, [email protected] Technological
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
Open Source Geospatial Software. Bob Bruce, P.Eng Mapping and Lands Branch, Manitoba Conservation WWW.HWPS.CA [email protected]
A Survey of Open Source Geospatial Software Bob Bruce, P.Eng Mapping and Lands Branch, Manitoba Conservation WWW.HWPS.CA [email protected] APEGM PD Breakfast Tuesday, 12 June 2007 access this presentation
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
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
EasySDI Publish. Software requirements & specifications
EasySDI Publish Automation of Geoservice creation Antoine Elbel Author [email protected] Rémy Baud Author [email protected] Bruno Magoni / Depth SA Technical expert [email protected] Xavier Mérour
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
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.
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
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. [email protected] Abstract A use case
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
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,
