GeoServer Feature FRENZY

Size: px
Start display at page:

Download "GeoServer Feature FRENZY"

Transcription

1 GeoServer Feature FRENZY

2 Why this Talk? State of GeoServer talks hit what is New! This talk hits what is good! 25 min talk Thirty seconds a feature!

3 So what is good? Crowdsource the value of GeoServer: Q: What makes GeoServer great for you? Q: What feature do you always enable? Q: Is there an extension which made a project possible for you or a customer? Q: What surprised you when you first installed GeoServer? Q: What community module do you wish was part of GeoServer?

4 3 ready

5 2 set

6 1 go!

7 How easy it was to connect to PostGIS. Ben Caradoc-Davies How easy it was to install and configure with GUI without a need to write mysterious configuration files by hand, and that after the clickety-click installation everything just worked. How easy it was to install and configure. Jukka Rahkonen David Collins How easy it was to setup a geoserver and display your data, even without any gis-specific knowledge. Roel De Nijs Easy to create a map Bui Hong Son How easy it was to get maps in my openlayers application. Easy to Install Mark Ismail

8 Easy to: Download Download latest Releases and Nightly Builds from the Home page!

9 Easy to: Download Stable releases for production (with maintenance version)

10 Easy to: Download Installer, Web App, or Standalone,

11 Easy to Install: Windows How do I get the data directory out of the 'Program Files' directory. Dr Christian Maul

12 Easy to Install: Windows Service Easy to install and publish OGC Web Service (WMS, WFS,WCS) Bui Hong Son

13 Easy to Install: Mac

14 Easy to Install: Binary (Windows) > unzip geoserver-bin.zip > cd geoserver > cd bin > start.bat

15 Easy to Install: Binary (Everyone) > unzip geoserver.zip > cd geoserver > cd bin >./start.sh

16 Easy to Install: WAR The ability to safely serve up data layers without the need for web repositories Mark Ismail

17 Easy to Install: Modules GeoServer is a modular application Extensions Download and install new functionality Optional functionality that not every GeoServer needs. Example: Importer, CSS, DB2 Community modules Play area for experiments and ideas The plugin architecture Christian Mueller

18 Easy to Install: Extensions

19 Easy to Install: Community Modules

20 Easy to Install: Community Modules or SpatialLite Jonathan Moules OGC GeoPackage if it is ready enough. Spatialite the third but not until it has updated to support Spatialite v. 4.2 Jukka Rahkonen Jukka Rahkonen Geoserver Printing Module. Phil Scadden Geopackage module Jorge Sanz

21 No need to dive into some obscure configuration files to change some configuration or add a new datastore, layer, Roel De Nijs Highly configurable using a web interface Roel De Nijs How easy it was to install and configure with GUI without a need to write mysterious configuration files by hand, and that after the clickety-click installation everything just worked. Jukka Rahkonen Easy to Configure The short time it took to install GS and display my data Russell Hore The simplicity of WEB GUI Christian Mueller

22 Easy to Configure: XML

23 Easy to Configure Idea (almost) everything configurable through a user-friendly web interface Roel De Nijs

24 Easy to Configure STRUTS GUI

25 Easy to Configure Wicket GUI Very simple to set up Russell Hore Simple to maintain, free, scalable David Collins

26 Mass configure layers from GUI

27 WFS-T and Oracle datastore Jukka Rahkonen The oracle database connector Mark Ismail Oracle (this is sort of strange) Oracle database connection Jonathan Moules

28 Easiest way to publish Oracle to the web GeoServer WMS/WFS ArcSDE Oracle Oracle...

29 Everybody loves curves Read curved geometries from Oracle, paint them, GML output them, linearize everywhere else

30 rendering speed Phil Scadden Rendering Speed Your maps.. faster

31 Spatial Index Key to rendering speed when zoomed in Quickly sort through data using a bounding box Remaining features filtered according to SLD

32 Geometry Simplification Zoomed out so far that several points are located in the same pixel? GeoServer will simplify as it reads from disk/database

33 Smart reprojection Simplify before reproject Linearize transformation math as needed

34 Pre Generalized DataStore Switch between: This is transparent to WMS and Rendering original data when zoomed in simplified data when zoomed out No need to add SLD rules based on scale Vast improvement when zoomed out! For more information Pregeneralized Plugin (GeoTools User Guide)

