INSPIRE roadmap and architecture: lessons learned INSPIRE 2017

Size: px
Start display at page:

Download "INSPIRE roadmap and architecture: lessons learned INSPIRE 2017"

Transcription

1 INSPIRE roadmap and architecture: lessons learned INSPIRE 2017 Stijn Goedertier GIM Thierry Meessen GIM Jeff Konnen ACT Luxembourg Patrick Weber ACT Luxembourg 1

2 Administration du cadastre et de la topographie (ACT) Luxembourg Responsible for: National cadastral plan Differential GPS network Aerial photo s and maps Open data portal: data.public.lu Geoportal: geoportail.lu INSPIRE: catalog.inspire.geoportail.lu 2

3 #1 Make a plan ACT is responsible for the INSPIRE data harmonisation for the whole of Luxembourg 253 datasets from 22 government entities Made a roadmap Tasks, roles & responsibilities, estimated timing and effort 3

4 #2 Review the application architecture Components were replaced by their open-source counterparts (where feasible) Data harmonisation FME Desktop / FME Server 2017 Metadata & discovery service View service Download service Data store File store Validation GeoNetwork GeoServer GeoNetwork (ATOM/OpenSearch) Postgres/PostGIS AWS S3 (via udata) ETF-WebApp, GDI-DE Testsuite, INSPIRE validator 4

5 #3 Keep things as simple as possible 5

6 #3 Keep things as simple as possible e.g. Metadata: one language only: English 6

7 #3 Keep things as simple as possible e.g. Metadata: one language only: English e.g. Metadata: only mandatory metadata elements 7

8 #3 Keep things as simple as possible e.g. Metadata: one language only: English e.g. Metadata: only mandatory metadata elements e.g. Open Data: no access restriction means no authentication and authorisation 8

9 #3 Keep things as simple as possible e.g. Metadata: one language only: English e.g. Metadata: only mandatory metadata elements e.g. Open Data: no access restriction means no authentication and authorisation e.g. Service capability document: only minimal extension (scenario 1) 9

10 #4 Go for a file download service 10

11 #4 Go for a file download service Minimally a predefined dataset download service: i.e. a file download service ATOM/OpenSearch or WFS2.0 stored queries) The user must download the entire dataset as a file Requires no effort from data publisher (when ATOM/OpenSearch generated from metadata) 11

12 #4 Go for a file download service Minimally a predefined dataset download service: i.e. a file download service ATOM/OpenSearch or WFS2.0 stored queries) The user must download the entire dataset as a file Requires no effort from data publisher (when ATOM/OpenSearch generated from metadata) Where practicable a direct access download service (i.e. a WFS2.0 query service) The user can query and get the feature(s) of interest Implementations like GeoServer App-Schema have many limitations QoS (availability, response, throughput) is more difficult to guarantee 12

13 #4 Go for a file download service Minimally a predefined dataset download service: i.e. a file download service ATOM/OpenSearch or WFS2.0 stored queries) The user must download the entire dataset as a file Requires no effort from data publisher (when ATOM/OpenSearch generated from metadata) Where practicable a direct access download service (i.e. a WFS2.0 query service) The user can query and get the feature(s) of interest Implementations like GeoServer App-Schema have many limitations QoS (availability, response, throughput) is more difficult to guarantee 13

14 #4 Go for a file download service predefined dataset download service: Implementation: GeoNetwork was enhanced to support local atom feeds generated automatically on the basis of the service and dataset metadata records. Conformance testing: Implementation was tested with the GDI-DE test suite. Benefits: No additional effort required from data publisher (just correct metadata records) QoS easy to guarantee 14

15 #4 Go for a file download service direct access download service: Implementation: GeoServer Application Schema. Conformity: good results with ETF-Webapp Drawbacks: Requires transformation of source database Not possible to distinguish multiple datasets (only feature types) (multiple virtual WMS not possible with App-Schema) QoS more difficult to guarantee 15

16 #5 Speed up deployment with Docker Dockerfiles / docker images for: FME Server PostgreSQL, GeoServer, GeoNetwork, ETF-Webapp NGINX INSPIRE dashboard. Building images and starting-up containers in concert using Docker-compose or Rancher 16

17 #6 Automate conformance testing Metadata: INSPIRE Geoportal Validator Data: ETF-Webapp (ARE3NA ETS repository) Network Services: GDI-DE TestSuite 17

