GeoNode Integration with SDIs and Community Mapping

Size: px
Start display at page:

Download "GeoNode Integration with SDIs and Community Mapping"

Transcription

1 GeoNode Integration with SDIs and Community Mapping Salvador Bayarri World Bank Consultant

2 Contents Accessing other SDI services Catalog harvesting through Geonetwork Cascading external services manually Preparing GeoNode metadata for external access Other community mapping initiatives GeoCommons Open Street Map

3 Accessing other SDI services The true power of SDIs is unleashed when data and maps can be reused and value added in other nodes GeoNode is ready to reuse services in 3 ways: Add external WMS (maps) to GeoNode maps Re-publish (cascade) services in GeoServer Harvesting external catalogs into Geonetwork

4 Add external services to GeoNode maps In GeoNode and most Geoportals, we can add layers from main Web map providers, and also by specifying the service URL Go to the Maps section and select or create a map Then use the Add Layer tool and select Add a New Server

5 Add external services to GeoNode maps Then, specify the URL address of a WMS service (for instance, Click on Add Server and a list of available layers should appear Click on a layer name and then Add layers. Close the dialog with Done

6 Add external services to GeoNode maps You should now see the layer added in the legend, and the WMS image overlaid on your map Some WMS will not be visible at certain scales, at which they appear grayed out in the legend

7 Add other GeoNode map services In the same way, we can add WMS services from other GeoNodes Find the data you want by connecting to the other node s Data search page Then, in your map viewer, use the node s WMS URL ( to add the GeoNode as a server and add the desired layers from it Note that, currently, GeoNode only publishes layers as WMS, but not the full maps

8 Add other GeoNode map services Some things that can not be done in GeoNode for now: Add WFS, WCS services to a map Search in other CSW catalogs (we need to harvest to our own, or seach with other tools) Search in other GeoNode list of Data and Maps Add Maps from other GeoNodes

9 Add other GeoNode map services Exercises: Connect to Connect to the trainer s GeoNode and add some of its layers to your GeoNode map

10 Catalog harvesting We can pull other CSW catalogs into our GeoNetwork metadata DB Only administrators can configure harvesting In the Geonetwork Administration menu, click on Harvesting management (the page will show an empty list of servers)

11 Catalog harvesting Click the Add button. A list of server types will appear If you need to harvest from another Geonetwork node (for instance, another GeoNode), select this option

12 Catalog harvesting Leave this blank for GeoNode CSW servers Enter the remote server parameters, optional search criteria and metadata selection options Click Save

13 Catalog harvesting A new server will appear in the harvesting configuration If you want to harvest immediately, select the catalog server and click on Run. Hit Refresh and you will see the status changed The harvesting may take some time, but you can see the results as they arrive to your node

14 Catalog harvesting In this example, we can see now the FAO metadata records in our local catalog. For WMS services, we can click on the Interactive Map button to preview them in Geonetwork

15 Catalog harvesting Now, to make visible the harvested metadata to users, we need to set their access privileges In this case, just select all metadata in the Geonetwork search results page and click on Update privileges action Since we don t want to hide any metadata, click on Set All for the All group in the privilege settings widget. Then click on Submit at the botton

16 Catalog harvesting Now, if we go back to our GeoNode s Data search page, we will see the newly harvested metadata in the results: Note the green symbol indicating that these datasets are stored on a remote server

17 Catalog harvesting limitations We can collect the metadata catalog from other GeoNode s Geonetwork instances in the same way In GeoNode and other tools, if the metadata contains a link to a Web page or a download URL we will be able to access this information by clicking on the layer name in the GeoNode search results Unfortunately, the current version GeoNode does not recognize links to WMS and other services, so we cannot use metadata about services to add layers to our maps In addition, GeoNode s own metadata do not contain links to the services published, so other nodes cannot get this information by harvesting, either However, we can reuse the GeoNode services manually!

18 Cascading external services When we harvest metadata, we get the URL address of external WMS services We can read them by opening the metadata dropdown in Geonetwork s search results page

19 Cascading external services We can directly use this WMS URL in our GeoNode Maps by adding the WMS server address, as we saw earlier But if we want all users in our GeoNode to be aware of the services provided by the new metadata, we need to create new stores and layers using the GeoServer component (again, we need administrative privileges to do this)

20 Cascading external services: WMS First, we have to create a new Store (data source) in GeoServer, of type WMS

21 Cascading external services: WMS Then we need to create new GeoServer layers for the WMS layers we want to re-publish After adding the store, we will be automatically prompted to create layers, or we can later use the Add a new resource link in the Layers page of GeoServer

22 Cascading external services: WMS After writing the GeoServer metadata info for the new layer, it will appear in the list of Layers

23 Cascading external services: WMS Once we create the new cascaded WMS layer in GeoServer, it will be automatically available to all users to add it to a GeoNode map

24 Cascading external services However, the cascaded layers are not available as GeoNode layers in the Data page (we cannot search for them), and we cannot see a description page for them This will probably be fixed for the next GeoNode release

25 Cascading external services: WFS First, we have to create a new Store (data source) in GeoServer, of type WFS service=wfs&version=1.1.0&request=getcapabilities

26 Cascading external services: WFS Then we need to create new GeoServer layers for the WMS layers we want to re-publish After adding the store, we will be automatically prompted to create layers, or we can later use the Add a new resource link in the Layers page of GeoServer

27 Cascading external services: WFS When publishing a new WFS layer, we have the opportunity to edit the metadata Some fields may be requested, like bounding boxes GeoServer has links to compute this bounds from the data itself

28 Cascading external services: WFS After writing the GeoServer metadata info for the new layer, it will appear in the list of Layers

29 Cascading external services: WFS The cascaded WFS will be automatically available to all users to add it to a GeoNode map, just as the cascaded WMS But it will not be available as a GeoNode data layer Apparently, there is some problem when projecting these layers to the map viewer, maybe it does not support on-the-fly projection for WFS data

30 Cascading external services Exercise Create additional cascading WMS and WFS services in GeoServer from the harvested metadata or from other known servers Add them to a GeoNode map

31 Preparing metadata for external access As mentioned earlier, GeoNode creates linkages to download the layers data in different formats We can verify this in the search results of Geonetwork

32 Preparing metadata for external access If we click in a Download Summary link we can download data of the layer as we do in GeoNode front-end However, the GeoNode metadata do not contain linkage information to access the layer as WMS or WFS

33 Preparing metadata for external access To allow external access to our layers as geoservices, we can add manually the needed linkages In the metadata edit page, click on the Distribution link on the left Below is the linkage for a KML download as it appears when we edit the metadata We need to add more linkages at the end, by clicking on the + of the last linkage

34 Preparing metadata for external access A new online-resource box will appear, which we can fill with the WMS or WFS linkage info of our GeoNode layer And then save the metadata record

35 Preparing metadata for external access The layer will now have an Interactive Map button in the Geonetwork results page If we click on this button, we can test the linkage to WMS or WFS in the embedded map viewer

36 Preparing metadata for external access Exercise Create WMS and WFS linkages for a vector layer published from your GeoNode Test the linkages in the Geonetwork map viewer

37 SDI integration: summary GeoNode Web front end Available in map viewer Manual linkage insertion GeoNetwork harvesting CSW External Catalog GeoServer cascading WMS, WFS, WCS External Server Metadata

38 Integration with other open mapping initiatives GeoCommons (geocommons.com) is a cloud-based Web site to upload and share data to a worldwide community There is only one GeoCommons site, where all information is shared You don t need to install anything to upload and share

39 Integration with other open mapping initiatives: GeoCommons As with GeoNode, we can upload data layers and then make maps with them We can share both

40 Integration with other open mapping initiatives: GeoCommons Recently, it has been added an option to publish existing WMS services to GeoCommons So we can cascade GeoNode WMS services to be seen in GeoCommons for a wide audience More information in

41 Integration with other open mapping initiatives: GeoCommons From GeoCommons, we can download data And also do simple geoprocesses But we can not access GeoCommons data and maps as Web Services

42 Integration with other open mapping initiatives: GeoCommons Exercise Register and upload a Belize dataset in GeoCommons Create a map

43 Integration with other open mapping initiatives: Open Street Map Open Street Map ( is an initiative focused on creating a shared worldwide map Data is created by means of community contributions (crowdsourcing)

44 Integration with other open mapping initiatives: Open Street Map Open Street Map data can be seen in GeoNode as one of the base map options in the map viewer It can also be seen in qgis via the OpenLayers plugin However, OSM is not published as WMS, but as a tile service, so we cannot directly use it as a layer in GeoServer/GeoNode

45 Integration with other open mapping initiatives: Open Street Map The interesting thing about OSM is that we can all contribute to create data There is a very complete (but complex) editing environment in the OSM portal (you just need to register to contribute)

46 Integration with other open mapping initiatives: Open Street Map There is a typology of point, line and polygons features already defined, that we need to use when adding objects

47 Integration with other open mapping initiatives: Open Street Map We can interactively add features, or upload GPS data as a reference

48 Integration with other open mapping initiatives: Open Street Map Amazingly, we can also download all the map data in vector format, using an open XML-based format (.osm)

49 Integration with other open mapping initiatives: Open Street Map OSM files can be converted into shapefiles using the osm2shp tool from The ArcGIS Data Interoperability Extension supports OSM format at the release of ArcGIS Desktop qgis not only supports OSM format, but we can also perform the complete download-edit-upload workflow from within this GIS

50 Integration with other open mapping initiatives: Open Street Map With the OpenStreetMap plugin, we can directly download data for a certain geographic extent

51 Integration with other open mapping initiatives: Open Street Map We see the downloaded data as layers, and we can use the Feature Manager of the plugin to edit the OSM objects

52 Integration with other open mapping initiatives: Open Street Map Once we finish editing we can upload the changes directly into OSM by using our OSM account

53 Other Open Street Map editors Merkaartor (Windows, UNIX, MacOS) OSM Editor for ArcGIS (free plugin) deplex.com/

SDI Tecnological Components and Standards

SDI Tecnological Components and Standards SDI Tecnological Components and Standards Salvador Bayarri sbayarri@gmail.com World Bank Consultant Contents The SDI architecture model Software components: the SDI stack Basic services Metadata SDI access

More information

Web Map Servers. Mark de Blois. Septembre 2016

Web Map Servers. Mark de Blois. Septembre 2016 Web Map Servers Mark de Blois Septembre 2016 Learning Objectives After this lecture you will be able to understand web map servers as used in Web-GIS applications Introduction A Web Map Server is a computer

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri

Leveraging OGC Services in ArcGIS Server. Satish Sankaran, Esri Yingqi Tang, Esri Leveraging OGC Services in ArcGIS Server Satish Sankaran, Esri Yingqi Tang, Esri GIS Creating and Managing Geo Information Products - Proprietary - Open Specifications - Standards Dissemination of Geo

More information

Providing Interoperability Using the Open GeoServices REST Specification

Providing Interoperability Using the Open GeoServices REST Specification 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Providing Interoperability Using the Open GeoServices REST Specification Satish Sankaran Kevin Sigwart What

More information

How to perform a quality check of a new dataset. QGIS Tutorials and Tips

How to perform a quality check of a new dataset. QGIS Tutorials and Tips How to perform a quality check of a new dataset QGIS Tutorials and Tips ZanSea zansea@suza.ac.tz 1 Objective GIS datasets can come from many different sources: From a Website. From a USB key given by a

More information

DATA SHARING AND DISCOVERY WITH ARCGIS SERVER GEOPORTAL EXTENSION. Clive Reece, Ph.D. ESRI Geoportal/SDI Solutions Team

DATA SHARING AND DISCOVERY WITH ARCGIS SERVER GEOPORTAL EXTENSION. Clive Reece, Ph.D. ESRI Geoportal/SDI Solutions Team DATA SHARING AND DISCOVERY WITH ARCGIS SERVER GEOPORTAL EXTENSION Clive Reece, Ph.D. ESRI Geoportal/SDI Solutions Team Geoportal Extension for ArcGIS Server Context within an Enterprise Spatial Data Infrastructure

More information

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK)

INSPIRE: The ESRI Vision. Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) INSPIRE: The ESRI Vision Tina Hahn, GIS Consultant, ESRI(UK) Miguel Paredes, GIS Consultant, ESRI(UK) Overview Who are we? Introduction to ESRI Inc. and ESRI(UK) Presenters ArcGIS The ESRI Solution to

More information

Introduction to GeoServer

Introduction to GeoServer Tutorial ID: 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 Commons license.

More information

How to become an INSPIRE node and fully exploit the investments made?

How to become an INSPIRE node and fully exploit the investments made? How to become an INSPIRE node and fully exploit the investments made? Solution patterns for consumers: end users & developers (2/2) Roberto Lucchi 22 June 2010, Krakow 1 Geoportal extension Enabling discovery

More information

Achieving Interoperability using the ArcGIS Platform. Satish Sankaran Roberto Lucchi

Achieving Interoperability using the ArcGIS Platform. Satish Sankaran Roberto Lucchi Achieving Interoperability using the ArcGIS Platform Satish Sankaran Roberto Lucchi Thank you Please fill out the session survey in your mobile app Select [Achieving Interoperability using the ArcGIS Platform]

More information

Description. Speaker Patrizia Monteduro (International Consultant, FAO) TRAINING GEONETWORK OPENSOURCE Islamabad, Pakistan, Jan 29-31, 2014

Description. Speaker Patrizia Monteduro (International Consultant, FAO) TRAINING GEONETWORK OPENSOURCE Islamabad, Pakistan, Jan 29-31, 2014 BUILDING PROVINCIAL CAPACITY IN PAKISTAN FOR CROP ESTIMATION, FORECASTING, AND REPORTING BASED ON THE INTEGRATED USE OF REMOTELY SENSED DATA (GCP/PAK/125/USA) Description Speaker Patrizia Monteduro (International

More information

Searching and Downloading OpenStreetMap Data

Searching and Downloading OpenStreetMap Data Searching and Downloading OpenStreetMap Data QGIS Tutorials and Tips Author Ujaval Gandhi http://www.spatialthoughts.com This work is licensed under a Creative Commons Attribution 4.0 International License.

More information

Developing a Free and Open Source Software based Spatial Data Infrastructure. Jeroen Ticheler

Developing a Free and Open Source Software based Spatial Data Infrastructure. Jeroen Ticheler Developing a Free and Open Source Software based Spatial Data Infrastructure Jeroen Ticheler 1 License This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.

More information

Introduction to QGIS: Student Workbook

Introduction to QGIS: Student Workbook 2016 Introduction to QGIS: Student Workbook Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module 3:

More information

GPS TO GIS EXERCISE (30 PTS)

GPS TO GIS EXERCISE (30 PTS) GPS TO GIS EXERCISE (30 PTS) This exercise will allow you to demonstrate your cumulative knowledge of using a GPS receiver to collect data with locational information, downloading this data to a desktop

More information

GeoNode Intro & Demo

GeoNode Intro & Demo GeoNode Intro & Demo Cristiano Giovando - Global Facility for Disaster Reduction and Recovery, World Bank Paolo Corti - Center for Geographic Analysis, Harvard University Dynamic Mapping of Secondary Cities

More information

Open source technologies and INSPIRE network services in Slovak environmental agency

Open source technologies and INSPIRE network services in Slovak environmental agency Open source technologies and INSPIRE network services in Slovak environmental agency Peter Mozolík, Martin Koška, Marek Žiačik, Martin Tuchyňa Slovak Environmental Agency (SEA) SEA role within slovak SDI

More information

The Butterfly Effect. A proposal for distribution and management for butterfly data programs. Dave Waetjen SESYNC Butterfly Workshop May 10, 2012

The Butterfly Effect. A proposal for distribution and management for butterfly data programs. Dave Waetjen SESYNC Butterfly Workshop May 10, 2012 The Butterfly Effect A proposal for distribution and management for butterfly data programs Dave Waetjen SESYNC Butterfly Workshop May 10, 2012 http://butterfly.ucdavis.edu Citizen Science based Observation

More information

Introduction to QGIS: Instructor s Notes

Introduction to QGIS: Instructor s Notes 2016 Introduction to QGIS: Instructor s Notes Created by: MARK DE BLOIS, CEO / FOUNDER, UPANDE LIMITED WITH SUPPORT FROM THE WORLD BANK AND THE UK DEPARTMENT FOR INTERNATIONAL DEVELOPMENT (DFID) Module

More information

The geospatial metadata catalogue. FOSS4G Barcelona. Jeroen Ticheler. Founder and chair. Director

The geospatial metadata catalogue. FOSS4G Barcelona. Jeroen Ticheler. Founder and chair. Director The geospatial metadata catalogue FOSS4G2010 - Barcelona Jeroen Ticheler Director Founder and chair GeoNetwork opensource Dutch National Geo Registry FAO GeoNetwork SwissTopo geocat.ch GeoNetwork history

More information

Leveraging metadata standards in ArcGIS to support Interoperability. Aleta Vienneau and Marten Hogeweg

Leveraging metadata standards in ArcGIS to support Interoperability. Aleta Vienneau and Marten Hogeweg Leveraging metadata standards in ArcGIS to support Interoperability Aleta Vienneau and Marten Hogeweg Leveraging metadata standards in ArcGIS to support Interoperability Overview of metadata standards

More information

ArcGIS Online. The Road Ahead Geoff Mortson

ArcGIS Online. The Road Ahead Geoff Mortson ArcGIS Online The Road Ahead Geoff Mortson gmortson@esricanada.com ArcGIS Online Easily create and share maps Delivered as intelligent maps Access on virtually any device anyone, anywhere Compliments and

More information

FAQ & Troubleshooting

FAQ & Troubleshooting FAQ & Troubleshooting What is the most common issue users have when using the site? Pop-Up Blocker!!! Any link external to the viewer requires a new window to be opened in the browser. See My map or report

More information

ARCHITECTURE OF SPATIAL DATA INFRASTRUCTURE (SDI) (DRAFT)

ARCHITECTURE OF SPATIAL DATA INFRASTRUCTURE (SDI) (DRAFT) ARCHITECTURE OF SPATIAL DATA INFRASTRUCTURE (SDI) (DRAFT) Author: Carlo Cipolloni September 20, 2018 Version 1.0 A SDI platform to support the SEIS in the ENP South region Introduction Based on the Contribution

More information

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS

No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS No Programming Required Create web apps rapidly with Web AppBuilder for ArcGIS By Derek Law, Esri Product Manager, ArcGIS for Server Do you want to build web mapping applications you can run on desktop,

More information

Leveraging OGC Services in ArcGIS Server. Satish Sankaran Yingqi Tang

Leveraging OGC Services in ArcGIS Server. Satish Sankaran Yingqi Tang Leveraging OGC Services in ArcGIS Server Satish Sankaran ssankaran@esri.com Yingqi Tang ytang@esri.com Agenda Interoperability Enablers OGC and esri OGC Web Services ArcGIS and OGC Web Services - @ version

More information

GeoNetwork opensource

GeoNetwork opensource GeoNetwork opensource Spatial data management Geographic data sharing for everyone 20070907 François Prunayre FOSS4G2007 - LAB09 1 Getting started with GeoNetwork opensource Installation at a glimpse Directory

More information

How to Create Metadata in ArcGIS 10.0

How to Create Metadata in ArcGIS 10.0 How to Create Metadata in ArcGIS 10.0 March 2012 Table of Contents Introduction... 1 Getting Started... 2 Software Requirements... 2 Configure ArcGIS Desktop to View FGDC Metadata... 2 Other Thoughts...

More information

Extend GIS. The Reach. Of Your GIS. Chris Cappelli Nathan Bennett

Extend GIS. The Reach. Of Your GIS. Chris Cappelli Nathan Bennett Extend The Reach GIS Of Your GIS Chris Cappelli Nathan Bennett Where do your co-workers, managers, customers, and citizens go when they want to find or make a map? GIS is a practical system for problem

More information

EXERCISE: Publishing spatial data with GeoServer

EXERCISE: Publishing spatial data with GeoServer EXERCISE: Publishing spatial data with GeoServer Barend Köbben Ivana Ivánová August 30, 2015 Contents 1 Introduction 2 2 GeoServer s main concepts 2 3 Publishing spatial dataset to the GeoServer 5 3.1

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

Welcome to the Introduction to Mapbender

Welcome to the Introduction to Mapbender 0 Welcome to the Introduction to Mapbender Author: Astrid Emde Author: Christoph Baudson Version: 1.0 License: Creative Commons Date: 2010-08-30 1 Table of Contents 1 Project Overview 2 1.1 Geoportal Framework

More information

Achieving Interoperability Using Open Standards

Achieving Interoperability Using Open Standards FedGIS Conference February 24 25, 2016 Washington, DC Achieving Interoperability Using Open Standards Satish Sankaran Marten Hogeweg Agenda Understanding Interoperability What, Why and How? ArcGIS Platform

More information

Leveraging OGC Standards on ArcGIS Server

Leveraging OGC Standards on ArcGIS Server Leveraging OGC Standards on ArcGIS Server Satish Sankaran Interoperability and Standards Team James Michel III ESRI Intel Team ArcGIS Server Complete Interoperable Server-Based GIS Desktop Explorer Web

More information

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon?

Answer the following general questions: 1. What happens when you right click on an icon on your desktop? When you left double click on an icon? Name: Date: June 27th, 2011 GIS Boot Camps For Educators Practical: Explore ArcGIS 10 Desktop Tools and functionality Day_1 Lecture 1 Sources: o ArcGIS Desktop help o ESRI website o Getting to Know ArcGIS

More information

Server Usage & Third-Party Viewers

Server Usage & Third-Party Viewers Server Usage & Third-Party Viewers October 2016 HiPER LOOK Version 1.4.16.0 Copyright 2015 PIXIA Corp. All Rights Reserved. Table of Contents HiPER LOOK Server Introduction... 2 Google Earth... 2 Installation...2

More information

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS

SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS SPATIAL DESIGN NETWORK ANALYSIS sdna in QGIS 1 Installing sdna+ as plugin for QGIS... 2 1.1 Download & Install sdna... 2 1.2 Setting up sdna in QGIS... 3 1.3 Open the sdna toolbox... 5 2 sdna in QGIS Processing

More information

The AusGIN Geoscience Portal:

The AusGIN Geoscience Portal: The AusGIN Geoscience Portal: A new age of geoscience data delivery Ollie Raymond and Carina Kemp Geoscience Australia Government Geoscience Information Committee Australian Geoscience Information Network

More information

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency

GIS DATA SUBMISSION USER GUIDE. Innovation and Networks Executive Agency Innovation and Networks Executive Agency GIS DATA SUBMISSION USER GUIDE Innovation and Networks Executive Agency (INEA) W910 Chaussée de Wavre 910 B-1049 Brussels, Belgium Tel: +32 (0)2 29 95252 Fax: +32

More information

Managing Imagery and Raster Data using Mosaic Datasets

Managing Imagery and Raster Data using Mosaic Datasets Esri European User Conference October 15-17, 2012 Oslo, Norway Hosted by Esri Official Distributor Managing Imagery and Raster Data using Mosaic Datasets Peter Becker ArcGIS is a Comprehensive Imagery

More information

Esri Geoportal Server

Esri Geoportal Server Esri Geoportal Server Implementing a Spatial Data Infrastructure @martenhogeweg Esri Geoportal Server Extending ArcGIS to enable discovery and use of geospatial resources in heterogeneous environments

More information

SAW Stand-alone Application for Web GIS Configuration and Deployment. PhD. Bogdan Cheveresan Esri Romania

SAW Stand-alone Application for Web GIS Configuration and Deployment. PhD. Bogdan Cheveresan Esri Romania SAW Stand-alone Application for Web GIS Configuration and Deployment PhD. Bogdan Cheveresan Esri Romania Web GIS Workflow Without SAW esri.com Desktop GIS User ArcGIS Server Administrator and Web GIS Programmer

More information

GeoPortal 4 Everybody

GeoPortal 4 Everybody GeoPortal 4 Everybody Karel Charvát, Jáchym Čepický, Štěpán Kafka, Premysl Vohnout, Martin Vlk Czech Centre for Science and Society Help Service Remote Sensing DT Member What is GeoPortal GeoPortal is

More information

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business

Compass INSPIRE Services. Compass INSPIRE Services. White Paper Compass Informatics Limited Block 8, Blackrock Business Compass INSPIRE Services White Paper 2010 Compass INSPIRE Services Compass Informatics Limited Block 8, Blackrock Business Park, Carysfort Avenue, Blackrock, County Dublin, Ireland Contact Us: +353 1 2104580

More information

ArcGIS Open Data. Matt Bullock

ArcGIS Open Data. Matt Bullock ArcGIS Open Data Matt Bullock Why does open data matter? transparency accountability open data participation innovation economic development but is it accessible? FOIA requests FTP websites ArcGIS Open

More information

Introduction to ArcGIS Server 10.1

Introduction to ArcGIS Server 10.1 Introduction to ArcGIS Server 10.1 E-Learning for the GIS Professional Any Time, Any Place! geospatialtraining.com Module Outline What is ArcGIS Server? GIS Resources and Services ArcGIS Server Components

More information

EUCOM/AFRICOM DEFENSE USER GROUP MEETING MARCH 2010 STUTTGART WELCOME!

EUCOM/AFRICOM DEFENSE USER GROUP MEETING MARCH 2010 STUTTGART WELCOME! EUCOM/AFRICOM DEFENSE USER GROUP MEETING 23-25 MARCH 2010 STUTTGART WELCOME! AGENDA March 23, Tuesday 0800-0900 Registration 0900-0915 Welcome and Introductions 0915-1000 Getting Started with ArcGIS Server

More information

Geo Apps: Modern Day GIS

Geo Apps: Modern Day GIS Geo Apps: Modern Day GIS Exercise 1: Create a customer service request app Estimated time: 20 minutes Exercise 2: Create a story map Estimated time: 30 minutes Exercise 3: Use Web AppBuilder for ArcGIS

More information

The GeoPortal Cookbook Tutorial

The GeoPortal Cookbook Tutorial The GeoPortal Cookbook Tutorial Wim Hugo SAEON/ SAEOS SCOPE OF DISCUSSION Background and Additional Resources Context and Concepts The Main Components of a GeoPortal Architecture Implementation Options

More information

Interoperability and Standards Supports in ArcGIS

Interoperability and Standards Supports in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Interoperability and Standards Supports in ArcGIS Satish Sankaran, Esri Yingqi Tang, Esri Agenda Esri s participation

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 Introduction National Land Survey of Finland - 1900 employees Development Centre - 120 employees

More information

SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION

SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION SDI SOLUTIONS FOR INSPIRE: TECHNOLOGIES SUPPORTING A FRAMEWORK OF COOPERATION Roberto Lucchi 1, Marten Hogeweg 1, Guenther Pichler 2 1 Esri, Redlands, CA, USA 2 Esri Kranzberg, Germany 1 Vision INSPIRE

More information

By Robert Slivinsky 1

By Robert Slivinsky 1 By Robert Slivinsky 1 Tell HC Mobile Application SQL Server 2008 GeoServer GeoExt- Open Layers 2 3 Desktop Splash Page 2 sec GPS/Location Approval 4 Homepage Meat - Form Categories from EOCcalls 5 Description

More information

Scientific and Multidimensional Raster Support in ArcGIS

Scientific and Multidimensional Raster Support in ArcGIS Scientific and Multidimensional Raster Support in ArcGIS Sudhir Raj Shrestha sshrestha@esri.com Brief breakdown Scientific Multidimensional data Ingesting Scientific MultiDim Data in ArcGIS Ingesting and

More information

Adopting the Appropriate GIS Web Service Technologies

Adopting the Appropriate GIS Web Service Technologies Adopting the Appropriate GIS Web Service Technologies Bo Guo, PE, PhD GIS/IT Integration Consultant Gistic Research Inc. UT & AZ Jake Payne Database Administrator & Architect State of Utah Department of

More information

gvsig: towards 4D GIS

gvsig: towards 4D GIS gvsig: towards 4D GIS Salvador Bayarri IVER Salvador.Bayarri@iver.es www.gvsig.gva.es Contents gvsig's background & updates 3D visualization in gvsig Time and Animation in gvsig Implementation plan Demo

More information

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015

County of Los Angeles. Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 County of Los Angeles Chief Information Office Preferred Technologies for Geographic Information Systems (GIS) Version 2 May 2015 CIO Preferred Technologies for GIS This document lists the preferred Geographic

More information

SAFER the GIGAS Effect

SAFER the GIGAS Effect SAFER the GIGAS Effect How INSPIRE, GMES and GEOSS are influencing EC projects Arnaud Cauchy 23/06/2010 Agenda GIGAS Project Summary SAFER Project Summary SAFER Original Approach GIGAS Influences SAFER

More information

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I)

GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) DEPARTMENT OF GEOGRAPHY HONG KONG BAPTIST UNIVERSITY Prof. Q. Zhou GEOG4017 Geographical Information Systems Lab 3 Data Collection and Integration (I) Objectives Before we can use GIS for any analysis