35 Switch tables based on distance <?xml version="1.0" encoding="utf-8"?> <GeneralizationInfos version="1.0"> <GeneralizationInfo datasourcename="dsstreams" featurename="genstreams" basefeaturename="streams" geompropertyname="the_geom"> <Generalization datasourcename="dsstreams_5" distance="5" featurename="streams_5" geompropertyname="the_geom"/> <Generalization datasourcename="dsstreams_10" distance="10" featurename="streams_10" geompropertyname="the_geom"/> <Generalization datasourcename="dsstreams_20" distance="20" featurename="streams_20" geompropertyname="the_geom"/>

36 Switch attributes based on distance <?xml version="1.0" encoding="utf-8"?> <GeneralizationInfos version="1.0"> <GeneralizationInfo datasourcename=" dsstreams_5_10_20_50" featurename="genstreams" basefeaturename="streams_5_10_20_50" geompropertyname="the_geom"> <Generalization datasourcename="dsstreams_5_10_20_50" distance="5" featurename="streams_5_10_20_50" geompropertyname="the_geom5"/> <Generalization datasourcename="dsstreams_5_10_20_50" distance="10" featurename="streams_5_10_20_50" geompropertyname="the_geom10"/> <Generalization datasourcename="dsstreams_5_10_20_50" distance="20" featurename="streams_5_10_20_50" geompropertyname="the_geom20"/> <Generalization datasourcename="dsstreams_5_10_20_50" distance="50" featurename="streams_5_10_20_50" geompropertyname="the_geom50"/> </GeneralizationInfo> </GeneralizationInfos>

37 Faster JPEG/PNG encoder TurboJPEG encoder PNGJ encoder

38 Shapefile

39 Shapefile GeoServer Features: Fast efficient Rendering Whacky Things you don t expect Sorting implemented using on disk merge/sort Transactions (in memory) for WFS-T

40 Simple to maintain, free, scalable David Collins Scalable

41 Marlin renderer Marlin > OpenJDK > Oracle JDK Coming in a JDK9 near to you

42 Clustering solutions Shared config DB

43 Open Source Simple to maintain, free, scalable David Collins Free Phil Scadden

44 Open Source Free as in Freedom: GPL License

45 Cost Free Free as in Beer: Download now to $0! This weeks special 10% off $0!

46 Reliability and that it is largely data format agnostic Dr Christian Maul It is a reliable product that is under continuous development and if there is a great need to get some new feature implemented there are several great companies who can take your money and make your happy soon. Jukka Rahkonen The ability to safely serve up data layers without the need for web repositories Mark Ismail Reliability

47 Quality Assurance: JUnit Build with Tests takes 15 mins Build with Tests disabled takes 2 mins Thousands of tests

48 Quality Assurance: Build Box Boundless: Linux+Java 6/7 GeoSolutions: Windows+Java7 CSIRO: Linux with space in path :)

49 Quality Assurance: Code Review

50 Easy to install and publish OGC Web Service (WMS, WFS,WCS) Bui Hong Son OGC Web Services W*S The web UI makes it perfect to teach webmapping and OGC standards to non very tech people Jorge Sanz

51 OGC? Yes, from the ground up WMS (1.1.1, 1.3.0) WFS (1.0, 1.1, 2.0) WCS (1.0, 1.1, 2.0) WPS (1.0) CSW (2.0.1) SLD (1.0, 1.1) GML (2.x, 3.1, 3.2) WMTS (1.0) GeoPackage KML WMS and WCS Earth Observation profiles

52 CITE Tests

53 Friendly, helpful community. Jonathan Moules Excellent regular update schedule with maintenance, stable and nightly branches. A well managed process! Jonathan Moules Open and Active Community Its open and active community Ben Caradoc-Davies Open Development / Open Discussion

54 Open and Active Community Community: Mailing List / StackExchange/ Skype Meetings GSIP Change Control Release Schedule

55 Predictable Six-month Schedule

56 Open Development geoserver-devel developer manual quickstart release guide clear contributor guidelines Governance PSC OSGeo Project GitHub Fork me on GitHub pull-requests Proposals (GSIP) change control pre-flight check

57 Commercial Support It is a reliable product that is under continuous development and if there is a great need to get some new feature implemented there are several great companies who can take your money and make your happy soon. Jukka Rahkonen Send money now!

58

59 Excellent documentation Jorge Sanz Documentation The difference between W*S and W*F

60 Documentation User Guide SLD Cookbook, CSS Cookbook, YSLD cookbook Developer Docs Tutorials JNDI, WMS Animator, CQL, Image Mosaic,...