18 #7 Automate the workflow 1. Harmonise dataset udata API udata Data Portal 2. Upload harmonised dataset 3. Configure view service 4. Update metadata records 5. Test conformance of data, metadata, and services FME ReST API CSW-T API ReST API GeoServer View (WMS) and download (WFS) services GeoNetwork Data Catalog INSPIRE Validation service 18

19 #7 Automate the workflow - 1. Harmonise data with FME XML Schema: write GML according to 34 built-in schemas or your own supports INSPIRE complexities: multiple geometries, nested features, object referencing, repeating elements, nillable elements, grids 19

20 #7 Automate the workflow - 1. Harmonise data with FME XML Schema: write GML according to 34 built-in schemas or your own supports INSPIRE complexities: multiple geometries, nested features, object referencing, repeating elements, nillable elements, grids How to map features into the right schema? 20

21 #7 Automate the workflow - 1. Harmonise data with FME What is the SchemaMapper? restructures the existing schema (data model) of incoming features to a new schema, based on mappings defined in an external lookup table. very useful when the mappings are potentially complex, when they need to be maintained by someone unfamiliar with FME. 21

22 #7 Automate the workflow - 1. Harmonise data with FME source_feature_type target_feature_type: mappings of features types. source_attr_name target_attribute_name: mappings of attributes. Attribute filters: new attribute-value combinations (filter_target_attribute_name filter_target_attribute_value), conditional to the presence of attribute-value combinations in the source feature (filter_source_attribute_name filter_source_attribute_value). source_feature_type target_feature_type source_attr_name target_attr_name UNESCO_vieux_quartiers_fortifications_LUX_2zones ProtectedSite UNESCO_vieux_quartiers_fortifications_LUX_2zones UNESCO_vieux_quartiers_fortifications_LUX_2zones UNESCO_vieux_quartiers_fortifications_LUX_2zones UNESCO_vieux_quartiers_fortifications_LUX_2zones UNESCO_vieux_quartiers_fortifications_LUX_2zones Id inspireid.identifier.localid UNESCO_vieux_quartiers_fortifications_LUX_2zones UNESCO_vieux_quartiers_fortifications_LUX_2zones Lien_Link1 UNESCO_vieux_quartiers_fortifications_LUX_2zones Lien_Link2 gml_descriptionreference.xlink_href UNESCO_vieux_quartiers_fortifications_LUX_2zones Nom_Name sitename{0}.geographicalname.spelling{0}.spellingofname.text UNESCO_vieux_quartiers_fortifications_LUX_2zones UNESCO_vieux_quartiers_fortifications_LUX_2zones 22 UNESCO_vieux_quartiers_fortifications_LUX_2zones Type_Typ

23 #7 Automate the workflow - 1. Harmonise data with FME A simple workspace looks as follows (sometimes more operations required) 23

24 #7 Automate the workflow - 2. Upload dataset with FME Upload datasets to a data portal using an Application Programming Interface (API) s/create_resource 24

25 #7 Automate the workflow - 2. Upload dataset with FME import requests url = ' headers = {'X-API-KEY': 'eyjhb'} data = { 'title': 'Dataset title', 'description': 'Dataset abstract', 'tags': 'keywords', 'private': 'true', 'spatial': {'geom': 'null', 'granularity': 'other', 'zones': []} } response = requests.put(url,headers=headers,json=data) print(response.text) 25

26 #7 Automate the workflow - 3. Configure view service with FME Use the GeoServer ReST API to create workspaces, stores, layers, styles, and WMS services. 26

27 #7 Automate the workflow - 3. Configure view service with FME HTTPCaller: general-purpose ReST client 27

28 #7 Automate the workflow - 3. Configure view service with FME HTTPCaller: general-purpose ReST client 28

29 #7 Automate the workflow - 4. Update metadata records Data and service metadata records are managed with GeoNetwork. Standards: ISO19139, CSW, INSPIRE TG metadata & discovery service 29

30 #7 Automate the workflow - 4. Update metadata records Use Xquery update statements to update the metadata record Use CSW-T API to post the updated metadata record to GeoNetwork Also for service metadata (e.g. <srv:coupledresource> <srv:operateson>) 30

31 #7 Automate the workflow - 5. Test conformance ETF-webapp validator: FME HTTPCaller used to execute tests 31

32 Conclusion: lessons learned 32

33 Conclusion: lessons learned #1 Make a plan 33

34 Conclusion: lessons learned #1 Make a plan #2 Review the application architecture 34