More information

Harvard Hypermap: An Open Source Framework for Making the World's Geospatial Information more Accessible

Harvard Hypermap: An Open Source Framework for Making the World's Geospatial Information more Accessible American Association of Geographers Boston, Massachusetts April, 2017 Harvard Hypermap: An Open Source Framework for Making the World's Geospatial Information more Accessible Benjamin Lewis, Paolo Corti,

More information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information

GEOSPATIAL ERDAS APOLLO. Your Geospatial Business System for Managing and Serving Information GEOSPATIAL ERDAS APOLLO Your Geospatial Business System for Managing and Serving Information ERDAS APOLLO Do you have large volumes of data, a geographicallydistributed user base and rapidly changing

More information

From data source to data view: A practical guide to uploading spatial data sets into MapX

From data source to data view: A practical guide to uploading spatial data sets into MapX From data source to data view: A practical guide to uploading spatial data sets into MapX Thomas Piller UNEP/GRID Geneva I Table of contents 1. Adding a new data source to MapX... 1 1.1 Method 1: upload

More information

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure

ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure ArcGIS Server: publishing geospatial data to the web using the EEA infrastructure *IMPORTANT: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit

More information

HCA ArcGIS. Online Tool - How To Guide V1.0 2/15/2016 HAWAII CONSERVATION ALLIANCE AGOL