61 WFS, WMS, SqlServer database connection WFS, WMS The ability to safely serve up data layers without the need for web repositories Mark Ismail Bui Hong Son WMS and DB2 data store Roel De Nijs Christian Mueller Integrated WMS/WFS Phil Scadden Web Map Server (WMS) The OGC Standard people Use! Easy to install and publish OGC Web Service (WMS, WFS,WCS) Bui Hong Son CSS Styling (would be difficult to get staff trained on SLD - we are not IT experts) David Collins

62 Web Map Server (WMS) GeoTools WFS OGC Open Web Service GetCapabilities GetCapabilities WMS Operations getmap GetMap DescribeLayer GetFeatureInfo GetLegendGraphics GetStyles PutStyles GIF

63 Styling languages Standard or easy, your choice SLD 1.1 SLD 1.0 CSS MB Style YSLD

64 SLD 1.0

65 SLD 1.1

66 SLD Named Layers (Style Groups)

67 Geo-CSS

68 YSLD MapBox GL { name: style_example "version": 8, "layers": [ { "id": "default_point", "type": "circle", "source": "test-source", "source-layer": "place_label", "layout": { "visibility": "visible" }, "paint": { "circle-color": "#FF0000", "circle-opacity": 1, "circle-radius": 6, "circle-stroke-opacity": 0, } } ] title: An example of YSLD styling abstract: Used in the User Manual of GeoServer feature-styles: - rules: - name: all title: Every feature will be styled this way symbolizers: - polygon: fill-color: '#808080' fill-opacity: 0.5 stroke-color: '#000000' stroke-opacity: 0.75 }

69 Reproject with confidence GeoServer handles dateline, projection limits, high accuracy projection grids, and so on Dateline wrap Cut on UTM Cut on polar stereographic

70 General interest maps OSM like, atlas like? Yes sir! IGN France Trimet

71 Built in Tile caching Mark Ismail GWC integration Phil Scadden (GWC) It is full of Tiles

72 Integrated tile caching Fast and easy with the integrated GeoWebCache WMTS, WMS-C, TMS, and MORE!

73 ECQL Phil Scadden ECQL

74 Extended Common Query Language A light weight domain specific language : CQL - is a standard from OGC Catalog E-CQL - extends this basic concept to do everything Filter can do

75 CQL Example POP_EST <= AND POP_EST >100000

76 WFS, WMS, SqlServer database connection WFS-T and Oracle datastore Jukka Rahkonen Roel De Nijs WFS, WMS Bui Hong Son Web UI and WFS working without any special config. Jorge Sanz WFS Integrated WMS/WFS Phil Scadden Easy to install and publish OGC Web Service (WMS, WFS,WCS) Bui Hong Son

77 Web Feature Server (WFS) OGC Open Web Service GeoTools WFS GetCapabilities GetCapabilities WFS Compliant DescribeFeatureType GetFeatures WFS-T Compliant Transaction LockFeatures GetFeaturesWithLock DescribeFeatureType XSD GetFeatures GML

78 Data sources that it can use (particularly ArcSDE, PostGIS) How easy it was to connect to PostGIS. Phil Scadden Ben Caradoc-Davies PostGIS (We expected more here)

79 PostGIS GeoServer WMS/WFS Oracle PostGIS PostGIS...

80 KML David Collins KML kmlscore system for KML (Allowed us to set up highly efficient public Google Earth system) David Collins

81 Just setup a map, GS will do the rest

82 Time travel enabled

83 Getting into the 3rd dimension

84 WFS, WMS, SqlServer database connection Roel De Nijs SqlServer database connection Roel De Nijs SQLServer

85 SQLServer GeoServer WMS/WFS PostGIS SQLServer SQLServer...

86 WPS WPS Jorge Sanz WPS with SLD rendering transformations (and chained with SQL views, incredibly flexible combination) Jorge Sanz ArcSDE, WPS Phil Scadden

87 Integrated WPS Analyze, publish, transform on the fly, access local data

88 Rendering transformations Apply processes (from WPS) to your SLD for on-the-fly data transformation

89 GeoTools or GeoScript title='buffer', description='buffers a geometry', inputs={'geom': (Geometry, 'The geometry to buffer'), 'distance':(float,'the buffer distance')}, outputs={'result': (Geometry, 'The buffered geometry')} ) def run(geom, distance): return geom.buffer(distance);

90 WMS and DB2 data store Christian Mueller DB2 DB2 data store Christian Mueller

91 DB2 GeoServer WMS/WFS Oracle DB2 DB2...