35 Conclusion: lessons learned #1 Make a plan #2 Review the application architecture #3 Keep things as simple as possible 35

36 Conclusion: lessons learned #1 Make a plan #2 Review the application architecture #3 Keep things as simple as possible #4 Go for a file download service 36

37 Conclusion: lessons learned #1 Make a plan #2 Review the application architecture #3 Keep things as simple as possible #4 Go for a file download service #5 Speed up deployment with Docker 37

38 Conclusion: lessons learned #1 Make a plan #2 Review the application architecture #3 Keep things as simple as possible #4 Go for a file download service #5 Speed up deployment with Docker #6 Automate conformance testing 38

39 Conclusion: lessons learned #1 Make a plan #2 Review the application architecture #3 Keep things as simple as possible #4 Go for a file download service #5 Speed up deployment with Docker #6 Automate conformance testing #7 Automate the publication workflow 39

Validation in the Netherlands and European Location Framework

Validation in the Netherlands and European Location Framework Validation in the Netherlands and European Location Framework INSPIRE Workshop on validation and conformity testing 15 16 May 2014 Thijs Brentjens Contents Geonovum and ELF INSPIRE INSPIRE in the Netherlands

More information

INSPIRE Download Services of the CNIG (Spain) Emilio López Romero

INSPIRE Download Services of the CNIG (Spain) Emilio López Romero INSPIRE Download Services of the CNIG (Spain) Emilio López Romero 1 The beginning One day, few years ago, we decided to implement INSPIRE seriously 2 The sources The first step was to identify the available

More information

Validating services and data in an SDI

Validating services and data in an SDI Validating services and data in an SDI Presentation to: By: Date: INSPIRE Conference Clemens Portele, Jon Herrmann, Roy Mellum 30 September 2016 4 October, 2016 ELF is the response from the European Mapping

More information

Spatial Data on the Web

Spatial Data on the Web Spatial Data on the Web Tools and guidance for data providers The European Commission s science and knowledge service W3C Data on the Web Best Practices 35 W3C/OGC Spatial Data on the Web Best Practices

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

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

INSPIRE tools What's new?

INSPIRE tools What's new? INSPIRE tools What's new? Michael Lutz INSPIRE Conference, Antwerp 18 September 2018 Joint Research Centre The European Commission s science and knowledge service INSPIRE reference validator Why a reference

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

The coastal data in the regional and national territorial data repertory. Genova 24 Aprile 2012 Anna Cerrato Regione Liguria

The coastal data in the regional and national territorial data repertory. Genova 24 Aprile 2012 Anna Cerrato Regione Liguria The coastal data in the regional and national territorial data repertory Genova 24 Aprile 2012 Anna Cerrato Regione Liguria www.rndt.gov.it Experience from data providers in using transformation tools

More information

Closing the INSPIRE Implementation Gap by Contributing to SDI Technology Development

Closing the INSPIRE Implementation Gap by Contributing to SDI Technology Development Closing the INSPIRE Implementation Gap by Contributing to SDI Technology Development Experiences from the Envibase project Lena Hallin-Pihlatie, Riikka Repo, Suvi Hatunen, Ilkka Rinne Finnish Environment

More information

Spatial Data on the Web

Spatial Data on the Web Spatial Data on the Web Tools and guidance for data providers Clemens Portele, Andreas Zahnen, Michael Lutz, Alexander Kotsev The European Commission s science and knowledge service Joint Research Centre

More information

GeoNode Integration with SDIs and Community Mapping

GeoNode Integration with SDIs and Community Mapping GeoNode Integration with SDIs and Community Mapping Salvador Bayarri sbayarri@gmail.com World Bank Consultant Contents Accessing other SDI services Catalog harvesting through Geonetwork Cascading external

More information

Geoportal Helpdesk - Support #3431 LU: SPATIAL_OBJECT_TYPE

Geoportal Helpdesk - Support #3431 LU: SPATIAL_OBJECT_TYPE Geoportal Helpdesk - Support #3431 LU: SPATIAL_OBJECT_TYPE 05 Dec 2018 01:02 pm - Stijn Goedertier Status: Feedback Start date: 05 Dec 2018 Priority: Normal Due date: Assignee: Angelo Quaglia % Done: 50%

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

Use case 1 INSPIRE harmonization of existing Energy Performance Certificate datasets Phase 1

