Transforming Data with FME for Inspire
|
|
|
- Edwina Holt
- 10 years ago
- Views:
Transcription
1 Transforming Data with FME for Inspire Ken European Services Manager Safe Software INSPIRE KEN & EuroSDR Schema Transformation Workshop ENSG - Marne-La-Vallée October 9 th 2013
2 Agenda Introduction Format Transformation Schema Mapping with FME Validation of Output Web Services with FME Server Looking Ahead FME & Inspire Q&A
3 Agenda Introduction Safe Software & FME Format Transformation New GML writing in FME Schema Mapping with FME Basic Schema related transformers Schema Mapper Success Stories Inspire Solution Pack Validation of Output XMLValidator transformer Other FME Validation Tools Web Services with FME Server WFS Service WxS Services with FME Looking Ahead FME & Inspire Q&A
4 Safe Software
5 Safe Software Inc. ~100 exuberant employees Partners World-Wide Located in Surrey, British Columbia Canada Thousands of happy customers
6 FME Feature Manipulation Engine FME Desktop FME Server FME Cloud
7 Powering the flow of data Convert data from one format to another Transform data into the precise model you need Share data for use in other applications Integrate data to use in your preferred system Validate data to identify and fix quality issues 300+ supported formats
8 FME Workbench Workspace Code No Code!! 400+ transformers give you unlimited flexibility
9 INSPIRE Data Harmonization Supported by FME Evaluation Data assessment INSPIRE Clients INSPIRE Reader Assembly Reading & Join Publication WxS,GML,PDF,KML Transformation schema, geometry Validation QA, XSD, values
10 Format Transformation
11 300+ Supported Formats Check for your format: safe.com/formats
12 New GML Writer in FME 2014 GML writing using application schema (XSDs) Destination data model captured directly from the application schema No Longer a Template Based Approach Import Feature Type in FME
13 New GML Writing in FME 2014 Multiple Nested namespace support as defined by the application schema. For example in an INSPIRE watercourse element:
14 New GML Writing We write GML Geometry directly from FME geometry just like any other format Multi-Geometry support with GeometryPropertySetter Transformer C:\PS\InspireParis2013\CadastralParcels\1 INSPIREwriter_A1.CadastralParcelsStart.fmw Geometry Property Setters and Aggregates in INSPIREwriter_A1.CadastralParcels.fmw
15 Schema Mapping with FME
16 INSPIRE - Challenge You want to meet INSPIRE data provision requirements, but your data is organized rather differently?
17 Schema Mapping Feature Type and Attribute Mapping Feature Type Mapping in FME Workbench Attribute Mapping in FME Workbench Data Transformation 17
18 Schema Mapping Values Mapping (domains) Value Mapping
19 Schema Mapping FME s SchemaMapper Transformer FME Workspace Name mapping Name & value mapping
20 Other types of transformations Geometric Transformations for example multiple named geometries
21 Other Types of Transformations Coordinate System Transformation Fast and easy projection conversion > 0 projections > 2000 predefined coordinate systems Support for user-defined systems (projection, datum, ellipsoid) Updated INSPIRE related coordinate system names to make the easier to find BritishNatGrid Belge72.Lambert72A EPSG references LL WGS-84 Italy-32 State plane and many more
22 Schema Mapping Demonstration AttributeCopiers, AttributeCreators, SchemaMapper, Reprojector GeometryPropertySetter in INSPIREwriter_A1.CadastralParcels.fmw Also show 3 Filters&Ranges&MappersExample.fmw
23 Some Schema Mapping Success Stories
24 INSPIRE SDIs: Implementations by Metria June 2013
25 Overview INSPIRE Projects in Sweden by Metria Swedish EPA: Protected Sites Harmonization Data integration from HelComm, Natura and EPA
26 Protected Sites Schema Mapping: NVR to INSPIRE FilterAttribute Filter Attribute Value SourceAttribute Field_Inspire DID INSPIRE_LOCALID VALID_FROM_DATE INSPIRE_ LEGALFOUNDATIONDAT E DECISIONDATE INSPIRE_DATE Destination AttributeValue Full SE DestinationAttribute INSPIRE_APPLICATIONSCHE MA INSPIRE_NAMESPACE creation INSPIRE_DATETYPE IUNC_CATEGORY 0 Empty value INSPIRE_DESIGNATION IUNC_CATEGORY Ia strictnaturereserve INSPIRE_DESIGNATION IUNC_CATEGORY Ib wildernessarea INSPIRE_DESIGNATION IUNC_CATEGORY II nationalpark INSPIRE_DESIGNATION IUNC_CATEGORY III naturalmonument INSPIRE_DESIGNATION IUNC_CATEGORY null Empty value INSPIRE_DESIGNATION OBJECTNAME INSPIRE_SITENAME PROTECTIONTYPE 1 natureconservation INSPIRE_PROTECTIONCLASS IFICATION PROTECTIONTYPE 2 natureconservation INSPIRE_PROTECTIONCLASS IFICATION
27 Swedish Protected Sites Update Swedish Environmental Protection Agency Production system for download services following on the successful pilot last year. Metria hosts the protected sites view services. Metria performs schema mapping for five protected sites source datasets to INSPIRE using FME Server.
28
29
30
31 con terra INSPIRE Solution Pack INSPIRE Data Harmonization INSPIRE Data Providing Consumer ETL European SDI Internal Information-/ Data Management System INSPIRE Data Models & Services
32 con terra - FME INSPIRE Solution Pack: Schema Mapping ETL import create import Workflow description source data destination schema destination schema schema mapping Load Data INSPIRE GDB FME data import process FME INSPIRE Solution Pack automated
33 Components of the FME INSPIRE Solution Pack Additional INSPIRE information Tutorial workspace (complete sample mapping [AdminUnits]) Additional HTML Workbench Help (description of INSPIRE GDB data model) Direct access to the INSPIRE data specification (link to specific themes) Additional functionality Template workspaces (destination schema and predefined workspaces) Destination data schema for all Annex 1 themes (INSPIRE GDB of ArcGIS for INSPIRE ) More than 100 additional INSPIRE transformers INSPIRE specific value and attribute mapping (voidable values) transformer for recurrent tasks (ID management, lifespan setter)
34 INSPIRE Transformers (Attribute and Value Mapping) Automated filling of obligated attribute legalstatus legalstatus_void Possible values for obligated attributes (if not void) agreed notagreed Predefined void value reasons (if void) 0 = no reason given 1 = reason: unknown 2 = reason: unpopulated AttributeRenamer functionality usable if attribute already existing Show AdminUnitsISP.fmw
35 Validation of Output
36 Validation INSPIRE schema validation ( with.xsd) Data integrity Unique IDs Geometric integrity Null values (nullable?) Valid values: ranges and domain codes Bounds Custom validity rules specific to domain AttributeClassifer, Tester etc
37 Validation Workspace
38 Validation Report Bad Syntax
39 Validation Report Bad Schema
40 Validation Report Good Metadata Show Validator.fmw
41 Other Validation Options Tester Field names Data types (numeric, date etc) IDs CoordinateSystemExtractor GeometryFilter GeometryOGCvalidator SpatialFilter (check extents)
42 Updating: XMLUpdater Insert, Delete, Replace, Replace Contents
43 Web Services with FME Server
44 Web Service Request Response url request via get, post, put, delete Web Server Response JSON, XML All web services follow the same pattern
45
46 Power of FME is Transformation Build any web service! Code No Any service is now a workspace away. Code!! FME Data Streaming service delivers response.
47 FME Workspace as Web Service Broker for WFS GetCapabilities Request FME WFS Workspace Response XML FME Server
48 FME Workspace as Web Service Broker for WFS describefeaturetype Request FME WFS Workspace Response XML FME Server
49 FME Workspace as Web Service Broker for WFS getfeature Request FME WFS Workspace Response XML FME Server
50 FME Workspace as Web Service Broker for WFS GetCapabilities Request Response XML FME WFS Workspace GetFeature Request Response GML FME Server
51 WFS Workspace
52 Workspace Parameters from URL Service Request Version Feature Types Bounds
53 Messaging: GetCapabilites, DescribeFeature
54 Data Stream: GetFeature Response
55 WFS with FME Server Show: GeoNamesWFSgml13.fmw 1.amazonaws.com/fmeserver/repositories/Inspire/GeoNamesWFSgml13.fmw
56 Looking Ahead
57 Looking Ahead FME & INSPIRE Annex II and III New FME GML writer makes it easier to import new destination schemas for future themes support reading and writing of associated data types 3D: INSPIRE built in support for 3D, AIXM etc. tracking draft 3d schema development 3D reprojection (CSMapReprojector and gridshift)
58 Looking Ahead FME & INSPIRE Application Domain Extensions (ADE s) FME Supports Application Domain Extensions (ADE s) for CityGML (e.g. 3D IMGeo NL). INSPIRE ADE xsds for Annex III buildings without xml templates
59 Looking Ahead FME & INSPIRE WxS Webservice Framework to support any web service protocol (WFS, WPS, WMTS, SOS, ODATA, ) Real Time Services exploring how FME Server supports real time services for Annex III via our Notification Service Sensor support HTML Web Socket Server Mobile support: JSON, messaging protocols
60 INSPIRE Data Harmonization Supported by FME INSPIRE Reader Evaluation Data assessment INSPIRE SDI Data Sharing GML Writer Assembly Reading & Join Publication WxS,GML,PDF,KML Transformation schema, geometry Validation QA, XSD, values
61 Get Involved! youtube.com/fmechannel blog.safe.com
62 Q&A
63 Thank You! Ken New to FME? More Questions? Please see your local FME partner
Data Integration for ArcGIS Users Data Interoperability. Charmel Menzel, ESRI Don Murray, Safe Software
Data Integration for ArcGIS Users Data Interoperability Charmel Menzel, ESRI Don Murray, Safe Software Product overview Extension to ArcGIS (optional) Jointly developed with Safe Software Based on Feature
Data Interoperability Extension Tutorial
Data Interoperability Extension Tutorial Copyright 1995-2010 Esri All rights reserved. Table of Contents About the Data Interoperability extension tutorial...................... 3 Exercise 1: Using direct-read
INSPIRE Compliant Provision of Metrological Sensor Data at the IMIDA Murcia, Spain
INSPIRE Compliant Provision of Metrological Sensor Data at the IMIDA Murcia, Spain Authors: Manuel Erena Arrabal, Grupo de Sig y Teledeteccion, IMIDA Juan Antonio Lopez Morales, Grupo de Sig y Teledeteccion,
GIS Data Models for INSPIRE and ELF
GIS Data Models for INSPIRE and ELF Paul Hardy Roberto Lucchi EuroSDR/ELF Copenhagen Data Modelling and Model Driven Implementation of Data Distribution 28 Jan 2015 ArcGIS for INSPIRE Extends ArcGIS for
Data interchange between Web client based task controllers and management information systems using ISO and OGC standards
Data interchange between Web client based task controllers and management information systems using ISO and OGC standards Michael Nørremark 1*, Ole Jørgensen 1, Jens Bligaard 2 and Claus G. Sørensen 1
FME Server Tutorial. FME 2014 Edition
FME Server Tutorial FME 2014 Edition Document and Copyright Information Safe Software Inc. makes no warranty either expressed or implied, including, but not limited to, any implied warranties of merchantability
How To Install The Arcgis For Inspire Server Extension On A Microsoft Gis For Inspire Server Extension (For Microsoft) On A Pc Or Macbook Or Ipa (For Macbook)
ArcGIS 10.2.1 for INSPIRE Server Extension Installation Guide Content 1 Introduction... 1 2 System Requirements... 1 3 Installation... 1 4 Software Authorization... 2 5 Changes to the System... 2 6 Performance
mdwfs Model-driven Schema Translation for Integrating Heterogeneous Geospatial Data
mdwfs Model-driven Schema Translation for Integrating Heterogeneous Geospatial Data Tatjana Kutzner, Andreas Donaubauer Chair of Geoinformatics [email protected] INSPIRE KEN Schema Transformation Workshop,
Leveraging Cloud-Based Mapping Solutions
Leveraging Cloud-Based Mapping Solutions GeoAlberta October 28, 2014 Laura Kerssens Safe Software Agenda To the Cloud Using Basic Services Cloud Applications Web Services Cloud-Hosted Databases Real-time
FME Server Training Manual. FME Server 2014-SP1 Edition
FME Server Training Manual FME Server 2014-SP1 Edition Document and Copyright Information Safe Software Inc. makes no warranty either expressed or implied, including, but not limited to, any implied warranties
CURSO Inspire INSPIRE. SPEAKER: Pablo Echamendi Lorente. JEUDI 23/ THURSDAY 23 rd W S V : G E O S P A T I A L D A T A A C C E S S
CURSO Inspire JEUDI 23/ THURSDAY 23 rd SPEAKER: Pablo Echamendi Lorente WS 5 SCHEDULE WMS OVERVIEW ACTIONS OGC SPECIFICATIONS OTHER SERVICES OVERVIEW proposal: Member States shall establish and operate
Geodatabase Programming with SQL
DevSummit DC February 11, 2015 Washington, DC Geodatabase Programming with SQL Craig Gillgrass Assumptions Basic knowledge of SQL and relational databases Basic knowledge of the Geodatabase We ll hold
End the Microsoft Access Chaos - Your simplified path to Oracle Application Express
End the Microsoft Access Chaos - Your simplified path to Oracle Application Express Donal Daly Senior Director, Database Tools Agenda Why Migrate from Microsoft Access? What is Oracle
Vision. South Pacific GIS/RS Conference 2015 11/17/2015. Applying Geography Everywhere. Applying Geography Everywhere
South Pacific GIS/RS Conference 2015 Applying Geography Everywhere Jithen (J) Singh Eagle Technology Group Ltd (Esri New Zealand) Suva, Fiji Vision Applying Geography Everywhere 1 GIS Is Evolving A Whole
Lift your data hands on session
Lift your data hands on session Duration: 40mn Foreword Publishing data as linked data requires several procedures like converting initial data into RDF, polishing URIs, possibly finding a commonly used
National Geothermal Data System and Global Geosciences Data Integration
National Geothermal Data System and Global Geosciences Data Integration Lee Allison, AZGS Stephen Richard, AZGS Arlene Anderson, US DOE David Cuyler, US DOE & Sandia Natl Lab NERC 2008 Outline Rational
3 CREATING A WFS SERVER
APPIX A: INSTRUCTIONS MANUAL 3 CREATING A WFS SERVER 3.1 MAP-FILE FOR SINTANA The ARK system allows for some useful spatial features for the input data. For example the map view allows an overview of all
Workflow improvement with FME in Skedsmo municipality
Workflow improvement with FME in Skedsmo municipality Anders Hveem Malum (Geodata AS) and Turid Brox Nilsen (Skedsmo municipality) 16.05.2014 Skedsmo Kommune, Teknisk sektor 1 Skedsmo municipality Situated
AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE
AN OPENGIS WEB MAP SERVER FOR THE ESA MULTI-MISSION CATALOGUE T. Westin a, *, C. Caspar b, L. Edgardh a, L. Schylberg c a Spacemetric AB, Tingsv 19, 19161 Sollentuna, Sweden - [email protected] b ESA Esrin,
Oracle to SQL Server 2005 Migration
Oracle to SQL Server 2005 Migration Methodology and Practice Presented By: Barry Young Copyright 2006 by Proactive Performance Solutions, Inc. Agenda Introduction Migration: Oracle to SQL Server Methodology:
GetLOD - Linked Open Data and Spatial Data Infrastructures
GetLOD - Linked Open Data and Spatial Data Infrastructures W3C Linked Open Data LOD2014 Roma, 20-21 February 2014 Stefano Pezzi, Massimo Zotti, Giovanni Ciardi, Massimo Fustini Agenda Context Geoportal
SQL Databases Course. by Applied Technology Research Center. This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases.
SQL Databases Course by Applied Technology Research Center. 23 September 2015 This course provides training for MySQL, Oracle, SQL Server and PostgreSQL databases. Oracle Topics This Oracle Database: SQL
Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data
Access to ESPON Database by third- party applications An expertise on the potentialities of web services for accessing the ESPON metadata and data UNEP/GRID- Geneva 27/06/2013 ABOUT THIS DOCUMENT A technical
GML support in software
GML support in software Presented by Clemens Portele Slides by Marcel Reuvers & Linda van den Brink Courtesy of Wim van Berkel, TNO 27-5-2014 Ingrediënten voor slimme toepassingen Main question as starting
Advanced PDF workflows with ColdFusion
Advanced PDF workflows with ColdFusion and LiveCycle Outline About PDF Generating PDF from ColdFusion Working with PDF forms in ColdFusion Workflows with XFA forms Designing XFA forms with LC Designer
Terms and Definitions for CMS Administrators, Architects, and Developers
Sitecore CMS 6 Glossary Rev. 081028 Sitecore CMS 6 Glossary Terms and Definitions for CMS Administrators, Architects, and Developers Table of Contents Chapter 1 Introduction... 3 1.1 Glossary... 4 Page
Specify the location of an HTML control stored in the application repository. See Using the XPath search method, page 2.
Testing Dynamic Web Applications How To You can use XML Path Language (XPath) queries and URL format rules to test web sites or applications that contain dynamic content that changes on a regular basis.
MySQL for Beginners Ed 3
Oracle University Contact Us: 1.800.529.0165 MySQL for Beginners Ed 3 Duration: 4 Days What you will learn The MySQL for Beginners course helps you learn about the world's most popular open source database.
An Esri White Paper June 2011 ArcGIS for INSPIRE
An Esri White Paper June 2011 ArcGIS for INSPIRE Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL [email protected] WEB esri.com Copyright 2011 Esri All rights reserved.
Introduction to the ArcGIS Data Model and Application Structure
Introduction to the ArcGIS Data Model and Application Structure RNR/GEOG 417/517 Lab 6 Presentation Overview The georelational data model Structure of ArcGIS software Structure of an ArcGIS workspace Demonstrations/previews
Collaborative Open Market to Place Objects at your Service
Collaborative Open Market to Place Objects at your Service D6.2.1 Developer SDK First Version D6.2.2 Developer IDE First Version D6.3.1 Cross-platform GUI for end-user Fist Version Project Acronym Project
EUR-Lex 2012 Data Extraction using Web Services
DOCUMENT HISTORY DOCUMENT HISTORY Version Release Date Description 0.01 24/01/2013 Initial draft 0.02 01/02/2013 Review 1.00 07/08/2013 Version 1.00 -v1.00.doc Page 2 of 17 TABLE OF CONTENTS 1 Introduction...
Using CAD Data in ArcGIS
Esri International User Conference San Diego, California Technical Workshops July 27, 2012 Using CAD Data in ArcGIS Jeff Reinhart & Phil Sanchez Agenda Overview of ArcGIS CAD Support Using CAD Datasets
NetCDF and HDF Data in ArcGIS
2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop NetCDF and HDF Data in ArcGIS Nawajish Noman Kevin Butler Esri UC2013. Technical Workshop. Outline NetCDF
Publishing geospatial data to the web using the EEA infrastructure
Publishing geospatial data to the web using the EEA infrastructure *Note: Map Services should be published using the EEA Map Services Tick Sheet for guidance. Contact Sebastien Petit ([email protected])
Salesforce Customer Portal Implementation Guide
Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered
Web Services API Developer Guide
Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting
Web Map Service Architecture for Topographic Data in Finland
Web Map Service Architecture for Topographic Data in Finland Teemu Sipilä National Land Survey of Finland Abstract. Since 2012 National Land Survey of Finland has been renewing its web map services and
EMC Documentum Composer
EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights
Advanced ArcSDE Administration for SQL Server Shannon Shields Tony Wakim Workshop Format Three topics What's New In-depth Database Administration Trouble-shooting / Performance Selection varies year to
Supporting High-Quality Printing in Web Applications with ArcGIS for Server
2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop Supporting High-Quality Printing in Web Applications with ArcGIS for Server Craig Williams Tanu Hoque Esri
Keystone Image Management System
Image management solutions for satellite and airborne sensors Overview The Keystone Image Management System offers solutions that archive, catalogue, process and deliver digital images from a vast number
Parco Nazionale della Silla, Calabria, Italia
561e04b7889243b6865b306ecd8cbed0 _eea protected
DiskPulse DISK CHANGE MONITOR
DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product
Authoring for System Center 2012 Operations Manager
Authoring for System Center 2012 Operations Manager Microsoft Corporation Published: November 1, 2013 Authors Byron Ricks Applies To System Center 2012 Operations Manager System Center 2012 Service Pack
ORACLE APPLICATION EXPRESS 5.0
ORACLE APPLICATION EXPRESS 5.0 Key Features Fully supported nocost feature of the Oracle Database Simple 2-Tier Architecture Develop desktop and mobile applications 100% Browserbased Development and Runtime
Module 1: Getting Started with Databases and Transact-SQL in SQL Server 2008
Course 2778A: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL About this Course This 3-day instructor led course provides students with the technical skills required to write basic Transact-
Baltic Marine Environment Protection Commission
Baltic Marine Environment Protection Commission Project on Development of a HELCOM Pollution Load User System Helsinki, Finland, 26-27 February 2014 PLUS 5-2014, 2-2 Document title Hosting and Application
Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5
Submitted to: Pennsylvania Geospatial Data Sharing Standards (PGDSS) V 2.5 Spatial Data Migration Tools Report May 2, 2007 Table of Contents 1.0 Document Purpose...B-1 2.0 Overview of Spatial Data Migration
Advanced Image Management using the Mosaic Dataset
Esri International User Conference San Diego, California Technical Workshops July 25, 2012 Advanced Image Management using the Mosaic Dataset Vinay Viswambharan, Mike Muller Agenda ArcGIS Image Management
Search and Information Retrieval
Search and Information Retrieval Search on the Web 1 is a daily activity for many people throughout the world Search and communication are most popular uses of the computer Applications involving search
FileMaker Server 14. Custom Web Publishing Guide
FileMaker Server 14 Custom Web Publishing Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks
Wave Analytics Data Integration
Wave Analytics Data Integration Salesforce, Spring 16 @salesforcedocs Last updated: April 28, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of
Writing Queries Using Microsoft SQL Server 2008 Transact-SQL
Course 2778A: Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008 Type: Course
Onset Computer Corporation
Onset, HOBO, and HOBOlink are trademarks or registered trademarks of Onset Computer Corporation for its data logger products and configuration/interface software. All other trademarks are the property
GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata
GeoNetwork, The Open Source Solution for the interoperable management of geospatial metadata Ing. Emanuele Tajariol, GeoSolutions Ing. Simone Giannecchini, GeoSolutions GeoSolutions GeoSolutions GeoNetwork
Webservices Technological Evolutions. Peter Bogaert University of Ghent (Belgium) E Governement Academy 8 Geoservices 15 februari 2006 Kortrijk.
Webservices Technological Evolutions Peter Bogaert University of Ghent (Belgium) Van Mainframe naar een gedistribueerd GIS Geographic Informationsystems From mainframe to distributed systems by means of
Guidelines for filling in the Excel Template for Monitoring INSPIRE by the contributing authorities
Guidelines for filling in the Excel Template for Monitoring INSPIRE by the contributing authorities WARNING: in order to allow for an automated upload into the data base it is necessary that strict formatting
FileMaker Server 15. Custom Web Publishing Guide
FileMaker Server 15 Custom Web Publishing Guide 2004 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks
How To Use Gis
Welcome Understanding Purpose Creating Relationships You A Global Community of GIS Professionals Changing the World Together Applying Geography Everywhere Your WORK Showcasing Your Web Apps Vision Applying
What s new in Carmenta Server 4.2
What s new in Carmenta Server 4.2 A complete solution for cost-effective visualisation and distribution of GIS data through web services Carmenta Server provides cost-effective technology for building
Basware R&D: Tutustu ja vaikuta Laskuautomaatio
Basware R&D: Tutustu ja vaikuta Laskuautomaatio Minna Snirvi, VP Product Management Basware Experience User Forum Collaborate. Innovate. Succeed. Australia Denmark Finland France Germany Netherlands Norway
AP Automation Solution Roadmap
AP Automation Solution Roadmap Jyrki Rajala, Product Management Basware Experience User Forum Collaborate. Innovate. Succeed. Australia Denmark Finland France Germany Netherlands Norway Sweden United Kingdom
Resource Oriented Architecture and REST
Resource Oriented Architecture and REST Assessment of impact and advantages on INSPIRE Roberto Lucchi, Michel Millot European Commission Joint Research Centre Institute for Environment and Sustainability
Background on Elastic Compute Cloud (EC2) AMI s to choose from including servers hosted on different Linux distros
David Moses January 2014 Paper on Cloud Computing I Background on Tools and Technologies in Amazon Web Services (AWS) In this paper I will highlight the technologies from the AWS cloud which enable you
SAP HANA Core Data Services (CDS) Reference
PUBLIC SAP HANA Platform SPS 12 Document Version: 1.0 2016-05-11 Content 1 Getting Started with Core Data Services....4 1.1 Developing Native SAP HANA Applications....5 1.2 Roles and Permissions....7 1.3
Interoperable Solutions in Web-based Mapping
ISPRS SIPT IGU UCI CIG ACSG Table of contents Table des matières Authors index Index des auteurs Search Recherches Exit Sortir Interoperable Solutions in Web-based Mapping Marta Wojnarowska and Bridget
Testing Download Service for INSPIRE Compliance. Xin HE GeoTest, Future Position X Sweden
Testing Download Service for INSPIRE Compliance Xin HE GeoTest, Future Position X Sweden Contents GeoTest Project ESDIN Project Download Service Test 2 GEOTEST 3 GeoTest A project jointly initiated by
CityGML goes to Broadway
CityGML goes to Broadway Thomas H. Kolbe, Barbara Burger, Berit Cantzler Chair of Geoinformatics [email protected] September 11, 2015 Photogrammetric Week 2015, Stuttgart The New York City Open Data
Developer Tutorial Version 1. 0 February 2015
Developer Tutorial Version 1. 0 Contents Introduction... 3 What is the Mapzania SDK?... 3 Features of Mapzania SDK... 4 Mapzania Applications... 5 Architecture... 6 Front-end application components...
Qualys PC/SCAP Auditor
Qualys PC/SCAP Auditor Getting Started Guide August 3, 2015 COPYRIGHT 2011-2015 BY QUALYS, INC. ALL RIGHTS RESERVED. QUALYS AND THE QUALYS LOGO ARE REGISTERED TRADEMARKS OF QUALYS, INC. ALL OTHER TRADEMARKS
Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager
Query JD Edwards EnterpriseOne Customer Credit using Oracle BPEL Process Manager 1 Overview In this tutorial you will be querying JD Edwards EnterpriseOne for Customer Credit information. This is a two
Mobile Solutions for Data Collection. Sarah Croft and Laura Pierik
Mobile Solutions for Data Collection Sarah Croft and Laura Pierik Presentation Overview Project Overview Benefits of using Mobile Technology Mobile Solutions- two different approaches Results and Recommendations
McAfee Network Threat Response (NTR) 4.0
McAfee Network Threat Response (NTR) 4.0 Configuring Automated Reporting and Alerting Automated reporting is supported with introduction of NTR 4.0 and designed to send automated reports via existing SMTP
SAP-integrated Travel Scenarios in SharePoint
SAP-integrated Travel Scenarios in SharePoint built with ERPConnect Services and the Nintex Workflow Automation Platform November 2015 Theobald Software GmbH Kernerstr 50 D 70182 Stuttgart Phone: +49 711
TELECOM FIBER EDITING TOOLS REFERENCE GUIDE Version 1.2
TELECOM FIBER EDITING TOOLS REFERENCE GUIDE Version 1.2 Prepared by: Esri 380 New York Street Redlands, California 92373-8100 Phone: (909) 793-2853 Table of Contents 1. Overview and Getting Started...
Oracle Database: SQL and PL/SQL Fundamentals NEW
Oracle University Contact Us: + 38516306373 Oracle Database: SQL and PL/SQL Fundamentals NEW Duration: 5 Days What you will learn This Oracle Database: SQL and PL/SQL Fundamentals training delivers the
ArcGIS Data Models Practical Templates for Implementing GIS Projects
ArcGIS Data Models Practical Templates for Implementing GIS Projects GIS Database Design According to C.J. Date (1995), database design deals with the logical representation of data in a database. The
Writing Queries Using Microsoft SQL Server 2008 Transact-SQL
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Course 2778-08;
70-487: Developing Windows Azure and Web Services
70-487: Developing Windows Azure and Web Services The following tables show where changes to exam 70-487 have been made to include updates that relate to Windows Azure and Visual Studio 2013 tasks. These
The manual can be used as a practical tutorial and aims to teach users how to:
Introduction This manual is aimed at users of the Rainforest Foundation UK's PostGIS database. It should be read by people wishing to upload and edit GPS survey data as well as by those who will administer
Webvantage blue Sapphire: Release Notice
Webvantage blue Sapphire: Release Notice New in this Release Desktop Agency Settings Agency Settings is enhanced to improve the workflow and usability. The controls are more intuitive and additional options
DEVELOPMENT OF THE INTEGRATING AND SHARING PLATFORM OF SPATIAL WEBSERVICES
DEVELOPMENT OF THE INTEGRATING AND SHARING PLATFORM OF SPATIAL WEBSERVICES Lan Xiaoji 1,2 Lu Guonian 1 Zhang Shuliang 1 Shi Miaomiao 1 Yin Lili 1 1. Jiangsu Provincial Key Lab of GIS Science, Nanjing Normal
How To Improve Gis Data Quality
An Esri White Paper July 2011 GIS Data Quality Best Practices for Water, Wastewater, and Stormwater Utilities Esri, 380 New York St., Redlands, CA 92373-8100 USA TEL 909-793-2853 FAX 909-793-5953 E-MAIL
Smooks Dev Tools Reference Guide. Version: 1.1.0.GA
Smooks Dev Tools Reference Guide Version: 1.1.0.GA Smooks Dev Tools Reference Guide 1. Introduction... 1 1.1. Key Features of Smooks Tools... 1 1.2. What is Smooks?... 1 1.3. What is Smooks Tools?... 2
Producing bathymetric ENCs with SevenCs ENC Tools
1 Producing bathymetric ENCs with SevenCs ENC Tools Friedhelm Moggert-Kägeler SevenCs ENC Tools User Conference Hamburg 13 14 November 2008 Structure of Presentation Part 1 2 benc Background and Introduction
City of Memphis Purchase of Data Migration Services
Addendum #1 Date: June 15, 2016 TO ALL POTENTIAL BIDDERS: Science Applications International Corporation ( SAIC ) Request for Proposal (RFP) City of Memphis Purchase of Data Migration Services RFP # SAIC