92 app-schema of course :) We have successfully mapped most of our site log data into the foreign GeodesyML schema using the App Schema extension for Geoserver Ben Caradoc-Davies WFS featuremember Ben Caradoc-Davies Gavin Medley App-Schema (Ben is a Huge Fan) Canonical schema location Ben Caradoc-Davies OGC HTTP URI format for srsname Ben Caradoc-Davies

93 App Schema

94 WFS-T and Oracle datastore Jukka Rahkonen WFS-T The Original Super Power

95 Editing your data since 2003 ArcSDE PostGIS Oracle WFS-T Shapefile SQLServer...

96 INSPIRE (helps to get around our problems with non-iso-conforming metadata) Dr Christian Maul INSPIRE

97 INSPIRE <inspire_vs:extendedcapabilities> <inspire_common:metadataurl xsi:type="inspire_common:resourcelocatortype"> <inspire_common:url/> <inspire_common:mediatype>application/vnd.iso xml</inspire_common:mediatype> </inspire_common:metadataurl> <inspire_common:supportedlanguages xsi:type="inspire_common:supportedlanguagestype"> <inspire_common:defaultlanguage> <inspire_common:language>eng</inspire_common:language> </inspire_common:defaultlanguage> <inspire_common:supportedlanguage> <inspire_common:language>eng</inspire_common:language> </inspire_common:supportedlanguage> </inspire_common:supportedlanguages> <inspire_common:responselanguage> <inspire_common:language>eng</inspire_common:language> </inspire_common:responselanguage> </inspire_vs:extendedcapabilities>

98 WPS with SLD rendering transformations (and chained with SQL views, incredibly flexible combination) Jorge Sanz SQL Views In App Views

99 SqlViews GeoServer WMS/WFS... Any DB... Run query as layer source DB2

100 GeoServer WMS/WFS... Any DB... Run query as layer source DBMS Inject params from request Parametric SQL Views

101 NetCDF Dr Christian Maul Not of current extensions. NetCDF and cross-layer filtering loom large in the future. Phil Scadden Multidimensional data Weather or not you are ready

102 Multidimensional data, in and out! Time, elevation in WMS/WCS

103 Multidimensional data formats GRIB

104 Meteorology ready! Temperature, currents, wind, pressure, time and elevation? We got you covered!

105 authkey, should do this by myself Christian Mueller Security Stop or I will say Stop Again Web Service security standard Bui Hong Son

106 Authentication and Authorization Fully pluggable!

107 Community OAuth Module Allows GeoServer authentication to be provided by OAuth Allows users to login with: GeoNode Google Github add yours here, it s pluggable Developed for integration with GeoNode

108 Question and Answer Thanks!

GeoServer, The Open Source Solution for the interoperable management of geospatial data

GeoServer, The Open Source Solution for the interoperable management of geospatial data GeoServer, The Open Source Solution for the interoperable management of geospatial data Ing. Andrea Aime, GeoSolutions Ing. Simone Giannecchini, GeoSolutions Outline Who is GeoSolutions? Quick intro to

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

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

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 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

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

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

OpenData and INSPIRE with GeoServer, GeoNetwork and MapStore: lessons learned from real-world use cases

OpenData and INSPIRE with GeoServer, GeoNetwork and MapStore: lessons learned from real-world use cases OpenData and INSPIRE with GeoServer, GeoNetwork and MapStore: lessons learned from real-world use cases Ing. Simone Giannecchini, GeoSolutions Silvana Griffa, CSI Piemonte Giovanni Menduni, City of Florence

More information

Development of Java Plug-In for Geoserver to Read GeoRaster Data. 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore

Development of Java Plug-In for Geoserver to Read GeoRaster Data. 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore Development of Java Plug-In for Geoserver to Read GeoRaster Data 1. Baskar Dhanapal CoreLogic Global Services Private Limited, Bangalore 2. Bruce Thelen CoreLogic Spatial Solutions, Austin, USA 3. Perumal

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

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

Creare SDI INSPIRE Ready con GeoNetwork e GeoServer

Creare SDI INSPIRE Ready con GeoNetwork e GeoServer Creare SDI INSPIRE Ready con GeoNetwork e GeoServer Ing. Andrea Aime, GeoSolutions Ing. Simone Giannecchini, GeoSolutions Ing. Emanuele Tajariol, GeoSolutions Outline Who is GeoSolutions? What GeoServer

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

Interactive Web Mapping: Overview