Use case 1 INSPIRE harmonization of existing Energy Performance Certificate datasets Phase 1 The European Commission s science and knowledge service Joint Research Centre Use case 1 INSPIRE harmonization of existing Energy Performance Certificate datasets Phase 1 Giacomo Martirano (external consultant)

More information

Experience federating the metadata catalogue of IGN in the Spanish Open Data Portal

Experience federating the metadata catalogue of IGN in the Spanish Open Data Portal Experience federating the metadata catalogue of IGN in the Spanish Open Data Portal Paloma Abad E. López, A.F. Rodríguez, A. Sánchez, S. Castro, S. Soriano, J.I Sánchez 1 Summary IGN Metadata Catalogue

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

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

Suggestions for writing Abstract Test Suites (ATS) for INSPIRE conformance testing for Metadata and Network Services

Suggestions for writing Abstract Test Suites (ATS) for INSPIRE conformance testing for Metadata and Network Services Suggestions for writing Abstract Test Suites (ATS) for INSPIRE conformance testing for Metadata and Network Services MIWP-5 Workshop 02. December 2014 Sven Böhme, Federal Agency for Cartography and Geodesy

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

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

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

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

The French Geoportal : linking discovery and view network services. INSPIRE Conference Krakow

The French Geoportal : linking discovery and view network services. INSPIRE Conference Krakow The French Geoportal : linking discovery and view network services ( BRGM ) D.Richard (IGN) F. Robida Context of the French Geoportal The governance mechanism Transversal organisation based on the Ministry

More information

Validation experience

Validation experience Validation experience Paloma Abad Head of SDI Department SDI Workshop 26-06-2018 INSPIRE KEN INSPIRE KEN, june 2018 1 Points 1. Introduction 2. Interoperability 3. Geoportal Thematic Viewer 4. Conclusions

More information

INSPIRE & Environment Data in the EU

INSPIRE & Environment Data in the EU INSPIRE & Environment Data in the EU Andrea Perego Research Data infrastructures for Environmental related Societal Challenges Workshop @ pre-rda P6 Workshops, Paris 22 September 2015 INSPIRE in a nutshell

More information

From the INSPIRE Engine Room

From the INSPIRE Engine Room From the INSPIRE Engine Room Michael Lutz ENiiG Conference, Lisbon 9 November 2016 Joint Research Centre the European Commission's in-house science service The JRC's role in INSPIRE Support MS in implementation

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

SII Law Organization Coordination activities Examples of good practices Education Technical matters Success stories Challenges

SII Law Organization Coordination activities Examples of good practices Education Technical matters Success stories Challenges SII Law Organization Coordination activities Examples of good practices Education Technical matters Success stories Challenges INSPIRE transposed by the legal act on Spatial Information Infrastructure

More information

Leveraging metadata standards in ArcGIS to support Interoperability. David Danko and Aleta Vienneau

Leveraging metadata standards in ArcGIS to support Interoperability. David Danko and Aleta Vienneau Leveraging metadata standards in ArcGIS to support Interoperability David Danko and Aleta Vienneau Leveraging Metadata Standards in ArcGIS for Interoperability Why metadata and metadata standards? Overview

More information

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan

Metadata for Data Discovery: The NERC Data Catalogue Service. Steve Donegan Metadata for Data Discovery: The NERC Data Catalogue Service Steve Donegan Introduction NERC, Science and Data Centres NERC Discovery Metadata The Data Catalogue Service NERC Data Services Case study:

More information

Testing - an essential aspect of establishing an SDI

Testing - an essential aspect of establishing an SDI Testing - an essential aspect of establishing an SDI Clemens Portele, Anders Östman, Michael Koutroumpas, Xin He, Janne Kovanen, Markus Schneider, Andriani Skopeliti INSPIRE Conference 2011 30 June 2011

More information

GENeric European Sustainable Information Space for Environment.

GENeric European Sustainable Information Space for Environment. GENeric European Sustainable Information Space for Environment http://www.genesis-fp7.eu/ Outline Introduction The GENESIS FP7 project The GENESIS solution s architecture GENESIS experience with INSPIRE

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

DanubeGIS User Manual Document number: Version: 1 Date: 11-Nov-2016

DanubeGIS User Manual Document number: Version: 1 Date: 11-Nov-2016 DanubeGIS User Manual Document number: Version: 1 Date: 11-Nov-2016 Imprint Published by: ICPDR International Commission for the Protection of the Danube River ICPDR 2016 Contact ICPDR Secretariat Vienna