HCA ArcGIS. Online Tool - How To Guide V1.0 2/15/2016 HAWAII CONSERVATION ALLIANCE AGOL HCA ArcGIS 2/15/2016 Online Tool - How To Guide V1.0 HAWAII CONSERVATION ALLIANCE AGOL Table of Contents What is ArcGIS Online?... 1 Getting Started... 1 Getting a Login... 1 Logging In... 2 Searching

More information

ArcMap: Tips and Tricks

ArcMap: Tips and Tricks Esri International User Conference San Diego, California Technical Workshops July 23 27, 2012 ArcMap: Tips and Tricks Miriam Schmidts Jorge Ruiz-Valdepena Agenda Navigating ArcMap Repairing data links

More information

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap

Geographical Information Systems Institute. Center for Geographic Analysis, Harvard University. LAB EXERCISE 1: Basic Mapping in ArcMap Harvard University Introduction to ArcMap Geographical Information Systems Institute Center for Geographic Analysis, Harvard University LAB EXERCISE 1: Basic Mapping in ArcMap Individual files (lab instructions,

More information

Open Source Software: What and Why?

Open Source Software: What and Why? ESRI and Open Source A Love Story Presented by Bates Rambow Open Source Software: What and Why? What Software that has its source code published for anyone to inspect the source code. Generally released

More information

MapStore create, save and share maps and mashups. Dott. Ing. Mauro Bartolomeoli, GeoSolutions Ing. Simone Giannecchini, GeoSolutions

MapStore create, save and share maps and mashups. Dott. Ing. Mauro Bartolomeoli, GeoSolutions Ing. Simone Giannecchini, GeoSolutions MapStore create, save and share maps and mashups Dott. Ing. Mauro Bartolomeoli, GeoSolutions Ing. Simone Giannecchini, GeoSolutions Outline About GeoSolutions MapStore Introduction Demo Standards Architecture

More information

ArcGIS Hub: Open data best practices. Graham Hudgins, esri product engineer

ArcGIS Hub: Open data best practices. Graham Hudgins, esri product engineer ArcGIS Hub: Open data best practices Graham Hudgins, esri product engineer Agenda Overview of open data in the ArcGIS Hub Example sites - Hubs Around the World Storymap Making a good site map Preparing

More information

Publishing image services in ArcGIS

Publishing image services in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Publishing image services in ArcGIS Wenxue Ju & Melanie Harlow What is an image service? A way to make image and

More information

Integrated Map Tool. Overview, Current Status, and Things to Come

Integrated Map Tool. Overview, Current Status, and Things to Come Integrated Map Tool Overview, Current Status, and Things to Come Integrated Mapping and Analysis Tool (IMAT) map widget Integrated Mapping Tool IMAT Reusable components for portrayal, query, analysis,

More information

INSPIRE roadmap and architecture: lessons learned INSPIRE 2017

INSPIRE roadmap and architecture: lessons learned INSPIRE 2017 INSPIRE roadmap and architecture: lessons learned INSPIRE 2017 Stijn Goedertier GIM Thierry Meessen GIM Jeff Konnen ACT Luxembourg Patrick Weber ACT Luxembourg 1 Administration du cadastre et de la topographie

More information

MapStore create, save and share maps and mashups. Ing. Alejandro Díaz, GeoSolutions

MapStore create, save and share maps and mashups. Ing. Alejandro Díaz, GeoSolutions MapStore create, save and share maps and mashups Ing. Alejandro Díaz, GeoSolutions Outline About GeoSolutions MapStore Introduction Demo Standards Architecture Tools Implementations GeoSolutions Founded

More information

Relation between Geospatial information projects related to GBIF

Relation between Geospatial information projects related to GBIF Relation between Geospatial information projects related to GBIF Synthesys 3.6-Synthesys 3.7-GBIF.DE- BioGeomancer The most up to date work can always be found at: http://www.biogeografia.com/synthesys

More information

A Practical Guide to Using QGIS

A Practical Guide to Using QGIS A Practical Guide to Using QGIS 1.1 INTRODUCTION Quantum GIS (QGIS) is a useful mapping software that enables the compilation and displaying of spatial data in the form of a map. Gaining experience in

More information

The Scottish Spatial Data Infrastructure (SSDI)

The Scottish Spatial Data Infrastructure (SSDI) The Scottish Spatial Data Infrastructure (SSDI) INSPIRE Conference Istanbul Monday 25 th June 2012 15:55 Geoportals and registries II Tim Duffy BGS Edinburgh (trd@bgs.ac.uk) Shona Nicol Alex Ramage NERC

More information

Overview. Setting Up. Geospatial Centre University of Waterloo November 2015

Overview. Setting Up. Geospatial Centre University of Waterloo November 2015 Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps and applications

More information

Road maps. Introduction. Structure

Road maps. Introduction. Structure Road maps Introduction This service let you embed interactive maps in your website (à la Google maps). You can customize map by displaying data in overlays You can create your own overlays. Structure To

More information

Getting Started with ArcGIS Runtime SDK for Java SE

Getting Started with ArcGIS Runtime SDK for Java SE Getting Started with ArcGIS Runtime SDK for Java SE Elise Acheson, Vijay Gandhi, and Eric Bader Demo Source code: https://github.com/esri/arcgis-runtime-samples-java/tree/master/devsummit-2014 Video Recording:

More information

MAKING MAPS WITH GOOGLE FUSION TABLES. (Data for this tutorial at

MAKING MAPS WITH GOOGLE FUSION TABLES. (Data for this tutorial at MAKING MAPS WITH GOOGLE FUSION TABLES (Data for this tutorial at www.peteraldhous.com/data) Thanks to Google Fusion Tables, creating maps from data and embedding them on a web page is now easy. We re going

More information

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map

Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Day II Introduction to ArcGIS Editor for Open Street Map Geospatial Operations Support Team (GOST) Katie McWilliams kmcwilliams@worldbankgroup.org GOST@worldbank.org 0 Using OSM for Network

More information

UWWTD SIIF national toolbox How to manage the UWWTD SIIF toolbox

UWWTD SIIF national toolbox How to manage the UWWTD SIIF toolbox Specific contract n 07.0201/2014/SFRA/698614/ENV.C.2 implementing Framework Service Contract ENV.D.2/FRA/2012/0013: Expanding the Urban Wastewater Structured Information and Implementation Framework (SIIF)

More information

Working with Metadata in ArcGIS

Working with Metadata in ArcGIS Esri International User Conference San Diego, California Technical Workshops July 26, 2012 Working with Metadata in ArcGIS Aleta Vienneau Metadata in ArcGIS ArcGIS metadata goals Editing metadata Setting

More information

Intro to GIS (requirements: basic Windows computer skills and a flash drive)

Intro to GIS (requirements: basic Windows computer skills and a flash drive) Introduction to GIS Intro to GIS (requirements: basic Windows computer skills and a flash drive) Part 1. What is GIS. 1. System: hardware (computers, devices), software (proprietary or free), people. 2.

More information

Overview. Setting Up. Geospatial Centre University of Waterloo May 2014

Overview. Setting Up. Geospatial Centre University of Waterloo May 2014 Overview ArcGIS Online is a web-based mapping and app-building site created by Esri, the world leader in GIS software. In an effort to empower users of all levels to create interactive maps and applications

More information

ewater SDI for water resource management

ewater SDI for water resource management PROJECT GEONETCAST WS 2009/2010 ewater SDI for water resource management Technical Documentation Theresia Freska Utami & Wu Liqun 2/12/2010 I. GEONETWORK 1. Installation e-water uses the software package

More information

Discovery and Access of Geospatial Resources Using GIS Portal Toolkit Marten Hogeweg Product Manager GIS Portal Toolkit

Discovery and Access of Geospatial Resources Using GIS Portal Toolkit Marten Hogeweg Product Manager GIS Portal Toolkit Discovery and Access of Geospatial Resources Using GIS Portal Toolkit Marten Hogeweg Product Manager GIS Portal Toolkit Outline Elements of Spatial Data Infrastructures Current trends Position of GIS portals

More information

Fundisa Web Map Applications

Fundisa Web Map Applications Fundisa Web Map Applications 2013-01-09 Prepared by SANSA Earth Observation 1 Using the SANSA Fundisa Web Map Applications The Fundisa web map applications were created to aid students in their search

More information

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center

Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center Introduction to using QGIS for Archaeology and History Workshop by the Empirical Reasoning Center In this workshop, we will cover the basics of working with spatial data, as well as its main uses for archaeology.

More information

Cartoview Documentation

Cartoview Documentation Cartoview Documentation Release 0.8.4 Cartologic February 08, 2017 Contents 1 About Cartoview 3 1.1 GeoNode and Cartoview......................................... 3 2 Installation Guide 5 2.1 Recommended

More information

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS.

Accessing OGC Services To access OGC WMS and WFS open the service in the directory that you want to consume, and click on either WMS or WFS. Using Web Services Web Services Overview This user guide contains instructions on how to consume a range of services through a range of both web based and desktop GIS applications. Web services are a live

More information

What s New in ArcGIS Server 10

What s New in ArcGIS Server 10 What s New in ArcGIS Server 10 Derek Law ArcGIS Server Product Management What s s new in ArcGIS Server 10? Agenda Highlights: Enhanced Web mapping More powerful server-based analysis Geo-collaboration

More information

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data.

Outline. The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal. Open Access & Open Data. Outline The Collaborative Research Platform for Data Curation and Repositories: CKAN For ANGIS Data Portal Open Access & Open Data ANGIS data portal New developed features Future works Hsiung-Ming Liao,

More information

Viewer Features. DataBC Mashup Framework (DMF)

Viewer Features. DataBC Mashup Framework (DMF) Viewer Features DataBC Mashup Framework (DMF) Copyright 2014 Ministry of Labour, Citizens' Services and Open Government All Rights Reserved. Printed in Canada The information contained in this document

More information

Geospatial Commons Workgroup Meeting with ESRI Thursday April 29, :30 11:30 AM Centennial Office Building, Nokomis Conference Room.

Geospatial Commons Workgroup Meeting with ESRI Thursday April 29, :30 11:30 AM Centennial Office Building, Nokomis Conference Room. Geospatial Commons Workgroup Meeting with ESRI Thursday April 29, 2010 9:30 11:30 AM Centennial Office Building, Nokomis Conference Room. Workgroup Members in attendance: Chris Cialek, Mark Kotz, Susan

More information

Introduction to INSPIRE. Network Services

Introduction to INSPIRE. Network Services Introduction to INSPIRE. Network Services European Commission Joint Research Centre Institute for Environment and Sustainability Digital Earth and Reference Data Unit www.jrc.ec.europa.eu Serving society

More information

Interoperability with ArcGIS

Interoperability with ArcGIS Interoperability with ArcGIS Satish Sankaran Marten Hogeweg Agenda Understanding Interoperability What, Why and How? ArcGIS Platform An Open Platform Supporting Interoperability Examples from the real

More information

Best Practices for Designing Effective Map Services

Best Practices for Designing Effective Map Services FedGIS Conference February 24 25, 2016 Washington, DC Best Practices for Designing Effective Map Services James Tedrick, Esri Matt Sokol, MD Dept. of Information Technology Web Mapping & Service Types

More information

Leveraging OGC Services in ArcGIS Server

Leveraging OGC Services in ArcGIS Server Esri International User Conference San Diego, CA Technical Workshops Jul.14 th 2011 Leveraging OGC Services in ArcGIS Server Satish Sankaran Yingqi Tang Agenda Interoperability

More information

ArcGIS Issues Addressed List

ArcGIS Issues Addressed List ArcGIS 10.4.1 Issues Addressed List ArcGIS for Desktop (Also Contains ArcGIS Engine) Portal for ArcGIS ArcGIS Data Store Home Application ArcGIS for Server Amazon Documentation Feature Services Geocode

More information