Interactive Web Mapping: Overview Interactive Web Mapping: Overview Overview of how geospatial data is formatted requested supplied consumed by/for web technologies 2 Definitions Analysis exploring and modeling geospatial phenomena Mapping

More information

OPEN SOURCE SOLUTIONS FOR SURVEYORS

OPEN SOURCE SOLUTIONS FOR SURVEYORS 2 nd Sabah International Surveyors Congress 11 th 12 th March 2014 OPEN SOURCE SOLUTIONS FOR SURVEYORS Presented By : Sr Alexander Chong Director, Jurukur Antarabangsa The Benefits Of Closed Proprietary

More information

pgrouting extends the postgis/postgresql geospatial database to provide geospatial routing and other network analysis functionality.

pgrouting extends the postgis/postgresql geospatial database to provide geospatial routing and other network analysis functionality. Workshop: 1 pgrouting extends the postgis/postgresql geospatial database to provide geospatial routing and other network analysis functionality. Attendee s previous knowledge: SQL (PostgreSQL, PostGIS)

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

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

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 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

Implementing Web GIS Solutions

Implementing Web GIS Solutions Implementing Web GIS Solutions using open source software Karsten Vennemann Seattle Talk Overview Talk Overview Why and What What is Open Source (GIS)? Why use it? Application Components Overview of Web

More information

Lecture note on the history and principles of geo-webservices

Lecture note on the history and principles of geo-webservices A SHORT INTRODUCTION TO GEO-WEBSERVICES Lecture note on the history and principles of geo-webservices Barend Köbben Version 1.0 February 24, 2010 Contents 1 From monolithic to distributed GIS architectures

More information

Technical Report. Improving GeoServer Security. Ing. Andrea Aime Ing. Simone Giannecchini GeoSolutions S.A.S. 20/12/2010 Version 01.

Technical Report. Improving GeoServer Security. Ing. Andrea Aime Ing. Simone Giannecchini GeoSolutions S.A.S. 20/12/2010 Version 01. Technical Report 2010 Improving GeoServer Ing. Andrea Aime Ing. Simone Giannecchini. 20/12/2010 Version 01.00 Contents Record of Changes... 4 Securing GeoServer... 5 Introduction... 5 The external proxy

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

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

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

Who are we? Randal Hale. Nathan Saylor. GIS Coordinator for Hardin Co. Owner of North River Geographic Systems. Consultant. Owner of Saylor Mapping

Who are we? Randal Hale. Nathan Saylor. GIS Coordinator for Hardin Co. Owner of North River Geographic Systems. Consultant. Owner of Saylor Mapping Who are we? Nathan Saylor Randal Hale GIS Coordinator for Hardin Co. Owner of North River Geographic Systems Owner of Saylor Mapping Consultant Been doing GIS since 2005 Been in the GIS Industry 20 something

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

Caching Tile Cache Creation & Management

Caching Tile Cache Creation & Management Exploring Options for Map Caching Tile Cache Creation & Management Presented By: Todd Wascher, Business Development Manager 04.21.2011 We Visualize Your World Whachutalkinbout? What we ll cover with this

More information

MapInfo Professional Evolution!

MapInfo Professional Evolution! MapInfo Professional Evolution! A long history of improvement This presentation covers what is new in all of the MapInfo Pro releases since v9.0! MapInfo Pro Release History A feature release every year

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

ArcGIS for Server Michele Lundeen

ArcGIS for Server Michele Lundeen ArcGIS for Server 10.1 Michele Lundeen Summary Vision Installation and Configuration Architecture Publishing Functional Enhancements Cloud Migration and Best Practices Powerful GIS capabilities Delivered

More information

Standards, GML and AIXM. Dr. David Burggraf Vice President Galdos Systems Inc

Standards, GML and AIXM. Dr. David Burggraf Vice President Galdos Systems Inc Standards, and AIXM Dr. David Burggraf Vice President Galdos Systems Inc Copyright Galdos Systems Inc. May 6, 2010 Geography Markup Language: What is it? A modeling language for geographic features A set

More information

Tutorial International Standards. Web Map Server (WMS) & Web Feature Server (WFS) Overview

Tutorial International Standards. Web Map Server (WMS) & Web Feature Server (WFS) Overview ISO/TC 211 17 th Plenary & Associated Meetings Berlin, Germany, DIN Institute / 2003-10-31 Advisory Group on Outreach Tutorial International Standards Web Map Server (WMS) & Web Feature Server (WFS) Overview

More information

Regarding the quality attributes, the architecture of the system must be:

Regarding the quality attributes, the architecture of the system must be: The SDSS System Overview This chapter gives an overview of the software architecture of the RiskChanges SDSS system. One of the objectives within the project is the development of a SDSS system for probabilistic

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

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

Web Services Made Easy Without Any Coding. September 23, 2013

Web Services Made Easy Without Any Coding. September 23, 2013 Web Services Made Easy Without Any Coding September 23, 2013 Agenda Introduction Safe Software and FME FME Approach to Web Services Live Demos Consuming Web Services Leveraging Web Services Publishing

More information

Integrating OGC web services into Metview and Magics++

Integrating OGC web services into Metview and Magics++ Integrating OGC web services into Metview and Magics++ Developing ECMWF s tools for OGC web services Sylvie Lamy-Thépaut, Stephan Siemen, Fernando Ii, Slide 1 Sándor Kertész,Vesa Karhila, Iain Russel Graphics

More information

[ ]..,ru. GeoServer Beginner's Guide. open source^ software server. Share and edit geospatial data with this open source.

[ ]..,ru. GeoServer Beginner's Guide. open source^ software server. Share and edit geospatial data with this open source. GeoServer Beginner's Guide Share and edit geospatial data with this open source software server Stefano lacovella Brian Youngblood [ ]..,ru open source^ PUBLISHING community experience distilled BIRMINGHAMMUMBAI

More information

Introduction THE OPENGEO ARCHITECTURE

Introduction THE OPENGEO ARCHITECTURE Introduction Putting maps on the web used to be very very difficult. It required specialized software, and more important, specialized knowledge about the kinds of data and processes used to create cartographic

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

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

T-rex, a vector tile server for your own data

T-rex, a vector tile server for your own data FOSS4G 2017 T-rex, a vector tile server for your own data @PirminKalberer Sourcepole, Zurich, Switzerland www.sourcepole.com Vector Tiles Demo > Vector tile demo > https://www.mapbox.com/maps/ Demo > Vector

More information

Carmenta Server Product Description

Carmenta Server Product Description White paper Carmenta Server Product Description Carmenta AB, Tel +46-31-775 57 00, www.carmenta.com P315 121RD, 2010 Carmenta reserves the right to change the specifications at any time and without notice.

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

Working with Scientific Data in ArcGIS Platform

Working with Scientific Data in ArcGIS Platform Working with Scientific Data in ArcGIS Platform Sudhir Raj Shrestha sshrestha@esri.com Hong Xu hxu@esri.com Esri User Conference, San Diego, CA. July 11, 2017 What we will cover today Scientific Multidimensional

More information

FDO Data Access Technology at a Glance

FDO Data Access Technology at a Glance Autodesk Geospatial FDO Data Access Technology at a Glance Work seamlessly with your geospatial data whatever the format 1 The Challenge The growing need for openness and interoperability between traditional

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

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

LifeWatch/EnvEurope User Forum Use Case Ecology

LifeWatch/EnvEurope User Forum Use Case Ecology LifeWatch/EnvEurope User Forum Use Case Ecology User Forum Barcelona, March 2012 Michael Mirtl (EAA, Environment Agency Austria) Wouter Los (LifeWatch) Infrastructure for Biodiversity and Ecosystem Research

More information

ISIG/WEB A web-based tool for viewing and editing maps

ISIG/WEB A web-based tool for viewing and editing maps ISIG/WEB A web-based tool for viewing and editing maps Gustavo Henrique Mandolesi, Cláudia de Andrade Tambascia, Sandro Danilo Gatto and Alexandre Melo Braga CPqD Telecom & IT Solutions - Rodovia Campinas-Mogi

More information

BROWSER. LuciadRIA DATA SHEET

BROWSER. LuciadRIA DATA SHEET BROWSER LuciadRIA DATA SHEET V2017 V2017.0 DATA SHEET LuciadRIA is the answer to today s demands for powerful, lightweight applications in the browser. Driven by today s most advanced web technologies,

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

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

GeoServer in production We do it, here it is how! Ing. Andrea Aime Ing. Simone Giannecchini GeoSolutions

GeoServer in production We do it, here it is how! Ing. Andrea Aime Ing. Simone Giannecchini GeoSolutions GeoServer in production We do it, here it is how! Ing. Andrea Aime Ing. Simone Giannecchini GeoSolutions GeoSolutions Founded in Italy in late 2006 Expertise Image Processing, GeoSpatial Data Fusion Java,

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

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

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

Validating Web Feature Server Design Document

Validating Web Feature Server Design Document Validating Web Feature Server Design Document Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas

More information

Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones

Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones Desarrollo de una herramienta de visualización de datos oceanográficos: Modelos y Observaciones J. Fernandez, J. Lopez, I. Carlos, F. Jerez, F. Hermosilla, M. Espino SIMO, LIM-UPC, CIIRC FIELD_AC 7 th

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

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

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

All Fields marked with * are mandatory. *Ben Caradoc-Davies

All Fields marked with * are mandatory. *Ben Caradoc-Davies All Fields marked with * are mandatory. Change Request #: 303 Assigned OGC Document #: Name: Organization: Email: 13-048r1 *Ben Caradoc-Davies *CSIRO *Ben.Caradoc-Davies@csiro.au Document Name/Version:

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

PF-III User Guide for GUI and API - validation phase

PF-III User Guide for GUI and API - validation phase PF-III User Guide for GUI and API - validation phase Doc.No. : EUM/OPS/MAN/18/983019 Issue : v1a Date : 7 June 2018 WBS/DB : S EUMETSAT Eumetsat-Allee 1, D-64295 Darmstadt, Germany T l 49 6151 807 7 EUMETSAT

More information

WFS Design Document. June 18, GeoConnections Victoria, BC, Canada

WFS Design Document. June 18, GeoConnections Victoria, BC, Canada WFS Design Document June 18, 2004 Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: David Zwiers Refractions Research Inc. Suite 400 1207 Douglas Street Victoria, BC V8W 2E7

More information

GML Application Schema for Meteorological Objects

GML Application Schema for Meteorological Objects GML Application Schema for Meteorological Objects Ilkka Rinne Finnish Meteorological Institute 9 th June 2009, EGOWS meeting, De Bilt, Netherlands Prepare for INSPIRE, Learn OGC Web Services OGC Web Service

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

Beyond PostGIS. New developments in Open Source Spatial Databases. Karsten Vennemann. Seattle

Beyond PostGIS. New developments in Open Source Spatial Databases. Karsten Vennemann. Seattle New developments in Open Source Spatial Databases Karsten Vennemann Seattle Talk Overview Intro Relational Databases PostGIS JASPA INGRES Geospatial MySQL Spatial Support HatBox a user space extension

More information

MOBILE. LuciadMobile DATA SHEET

MOBILE. LuciadMobile DATA SHEET MOBILE LuciadMobile DATA SHEET V2017 V2017.0 DATA SHEET LuciadMobile enables the rapid development of geospatial situational awareness applications on mobile devices running Android, and is specifically

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

A ONE-STOP SERVICE HUB INTEGRATING ESSENTIAL WEATHER AND GEOPHYSICAL INFORMATION ON A GIS PLATFORM. Hong Kong Observatory

A ONE-STOP SERVICE HUB INTEGRATING ESSENTIAL WEATHER AND GEOPHYSICAL INFORMATION ON A GIS PLATFORM. Hong Kong Observatory A ONE-STOP SERVICE HUB INTEGRATING ESSENTIAL WEATHER AND GEOPHYSICAL INFORMATION ON A GIS PLATFORM Hong Kong Observatory Mission HONG KONG OBSERVATORY To provide people-oriented quality services in meteorology

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

SUMMARY... 1 FIGURES... 1 INTRODUCTION... 1 LAYERS PANEL... 2 MAP PANEL...10

SUMMARY... 1 FIGURES... 1 INTRODUCTION... 1 LAYERS PANEL... 2 MAP PANEL...10 MapStore Guide Summary SUMMARY... 1 FIGURES... 1 INTRODUCTION... 1 LAYERS PANEL... 2 MAP PANEL...10 Figures FIGURE 1: LAYER PANEL DRAG-AND-DROP... 2 FIGURE 2: LAYER TAB TOOLBAR... 2 FIGURE 3: AVAILABLE

More information

geobrowser3d.com The Power of 3D GIS Tools in your Browser

geobrowser3d.com The Power of 3D GIS Tools in your Browser geobrowser3d.com 1 The Power of 3D GIS Tools in your Browser Overview Introduction Modules Success Stories Build your own What is GeoBrowser3D Interactive 3D visualization system Modular platform OGC compliant

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

Introduction to ArcGIS Server Architecture and Services. Amr Wahba

Introduction to ArcGIS Server Architecture and Services. Amr Wahba Introduction to ArcGIS Server 10.1 - Architecture and Services Amr Wahba awahba@esri.com Agenda Architecture Features Publishing Security Cloud Powerful GIS capabilities Delivered as Web services To help