More information

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

ELF download services

ELF download services ELF download services Presentation to: Author: Date: ELF workshop in Moldova Marcin Grudzień 8 h September2015 14 September, 2015 Plan Introduction Specification documents The envisaged production process

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

DATA VALIDATION AGAINST SCHEMA AND SOURCE DATA

DATA VALIDATION AGAINST SCHEMA AND SOURCE DATA DATA VALIDATION AGAINST SCHEMA AND SOURCE DATA didier.bouteloup@ign.fr; dominique.laurent@ign.fr 3 June 2016 ign.fr Context IGN has performed data validation twice On test INSPIRE data (2013-2014) On ELF

More information

Rui Reis, Maria José Vale, Marcelo Ribeiro, Bruno Meneses Geospatial World Forum 2016, May 2016, Rotterdam

Rui Reis, Maria José Vale, Marcelo Ribeiro, Bruno Meneses Geospatial World Forum 2016, May 2016, Rotterdam LC change detection and planning indicators Rui Reis, Maria José Vale, Marcelo Ribeiro, Bruno Meneses Summary 1. 2. 3. 4. 5. 6. 7. 8. Introduction Pilot overview Data description Inspire data harmonization

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

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

Extension of INSPIRE Download Services TG for Observation Data

Extension of INSPIRE Download Services TG for Observation Data Extension of INSPIRE Download Services TG for Observation Data Simon Jirka (52 North) 14 th June 2014, MIG Workshop on WCS-based INSPIRE Download Services Agenda Motivation Sensor Web Proposed Update for

More information

METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION

METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION 2010/2 PAGES 1 7 RECEIVED 15. 6. 2009 ACCEPTED 2. 3. 2010 T. KLIMENT METAINFORMATION INFRASTRUCTURE FOR GEOSPATIAL INFORMATION ABSTRACT Tomáš KLIMENT email: tomas.kliment@stuba.sk Research field: Spatial

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

Esri Support for Geospatial Standards

Esri Support for Geospatial Standards APRIL 2017 ArcGIS Is Open and Interoperable Esri Support for Geospatial Standards Copyright 2017 Esri All rights reserved. Printed in the United States of America. The information contained in this document

More information

Download Service Implementing Rule and Technical Guidance

Download Service Implementing Rule and Technical Guidance Download and Transformation Draft Implementing Rules Presentation for INSPIRE Initiatives Download Service Implementing Rule and Technical Guidance Olaf Østensen Statens kartverk Norwegian Mapping Authority

More information

Proposed update of Technical Guidance for INSPIRE Download services based on SOS

Proposed update of Technical Guidance for INSPIRE Download services based on SOS Proposed update of Technical Guidance for INSPIRE Download services based on SOS Organised by: Simon Jirka, Alexander Kotsev, Michael Lutz Dr. Simon Jirka (jirka@52north.org) 52 North GmbH Workshop - The

More information

ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA)

ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA) ISA Action 1.17: A Reusable INSPIRE Reference Platform (ARE3NA) Expert contract supporting the Study on RDF and PIDs for INSPIRE Deliverable D.EC.3.2 RDF in INSPIRE Open issues, tools, and implications

More information

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION

PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION PRODUCT BROCHURE ERDAS APOLLO MANAGING AND SERVING GEOSPATIAL INFORMATION ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do

More information

Croatian Motorways Road Database Management System

Croatian Motorways Road Database Management System Croatian Motorways Road Database Management System Marko Turković FOSS4G-Europe 2014 Presentation overview About us System introduction System component architecture Kosmo Desktop WebGIS portal Future

More information

Understanding and Using Metadata in ArcGIS. Adam Martin Marten Hogeweg Aleta Vienneau

Understanding and Using Metadata in ArcGIS. Adam Martin Marten Hogeweg Aleta Vienneau Understanding and Using Metadata in ArcGIS Adam Martin Marten Hogeweg Aleta Vienneau Adam Martin National Government Account Management R&D Open Data Marten Hogeweg National Government Professional Services

More information

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri

Introduction to Geodatabase and Spatial Management in ArcGIS. Craig Gillgrass Esri Introduction to Geodatabase and Spatial Management in ArcGIS Craig Gillgrass Esri Session Path The Geodatabase - What is it? - Why use it? - What types are there? - What can I do with it? Query Layers

More information

INSPIRE Infrastructure for Spatial Information in Europe