More information

Practical Benefits of Organised Spatial Data

Practical Benefits of Organised Spatial Data Practical Benefits of Organised Spatial Data Ray Scanlon Information Manager Geological Survey of Ireland Outline of talk Organising at a Corporate Level GSI Journey What do customers want? Example of

More information

InCLUDE Data Exchange. Julia Harrell, GISP GIS Coordinator, NC DENR

InCLUDE Data Exchange. Julia Harrell, GISP GIS Coordinator, NC DENR InCLUDE Data Exchange Julia Harrell, GISP GIS Coordinator, NC DENR Julia.harrell@ncdenr.gov InCLUDE Project Partners NC Department of Environment & Natural Resources: The State of NC s lead environmental

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

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows

IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows IT Infrastructure for BIM and GIS 3D Data, Semantics, and Workflows Hans Viehmann Product Manager EMEA ORACLE Corporation November 23, 2017 @SpatialHannes Safe Harbor Statement The following is intended

More information

The CEDA Web Processing Service for rapid deployment of earth system data services

The CEDA Web Processing Service for rapid deployment of earth system data services The CEDA Web Processing Service for rapid deployment of earth system data services Stephen Pascoe Ag Stephens Phil Kershaw Centre of Environmental Data Archival 1 1 Overview of CEDA-WPS History first implementation

More information

WebGIS exercise Land Change Viewer. Elisabeth Weinke Department of Geoinformatics University of Salzburg

WebGIS exercise Land Change Viewer. Elisabeth Weinke Department of Geoinformatics University of Salzburg WebGIS exercise Land Change Viewer Elisabeth Weinke Department of Geoinformatics University of Salzburg Overview Client Application OpenLayers Google Maps Interface WMS WFS Server GeoServer Data management

More information

GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS

GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS GEOMEDIA SMART CLIENT 2015 PRODUCT FEATURES AND COMPARISONS GeoMedia Smart Client enables the entire organization to access and utilize rich geospatial data in their business processes. It delivers an

More information

Dynamic Situational Awareness. Through Developer Applications

Dynamic Situational Awareness. Through Developer Applications Dynamic Situational Awareness Through Developer Applications Mission Focused Applications Building Apps to support operations Agile Simple High-Performance Defense Developers GIS Simplifies Working With

More information

Styling on the Web (CSS & SLD)

Styling on the Web (CSS & SLD) Styling on the Web (CSS & SLD) 1.0 - Barend Köbben ITC Dept. of GeoInformation Processing INTERNATIONAL INSTITUTE FOR GEO-INFORMATION SCIENCE AND EARTH OBSERVATION THE CARTOGRAPHIC

More information

An Overview of FMW MapViewer

An Overview of FMW MapViewer An Overview of FMW MapViewer Agenda What is MapViewer Select Features Getting Started Additional Resources 2 Copyright 2013, Oracle and/or its affiliates. All rights reserved. Oracle

More information

InCLUDE Data Exchange. Julia Harrell, GISP GIS Coordinator, NC DENR

InCLUDE Data Exchange. Julia Harrell, GISP GIS Coordinator, NC DENR InCLUDE Data Exchange Julia Harrell, GISP GIS Coordinator, NC DENR Julia.harrell@ncdenr.gov InCLUDE Project Partners NC Department of Environment & Natural Resources: The State of NC s lead environmental

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

Using the Network Common Data Form for storage of atmospheric data

Using the Network Common Data Form for storage of atmospheric data Using the Network Common Data Form for storage of atmospheric data Maarten Plieger Royal Netherlands Meteorological Institute The NetCDF4 data format (Network Common Data Form) is used within the ADAGUC

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

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

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

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

Marushka Server. Product Specification

Marushka Server. Product Specification Introductory Information Product Marushka Server represents a new generation of tools (devices) for publication and use of GIS data in the Internet and intranet. It is built on component technology in.net

More information

BC is 94% public land. That requires a lot of mapping and makes the province a major data producer..

BC is 94% public land. That requires a lot of mapping and makes the province a major data producer.. About British Columbia BC is big - almost twice the area of Spain (95 000 000 ha vs 50 500 000 ha) - larger than the states of Washington, Oregon, and California combined - spans five UTM zones BC is 94%

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

SEXTANT 1. Purpose of the Application

SEXTANT 1. Purpose of the Application SEXTANT 1. Purpose of the Application Sextant has been used in the domains of Earth Observation and Environment by presenting its browsing and visualization capabilities using a number of link geospatial

More information