INSPIRE Infrastructure for Spatial Information in Europe INSPIRE Infrastructure for Spatial Information in Europe INSPIRE Domain Model Title Creator INSPIRE Domain Model IOC Services Team Date 23-03-2010 Subject Status Publisher Type Description Format Source

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

Data Interoperability An Introduction

Data Interoperability An Introduction 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Data Interoperability An Introduction Bruce Harold Esri Dale Lutz Safe Software Background Why Data Interoperability?

More information

Web apps for INSPIRE: the ELISE Energy pilot example

Web apps for INSPIRE: the ELISE Energy pilot example Web apps for INSPIRE: the ELISE Energy pilot example 6 September 2017 Authors: Daniele Francioli Giacomo Martirano Maria Teresa Borzacchiello Francesco Pignatelli Outline Overview of the ELISE Energy Pilot

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

Landslide Damage on Chemin de Fer de la Mure near Grenoble,

Landslide Damage on Chemin de Fer de la Mure near Grenoble, Contents 1 What is the INSPIRE directive, and why is it important?... 3 1.1 What is the aim of this document?... 4 1.2 Who will this document be useful to?... 4 2 An overview of INSPIRE specifications...

More information

Integrating the UK Location Information Infrastructure and data.gov.uk

Integrating the UK Location Information Infrastructure and data.gov.uk Integrating the UK Location Information Infrastructure and data.gov.uk Rod Kedge - UK Location Programme 1 July 20011 This presentation The issue: How to derive the benefits of INSPIRE Background UKLII

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

International Organization for Standardization Technical Committee 211 (ISO/TC211)

International Organization for Standardization Technical Committee 211 (ISO/TC211) Esri Support for Geospatial Standards: Open Geospatial Consortium (OGC) International Organization for Standardization Technical Committee 211 (ISO/TC211) An Esri White Paper April 2015 Copyright 2015

More information

To Vector, or to Raster? Coverage Processing and Publishing for INSPIRE Annex II/III

To Vector, or to Raster? Coverage Processing and Publishing for INSPIRE Annex II/III To Vector, or to Raster? Coverage Processing and Publishing for INSPIRE Annex II/III Thorsten Reitz, wetransform GmbH Markus Braun, M.O.S.S. Computer Graphik Systeme GmbH 15.09.2017 Agenda & Introduction

More information

Technical implementation of INSPIRE: feed-back from experiences

Technical implementation of INSPIRE: feed-back from experiences Technical implementation of INSPIRE: feed-back from experiences Lisbon 27 February 2013 1 Modèle TN-02.018-1.2 Dominique.laurent@ign.fr Plan Introduction Metadata Services Interoperability 2 Introduction

More information

Title: Author(s)/Organisation(s): Working Group: References: Quality Assurance: A5.2-D3 [3.7] Information Grounding Service Component Specification

Title: Author(s)/Organisation(s): Working Group: References: Quality Assurance: A5.2-D3 [3.7] Information Grounding Service Component Specification Title: A5.2-D3 [3.7] Information Grounding Service Component Specification Author(s)/Organisation(s): Ana Belén Antón/ETRA Working Group: Architecture Team/WP05 References: A1.8-D5 User Involvement Document,

More information

An Introduction to Data Interoperability

An Introduction to Data Interoperability Esri International User Conference San Diego, California 2012 Technical Workshops July 24/25 An Introduction to Data Interoperability Bruce Harold - Esri Dale Lutz Safe Software Background Why Data Interoperability?

More information

The cadastral data and standards based on XML in Poland

The cadastral data and standards based on XML in Poland The cadastral data and standards based on XML in Poland Jarosław Bydłosz, Piotr Parzych AGH University of Science and Technology Cracow, Poland 1 XML XML Extensible Markup Language Extensible Markup Language

More information

Deliverable D3.12. Contract number: OJEU 2010/S Deliverable: D3.12 Author: Igor Antolovic Date: Version: Final

Deliverable D3.12. Contract number: OJEU 2010/S Deliverable: D3.12 Author: Igor Antolovic Date: Version: Final Deliverable D3.12 Final and public version of the implemented web site with full functionality that hosts all relevant information on the Climate Atlas of the Carpathian Region, including a public download

More information

INSPIRE Test Framework - Design Report

INSPIRE Test Framework - Design Report Ref. Ares(2016)6685626-29/11/2016 Joint Research Centre (JRC) INSPIRE Test Framework - Design Report Are3na Re3ference Platform Date: 02/09/2016 Doc. Version: v1.00 Commission européenne, B-1049 Bruxelles

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

Impacts of the new standard for metadata on geographic information (ISO :2014) on an INSPIRE discovery service

Impacts of the new standard for metadata on geographic information (ISO :2014) on an INSPIRE discovery service Impacts of the new standard for metadata on geographic information (ISO 19115-1:2014) on an INSPIRE discovery service Describing the process of migrating from an ISO19115 regional profile in Wallonia to

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

GeoDCAT-AP Representing geographic metadata by using the "DCAT application profile for data portals in Europe"

GeoDCAT-AP Representing geographic metadata by using the DCAT application profile for data portals in Europe GeoDCAT-AP Representing geographic metadata by using the "DCAT application profile for data portals in Europe" Andrea Perego, Vlado Cetl, Anders Friis-Christensen, Michael Lutz, Lorena Hernandez Joint

More information

Ambiguities in the Implementation of the INSPIRE directive for Metadata. J.Walther, F.Schenk

Ambiguities in the Implementation of the INSPIRE directive for Metadata. J.Walther, F.Schenk Ambiguities in the Implementation of the INSPIRE directive for Metadata J.Walther, F.Schenk Errors and Ambiguities e.g. UseLimitation INSPIRE Metadata Implementing Rules: Technical Guidelines based on

More information

Metadata - Inspire content - registration - services

Metadata - Inspire content - registration - services Metadata - Inspire content - registration - services Nordic Forum for Geostatistics Sept 2007 Arvid Lillethun, Norwegian Mapping and Cadaster Authority Web map service (WMS) Web feature service (WFS) Web

More information

SCRREEN & the RMIS 2.0

SCRREEN & the RMIS 2.0 & the RMIS 2.0 Raw Materials Week Annual Critical Raw Material Event Daniel Cassard - BRGM 07 November 2017, Brussels 730227 knowledge management manages both structured data (from database) and unstructured

More information

Daniela Cristiana Docan I 6th Sept. I INSPIRE Conference 2017, Strasbourg. EEA Data Quality Management supporting INSPIRE implementation

Daniela Cristiana Docan I 6th Sept. I INSPIRE Conference 2017, Strasbourg. EEA Data Quality Management supporting INSPIRE implementation Daniela Cristiana Docan I 6th Sept. I INSPIRE Conference 2017, Strasbourg EEA Data Quality Management supporting INSPIRE implementation Data Quality in INSPIRE INSPIRE Technical Guidelines use ISO 19157

More information

Service metadata validation in Spatineo Monitor

Service metadata validation in Spatineo Monitor Service metadata validation in Spatineo Monitor Ilkka Rinne Spatineo Inc. INSPIRE MIG validation workshop JRC/Ispra, 15th & 16th May 2014 Spatineo Linnankoskenkatu 16 A 17 FI-00250 Helsinki +358 20 703

More information

Using Free and Open Source GIS to Automatically Create Standards- Based Spatial Metadata

Using Free and Open Source GIS to Automatically Create Standards- Based Spatial Metadata Using Free and Open Source GIS to Automatically Create Standards- Based Spatial Metadata Claire Ellul University College London Overview The Problem with Metadata Automation Results Further Work The Problem

More information

INSPIRE Geoportal Rich user experience across member states services

INSPIRE Geoportal Rich user experience across member states services INSPIRE Geoportal Rich user experience across member states services developed under a contract with the EC (JRC) Diomede ILLUZZI 1 Nicola LUNANOVA 1 Torsten FRIEBE 2 1 Planetek Italia s.r.l Via Masaua

More information

ERDAS APOLLO Managing and Serving Geospatial Information

ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Managing and Serving Geospatial Information ERDAS APOLLO Do you have large volumes of geospatial information, regularly updated data stores, and a distributed user base? Do you need a single,

More information

The European Commission s science and knowledge service. Joint Research Centre

The European Commission s science and knowledge service. Joint Research Centre The European Commission s science and knowledge service Joint Research Centre GeoDCAT-AP The story so far Andrea Perego, Antonio Rotundo, Lieven Raes GeoDCAT-AP Webinar 6 June 2018 What is GeoDCAT-AP Geospatial

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

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 Geoportal. Jens STUTTE 1, Nicola LUNANOVA 1, Jens FITZKE 2, Torsten FRIEBE 2

INSPIRE Geoportal. Jens STUTTE 1, Nicola LUNANOVA 1, Jens FITZKE 2, Torsten FRIEBE 2 INSPIRE Geoportal The developments made towards the INSPIRE Geoportal at European Level - an overview. Jens STUTTE 1, Nicola LUNANOVA 1, Jens FITZKE 2, Torsten FRIEBE 2 1 Planetek Italia s.r.l Via Masaua

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

POSEIDON, INSPIRE updated citizen science project. Andrej Abramić, Alejandro Garcia Mendoza, Ricardo Haroun Tabraue and José Juan Castro Hernández

POSEIDON, INSPIRE updated citizen science project. Andrej Abramić, Alejandro Garcia Mendoza, Ricardo Haroun Tabraue and José Juan Castro Hernández POSEIDON, INSPIRE updated citizen science project Andrej Abramić, Alejandro Garcia Mendoza, Ricardo Haroun Tabraue and José Juan Castro Hernández Programa POSEIDON http://www.programaposeidon.eu Citizen

More information

INSPIRE on tools workshop

INSPIRE on tools workshop INSPIRE on tools workshop Geoportal, Registry, Validator Robert Tomas, Michael Lutz, Lorena Hernandez, Marco Minghini, Daniele Francioli, Emanuela Epure The European Commission s science and knowledge

More information

SMARTERDECISIONS. Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013

SMARTERDECISIONS. Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013 Geospatial Portal 2013 Open Interoperable GIS/Imagery Services with ERDAS Apollo 2013 and ERDAS Imagine 2013 Carahsoft Intergraph Government Solutions SMARTERDECISIONS Geospatial Portal 2013 Geospatial

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

Approach to persistent identifiers and data-service-coupling in the German Spatial Data Infrastructure

Approach to persistent identifiers and data-service-coupling in the German Spatial Data Infrastructure Approach to persistent identifiers and data-service-coupling in the German Spatial Data Infrastructure Martin Seiler 1, Marcus Walther 2, Jürgen Walther 2 1 Coordination Office Spatial Data Infrastructre;

More information

INSPIRE Spatial Data on the Web building a user-friendly webby SDI

INSPIRE Spatial Data on the Web building a user-friendly webby SDI INSPIRE Spatial Data on the Web building a user-friendly webby SDI Linda van den Brink & Friso Penninga (presented by Rob van de Velde) Geonovum Agenda Objective of this presentation: Apply insights from

More information

Web Coverage Services (WCS)

Web Coverage Services (WCS) Web Coverage Services (WCS) www.jrc.ec.europa.eu Thematic Cluster #3 Jordi Escriu Facilitator Thematic Cluster #3 Serving society Stimulating innovation Supporting legislation Coverages in INSPIRE Coverage:

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

Creating and Working with Geoprocessing Services. Kevin Hibma March 12, 2014

Creating and Working with Geoprocessing Services. Kevin Hibma March 12, 2014 Creating and Working with Geoprocessing Services Kevin Hibma March 12, 2014 Design your service Where does data come from? - Upload - Already on the server - Feature layer from map/feature service How

More information

Practicing Practical INSPIRE. INSPIRE Conference 2017

Practicing Practical INSPIRE. INSPIRE Conference 2017 Practicing Practical INSPIRE INSPIRE Conference 2017 Introduction Architectural Overview with examples Implementation Issues what went wrong - how we made it right Discussion / Wrap-up what to do about

More information

Metadata of geographic information

Metadata of geographic information Metadata of geographic information Kai Koistinen Management of environmental data and information 4.10.2017 Topics Metadata of geographic information What is metadata? Metadata standards and recommendations

More information

FP7-INFRASTRUCTURES Grant Agreement no Scoping Study for a pan-european Geological Data Infrastructure D 4.4

FP7-INFRASTRUCTURES Grant Agreement no Scoping Study for a pan-european Geological Data Infrastructure D 4.4 FP7-INFRASTRUCTURES-2012-1 Grant Agreement no. 312845 Scoping Study for a pan-european Geological Data Infrastructure D 4.4 Report on recommendations for implementation of the EGDI Deliverable number D4.4

More information

Hands-on Training INSPIRE Network Services

Hands-on Training INSPIRE Network Services 1 April 2014 Hands-on Training INSPIRE Network Services Jacxsens Paul SADL KU Leuven 2 Overview How will we work? Lots of demo s & exercises Quick recap on Web Mapping Service (if necessary) Introduction

More information