GEOPOI SVG API WEB MAPPING

Size: px
Start display at page:

Download "GEOPOI SVG API WEB MAPPING"

Transcription

1 GEOPOI SVG API WEB MAPPING Presenter: RELATORE: Fabrizio Minuti October

2 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 2

3 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 3

4 About Sogei 1 The Ministry of Economy and Finance (MEF), through the Department of finance, holds Sogei; Sogei develops into an integral part of the tax system with the role of partner in the ICT sector to ensure: Optimization of economic and human resources; Support in driving forward the modernization of administrative branches and integration with other public administrations. The Ministry of economy and finance becomes the sole shareholder (2008). Balance Sheet 2008 Extra MEF Relationships DDF Service Contract Agreement Operational Agreements within Automation Technical Plans 100% Shareholder MEF SOGEI Operational Contracts Tax Agencies and other Centers Pay roll: Turnover: 335 Mil Profit: 25 Mil The background of an Italian success story 4 MEF: Minister of economy and finance DDF: Department of finance

5 About Sogei 2: users and services TAXPAYERS 40.5 million individual 1.9 million companies (partnerships and joint stock companies) 5.6 million registered V.A.T. holders RETURNS AND PAYMENTS 32 million income tax returns, 3.7 million V.A.T. communications, 7 million Registry Deeds 90 million on line payments REAL ESTATE 54 million Real Estate units, 82 million land parcels 39 million Real Estate owners, 26 million landowners CUSTOMS 9 million waybills (import and export) 2.2 million declarations 60,000 lab analysis and 400,000 excise documents GAMES over 21,000 football pod betting outlets Approx. 1,900 betting concessionaires 284,000 gaming machines with money prizes linked up by network approx 250,000 registered gaming machines without money prizes ,000 Tax Preparers 30 million Citizens 600 Tax Assistance Centres ,000 Land Surveyors & Architects Bank of Italy 1,800 Tax Offices SOGEI 5 million VAT payers 1,900 betting concessionaires Other data bases ,000 Notaries 30,000 Customs operators 20 Regions ,000 Municipalities Work Insurance Institute The background of an Italian success story 5

6 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 6

7 About Geopoi Geopoi is a product belonging to the Location Based Services (LBS) sector and is the result of the Innovation, Research & Development department initiative driven forward by Sogei. The most groundbreaking feature of Geopoi is that it provides the opportunity to operate in the area of cartographic navigation on simplified cartographic all vector maps, developed using commercial road network data (by Navteq). Public end-users can locate their own (administrative) points/polygons of interest over the Italian territory, in order to match them with appropriate hyperlinks that trigger specific products and services. Geopoi is actually used by a large number of Italian Government organisations that can share own data to creates an Institutional Community. 7

8 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 8

9 Database creation 1: Data Source data: Navteq Navstreets for Oracle NOT optimized to be directly used by Geopoi! Ellipsoidal geodetic Datum of geometry data Too many tables Deep normalization of data No directly usable structures for geocoding No simplified layers for reduceddetail views 9

10 Database creation 2: Creation Geopoi s Database creations tasks 1. Geometry data is transformed in a proprietary yet documented Datum and UTM projection 2. Creation of tables and structures for fast and accurate geocoding 3. Creation of layers of simplified geometries for reduced-detail views 4. Creation of just one table containing every non-street geometry 5. Creation of just one table for static text labels 6. Creation of tables for POIs 10

11 Database creation 3: Explication Geopoi s Database - Explication 1. Geometry data is transformed in UTM projection centered in meridian 12 east Greenwich, northern hemisphere, which maximize accuracy in interest s area (Italian country) 2. Geocoding includes streets address numbers, zip codes, etc, is developed trying to reduce to zero the numbers of false-positive by using a large set of heuristics and returns also the accuracy of the geolocation. I.E. if an address is found, customer can be sure that is the right one. 3. The layers of simplified geometries are useful when the client ask for a low-scale (i.e. zoomout) view 4. Every non-street geometry, i.e. administrative boundaries, parks, building, lakes, rivers, railroads, etc, is merged in one table. Additional attributes are included to add decoration, z- order, etc. 5. Static text labels include the city names and the names generated for parks, buildings, lakes, rivers, etc. These labels will be rendered by the client together with dynamic text labels (more on this next) 6. Every POI (and its associated web links) is stored in the server: the client is never allowed to add any POI. This is a strategic decision that allows to give a guarantee that the information come from a trusted source. 11

12 Agenda About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 12

13 Private data loading Geopoi does NOT allow customers to add private data directly in the client via APIs. Everything have to be loaded in advance into Geopoi s database. This way Geopoi s users can be sure that informations they see are verified and approved. Loading customer s private POIs and polygon is made as simple as possible. Authenticated users can, using a simple HTML interface, view, insert, update and delete own data into Geopoi s database. A web-service is available to allow automatic updates. Massive load is possible by uploading a file that can be created in several different formats: XPOI (native Geopoi s format, XML based, very easy to manipulate), Microsoft Excel (following a given template file) or CSV. Export of data is possible in XPOI, Microsoft Excel and also in Google s KML. 13

14 Private data loading and vectorial cartographic data Vectorial cartography allows the customer to have for free additional information upon own data: 1. Linking of POIs on street nodes to improve reverse geocoding and/or route calculation 2. Associating every POI to the right administrative boundary (municipality, province, region) and calculate statistical distribution of data over the territory, visible graphically in Geopoi Vectorial cartography allows, also, to build areal polygons by selecting streets to use as boundaries, i.e. a restricted traffic zone can be created easily. 14

15 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 15

16 Web Server The Web Server runs Apache + PHP 5 It does as few work as possible including: User authentication Geometric query building, to fetch only necessary data, based upon user identification and client viewbox. This include (if available) the selection of the correct layer of generalization. No user is allowed to see data without the right permissions. Optimization and caching of data The software is developed using an extensible and modular architecture. Every geometric layer (i.e. streets, POIs, administrative boundaries) is mapped to a php-class that can be extended and configured easily (by specifying how to construct query, user authorizations needed, etc) 16

17 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 17

18 SVG Client 1: Introduction The Geopoi s SVG Client is the core of the product. It creates the map, displays the user interface and allows the user to navigate over the cartography (directly via pan and zoom, topography search, etc or via API requests) and to view POIs and Polygons of interest. 18

19 SVG Client 2: Examples Everything in the map is vectorial and is context-aware. Virtually every point displayed can carry its own information. Private layers (POIs and polygons) can have associated any number of web-links. 19

20 SVG Client 3: Static text labels Static text labels taken from Database 20

21 SVG Client 4: Dynamic text labels Dynamic text labels drawn by the SVG Client along the paths. Labels are drawn without any intersection between characters. 21

22 SVG Client 5: Dynamic text labels Dynamic text labels drawn by the SVG Client on highways 22

23 SVG Client 6: Optimization In order to reduce to minimum the waiting time of every new map request, several strategies are adopted: 1. the request is split in multiple chunks that are determined by the current map scale (zoom level) and user selection of Private POIs layers 2. geometry data received can be a full geometry (i.e. a <path> node) or a reference geometry (i.e. a <use> node) that is loaded only once per client session 3. when everything is received, the client enhances the quality of the map by adding dynamic text labels, improving streets, railroads rendering, etc 4. some geometries are pre-loaded in background at start-up (i.e. regional administrative boundaries, etc) 23

24 SVG Client 7: New map request & creation flowchart 24

25 SVG Client 8: Private Layers examples Polygonal layer of private data with custom actions and links associated Private POIs in Milan 25

26 SVG Client 9: Private Layers sample data Cadastral cartography in Rome Javascript + SVG near realtime 3D-projection experiment of cadastral data in Florence 26

27 SVG Client 10: Route and POI distribution examples Route drawn is context-aware and gives maneuvers info on mouse-over Municipality boundaries 27

28 SVG Client 11: API Examples <script type="text/javascript src=" <script type="text/javascript" > var mygeopoi= GEOPOI.create( divcontainer,{options}); mygeopoi.setcenter(lat,lon,zoom); mygeopoi.search("roma", Piazza del Colosseo, callback_function); //callback is called when done and for multiple/not founds mygeopoi.addlistener( click,my_local_function); //the function is called with appropriate data mygeopoi.pan(-3.2,2); 28

29 SVG Client 12: HTML embedded Geopoi 29

30 Agenda About Sogei About Geopoi Database creation Private data loading Web Server SVG Client Vector vs Raster 30

31 Vector vs Raster 1: Why Vector Vector pros: Virtually infinite zoom levels and views Everything in the map is clickable and can carry information Ease of integration of custom private polygons and POIs Real-time update of data: changes in database are immediately seen in the client (i.e. street names, one-ways, etc) Relatively little space needed for the Database Geometries can be re-projected in every known coordinate-system Vector cons: Much more processing power needed in both client and server Low efficiency of caching strategies, due to infinite views Not mobile-ready (maybe a lite version) Needs a fully SVG compliant browser or plug-in (in fact, actually only the discontinued Adobe SVG plug-in can afford the application without any problem) 31

32 Vector vs Raster 2: Why Raster Raster pros: More eye-pleasant (textures, much more pre-processing effort, etc) Faster client response even on old computers Works in every modern browser Less server resources are needed Mobile ready. Raster cons: More difficult to update cartography data Lot of disk space needed on server No coordinate-system reprojection is possible in a simple way Harder to accommodate for customer s requests 32

33 Thank You! Thank You for your attention! 33

The Cloud computing in the SIF

The Cloud computing in the SIF The Cloud computing in the SIF Needs and experiences from requirements point of view RELATORE: 8 th November 2010 Agenda Company Profile The computing infrastructure of the Tax Information System (in Italian

More information

Developer Tutorial Version 1. 0 February 2015

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

More information

Innovation, Quality and Improvement of Registry Services

Innovation, Quality and Improvement of Registry Services versione 11 dicembre 2013 Innovation, Quality and Improvement of Registry Services Cristiano Cannarsa Chairman and Chief Executive Officer Sogei S.p.A. Presidenza Italiana del Comitato Permanente del Catasto

More information

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities

A framework for Itinerary Personalization in Cultural Tourism of Smart Cities A framework for Itinerary Personalization in Cultural Tourism of Smart Cities Gianpaolo D Amico, Simone Ercoli, and Alberto Del Bimbo University of Florence, Media Integration and Communication Center

More information

A Tool for Evaluation and Optimization of Web Application Performance

A Tool for Evaluation and Optimization of Web Application Performance A Tool for Evaluation and Optimization of Web Application Performance Tomáš Černý 1 cernyto3@fel.cvut.cz Michael J. Donahoo 2 jeff_donahoo@baylor.edu Abstract: One of the main goals of web application

More information

Agenzia del Territorio - Largo Leopardi, 5-00185 Roma - THE ITALIAN CADASTRAL SYSTEM MANAGING BODY AGENZIA DEL TERRITORIO

Agenzia del Territorio - Largo Leopardi, 5-00185 Roma - THE ITALIAN CADASTRAL SYSTEM MANAGING BODY AGENZIA DEL TERRITORIO PLENARY SESSION 1 Knowledge to manage The Italian Cadastre and the Real Estate Taxation Franco Maggio Central Director for Cadastre and Cartography Agenzia del Territorio - Largo Leopardi, 5-00185 Roma

More information

Implementing a Web-based Transportation Data Management System

Implementing a Web-based Transportation Data Management System Presentation for the ITE District 6 Annual Meeting, June 2006, Honolulu 1 Implementing a Web-based Transportation Data Management System Tim Welch 1, Kristin Tufte 2, Ransford S. McCourt 3, Robert L. Bertini

More information

Free Google Tools for Creating Interactive Mapping Mashups

Free Google Tools for Creating Interactive Mapping Mashups Free Google Tools for Creating Interactive Mapping Mashups Cary Chadwick Emily Wilson Tuesday, May 10, 2011 2pm Welcome to the CLEAR Webinar Series! This is the fourth in the 2011 series Riparian Corridors,

More information

Developing Fleet and Asset Tracking Solutions with Web Maps

Developing Fleet and Asset Tracking Solutions with Web Maps Developing Fleet and Asset Tracking Solutions with Web Maps Introduction Many organizations have mobile field staff that perform business processes away from the office which include sales, service, maintenance,

More information

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation

Vector Web Mapping Past, Present and Future. Jing Wang MRF Geosystems Corporation Vector Web Mapping Past, Present and Future Jing Wang MRF Geosystems Corporation Oct 27, 2014 Terms Raster and Vector [1] Cells and Pixel Geometrical primitives 2 Early 2000s From static to interactive

More information

Research on HTML5 in Web Development

Research on HTML5 in Web Development Research on HTML5 in Web Development 1 Ch Rajesh, 2 K S V Krishna Srikanth 1 Department of IT, ANITS, Visakhapatnam 2 Department of IT, ANITS, Visakhapatnam Abstract HTML5 is everywhere these days. HTML5

More information

ArcGIS Server 9.3.1 mashups

ArcGIS Server 9.3.1 mashups Welcome to ArcGIS Server 9.3.1: Creating Fast Web Mapping Applications With JavaScript Scott Moore ESRI Olympia, WA smoore@esri.com Seminar agenda ArcGIS API for JavaScript: An Overview ArcGIS Server Resource

More information

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner

ArcGIS 10.1 Web Apps and APIs. John Hasthorpe & Kai Hübner ArcGIS 10.1 Web Apps and APIs John Hasthorpe & Kai Hübner Overview Options for leveraging ArcGIS Server using Esri s Web APIs Alternatives to the Web ADF application builder (Gone in 10.1) When and how

More information

Web Mapping in Archaeology

Web Mapping in Archaeology Non-invasive methods in the contemporary archaeological practice 25th February 2014 http://www.pborycki.pl/pdf/webmapping.pdf Plan of the presentation 1 Web Mapping General Idea History of Web Mapping

More information

Web Pages. Static Web Pages SHTML

Web Pages. Static Web Pages SHTML 1 Web Pages Htm and Html pages are static Static Web Pages 2 Pages tagged with "shtml" reveal that "Server Side Includes" are being used on the server With SSI a page can contain tags that indicate that

More information

Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies

Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies International Conference of Advance Research and Innovation (-2014) Cross Platform Mobile Gis System For Data Collection Based On Gps And Emerging Gis Technologies Mohammad Nasim a,*, Prashant Kumar b

More information

Visualize your World. Democratization i of Geographic Data

Visualize your World. Democratization i of Geographic Data Visualize your World Democratization i of Geographic Data Session Agenda Google GEO Solutions - More than just a Map Enabling our Government Customers- Examples Summary & Invite to Learn More About Google

More information

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead

Developing Apps with the ArcGIS Runtime SDK for Android. Ben Ramseth Esri Inc. Instructor Technical Lead Developing Apps with the ArcGIS Runtime SDK for Android Ben Ramseth Esri Inc. Instructor Technical Lead Ben Ramseth Instructor Technical Lead Esri Inc USA, Charlotte, NC bramseth@esri.com @EsriMapNinja

More information

Using Map Views and Spatial Analytics in OBI 11g. BIWA Summit 2014

Using Map Views and Spatial Analytics in OBI 11g. BIWA Summit 2014 Using Map Views and Spatial Analytics in OBI 11g BIWA Summit 2014 Tim Vlamis Dan Vlamis Vlamis Software Solutions 816-781-2880 http://www.vlamis.com Vlamis Software Solutions Vlamis Software founded in

More information

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley Oracle Platform GIS & Location-Based Services Fred Louis Solution Architect Ohio Valley Overview Geospatial Technology Trends Oracle s Spatial Technologies Oracle10g Locator Spatial Oracle Application

More information

CVO SPANISH CADASTRAL INTERNET OFFICE.

CVO SPANISH CADASTRAL INTERNET OFFICE. CVO SPANISH CADASTRAL INTERNET OFFICE. An open space for sustainable quality in cadastral data, working with land management administrations. Carmen Conejo Fernandez. Carmen.conejo@catastro.meh.es Roberto

More information

Web GIS User Guide MainStreetGIS, LLC

Web GIS User Guide MainStreetGIS, LLC Web GIS User Guide MainStreetGIS, LLC www.mainstreetgis.com Navigation There are two ways to navigate the map interface: 1. Activate one of the map tools a. Zoom In Tool Activate the tool, then click on

More information

Ulyxes automatic deformation monitoring system

Ulyxes automatic deformation monitoring system Ulyxes automatic deformation monitoring system Dániel Moka, Szonja Zemkó (Hungary) The CLGE Students Contest 2012 2013 Category: GIS and Mapping and Cadastre 1. Summary We live in a dynamic world. Buildings,

More information

Outline. CIW Web Design Specialist. Course Content

Outline. CIW Web Design Specialist. Course Content CIW Web Design Specialist Description The Web Design Specialist course (formerly titled Design Methodology and Technology) teaches you how to design and publish Web sites. General topics include Web Site

More information

BusBoss Professional Highlights Transportation Management Software

BusBoss Professional Highlights Transportation Management Software System Characteristics Number of Programs Needed to Run Transportation Software Networkable System Requirements BusBoss is a True Windows program, and as such, it is very easy to use and all of the screens

More information

HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013

HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013 HTML5 Data Visualization and Manipulation Tool Colorado School of Mines Field Session Summer 2013 Riley Moses Bri Fidder Jon Lewis Introduction & Product Vision BIMShift is a company that provides all

More information

<Insert Picture Here> Oracle Application Express 4.0

<Insert Picture Here> Oracle Application Express 4.0 Oracle Application Express 4.0 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any

More information

Table of contents. HTML5 Data Bindings SEO DMXzone

Table of contents. HTML5 Data Bindings SEO DMXzone Table of contents Table of contents... 1 About HTML5 Data Bindings SEO... 2 Features in Detail... 3 The Basics: Insert HTML5 Data Bindings SEO on a Page and Test it... 7 Video: Insert HTML5 Data Bindings

More information

Development tools to create Web-GIS applications DbMAP ASJ the best solution to easily publish GIS data from existing spatial databases and distributed GIS data sources Easily designs, produces, and publishes

More information

Web Design Specialist

Web Design Specialist UKWDA Training: CIW Web Design Series Web Design Specialist Course Description CIW Web Design Specialist is for those who want to develop the skills to specialise in website design and builds upon existing

More information

Technical Specification. Solutions created by knowledge and needs

Technical Specification. Solutions created by knowledge and needs Technical Specification Solutions created by knowledge and needs The industrial control and alarm management system that integrates video, voice and data Technical overview Process Architechture OPC-OCI

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 6 2015 Cadastral Mapping Manual 6-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information

Providing the Public with Data Visualization using Google Maps

Providing the Public with Data Visualization using Google Maps GIS - T March 30 th, 2011 Providing the Public with Data Visualization using Google Maps Patrick Kielty and Matt Allen Pennsylvania Department of Transportation Purpose Quickly and Easily create web based

More information

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES

Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES COURSE OVERVIEW This three-day instructor-led course teaches students how to implement a ing Services solution in their organizations. The course discusses how to use the ing Services development tools

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

CHAPTER 20 TESING WEB APPLICATIONS. Overview

CHAPTER 20 TESING WEB APPLICATIONS. Overview CHAPTER 20 TESING WEB APPLICATIONS Overview The chapter describes the Web testing. Web testing is a collection of activities whose purpose is to uncover errors in WebApp content, function, usability, navigability,

More information

What's new in gvsig Desktop 2.0

What's new in gvsig Desktop 2.0 What's new in gvsig Desktop 2.0 What are the novelties? 2.0 1.12 Migrating and building... Some examples... Please pardon our appearance during construction Pie and bar chart legends Table in layout 1.12

More information

Study of GML-Based Geographical Data Visualization Strategy

Study of GML-Based Geographical Data Visualization Strategy Study of GML-Based Geographical Data Visualization Strategy ZHANG LIN 1, CHEN SHI-BIN 2 1 College of Information Technology, ZheJiang University of Finance & Economics, HangZhou 310012, China 2 College

More information

AnySite 9.0 Software Release Notes

AnySite 9.0 Software Release Notes AnySite 9.0 Software Release Notes This document provides information about installation of and known issues for the AnySite 9.0 version of software. System Administrators installing AnySite are encouraged

More information

GEOGRAPHIC INFORMATION SYSTEMS

GEOGRAPHIC INFORMATION SYSTEMS GIS GEOGRAPHIC INFORMATION SYSTEMS FOR CADASTRAL MAPPING Chapter 7 2015 Cadastral Mapping Manual 7-0 GIS - GEOGRAPHIC INFORMATION SYSTEMS What is GIS For a long time people have sketched, drawn and studied

More information

Leveraging Cloud-Based Mapping Solutions

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

More information

Property Management and Data Visualization Solution with Autodesk and the Oracle E-Business Suite

Property Management and Data Visualization Solution with Autodesk and the Oracle E-Business Suite Property Management & Visualization White Paper Property Management and Visualization Solution with Autodesk and the Oracle E-Business Suite This paper presents the value and benefits of the integrated

More information

Pro/INTRALINK 10.1. Curriculum Guide

Pro/INTRALINK 10.1. Curriculum Guide Pro/INTRALINK 10.1 Curriculum Guide Live Classroom Curriculum Guide Introduction to Pro/INTRALINK 10.1 Business Administration of Windchill Pro/INTRALINK 10.1 System Administration of Windchill 10.1 Customization

More information

Data Validation Online References

Data Validation Online References Data Validation Online References Submitted To: Program Manager GeoConnections Victoria, BC, Canada Submitted By: Jody Garnett Brent Owens Refractions Research Inc. Suite 400, 1207 Douglas Street Victoria,

More information

Web-Based Enterprise Data Visualization a 3D Approach. Oleg Kachirski, Black and Veatch

Web-Based Enterprise Data Visualization a 3D Approach. Oleg Kachirski, Black and Veatch Web-Based Enterprise Data Visualization a 3D Approach Oleg Kachirski, Black and Veatch Contents - Introduction - Why 3D? - Applications of 3D - 3D Content Authoring - 3D/4D in GIS - Challenges of Presenting

More information

PDOK Kaart, the Dutch Mapping API

PDOK Kaart, the Dutch Mapping API PDOK Kaart, the Dutch Mapping API Haico van der Vegt*, Leo van der Sluijs* * Cadastre, Land Registry and Mapping Agency of the Netherlands Abstract. PDOK (public services on the map) is a partnership of

More information

Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems

Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems eenviper White Paper #4 Cloud Computing and Government Services August 2013 Serdar Yümlü SAMPAŞ Information & Communication Systems 1 Executive Summary Cloud computing could revolutionise public services

More information

New IT developments and services in Hungarian Cadastre

New IT developments and services in Hungarian Cadastre New IT developments and services in Hungarian Cadastre Gyula IVÁN Institute of Geodesy, Cartography and Remote Sensing (FÖMI) Budapest, HUNGARY FIG Commission VII. Annual Meeting 19-25 June, 2005. Madison,

More information

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014

Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Oracle Siebel Marketing and Oracle B2B Cross- Channel Marketing Integration Guide ORACLE WHITE PAPER AUGUST 2014 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services

Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Course 6236A: Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length: 3 Days Published: December 05, 2008 Language(s): English Audience(s): IT Professionals Level: 200 Technology:

More information

Easy configuration of NETCONF devices

Easy configuration of NETCONF devices Easy configuration of NETCONF devices David Alexa 1 Tomas Cejka 2 FIT, CTU in Prague CESNET, a.l.e. Czech Republic Czech Republic alexadav@fit.cvut.cz cejkat@cesnet.cz Abstract. It is necessary for developers

More information

A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE. Santosh Gaikwad* and S Narendra Prasad**

A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE. Santosh Gaikwad* and S Narendra Prasad** A WEB GIS FOR WETLANDS OF KERALA USING OPEN SOURCE GEOSPATIAL SOFTWARE Santosh Gaikwad* and S Narendra Prasad** Salim Ali Centre for Ornithology and Natural History Deccan Regional Station, Hyderabad *gaikwadss@rediffmail.com

More information

CADASTRE OF REAL ESTATES IN THE CZECH REPUBLIC MAIN CHARACTERS AND EVOLUTION TRENDS

CADASTRE OF REAL ESTATES IN THE CZECH REPUBLIC MAIN CHARACTERS AND EVOLUTION TRENDS CADASTRE OF REAL ESTATES IN THE CZECH REPUBLIC MAIN CHARACTERS AND EVOLUTION TRENDS SVATAVA DOKOUPILOVÁ CZECH OFFICE FOR SURVEYING, MAPPING AND CADASTRE PCC workshop ROME 10 11.12.2008 CONTENT Basic data

More information

The 2014 Italian Presidency of the Permanent Committee on Cadastre in the E.U.

The 2014 Italian Presidency of the Permanent Committee on Cadastre in the E.U. The 2014 Italian Presidency of the Permanent Committee on Cadastre in the E.U. Athens, 25 th June 2014 Eng. Franco MAGGIO Central Director for Cadastre and Cartography Page 1 Agenda Overview of the Italian

More information

PDF Primer PDF. White Paper

PDF Primer PDF. White Paper White Paper PDF Primer PDF What is PDF and what is it good for? How does PDF manage content? How is a PDF file structured? What are its capabilities? What are its limitations? Version: 1.0 Date: October

More information

Data Validation and Data Management Solutions

Data Validation and Data Management Solutions FRONTIER TECHNOLOGY, INC. Advanced Technology for Superior Solutions. and Solutions Abstract Within the performance evaluation and calibration communities, test programs are driven by requirements, test

More information

Programming in HTML5 with JavaScript and CSS3

Programming in HTML5 with JavaScript and CSS3 Course 20480B: Programming in HTML5 with JavaScript and CSS3 Course Details Course Outline Module 1: Overview of HTML and CSS This module provides an overview of HTML and CSS, and describes how to use

More information

Publishing geospatial data to the web using the EEA infrastructure

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 (Sebastien.Petit@eea.europa.eu)

More information

Oracle Spatial 10g. An Oracle White Paper August 2005

Oracle Spatial 10g. An Oracle White Paper August 2005 Oracle Spatial 10g An Oracle White Paper August 2005 Oracle Spatial 10g INTRODUCTION Oracle Spatial, an option for Oracle Database 10g Enterprise Edition, includes advanced spatial capabilities to support

More information

Documentation of open source GIS/RS software projects

Documentation of open source GIS/RS software projects Contract no. Workpackage Delivery Delivery Date 030776 WP1 D1.6 2007-07-02 CASCADOSS Development of a trans-national cascade training programme on Open Source GIS&RS Software for environmental applications

More information

General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support

General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support General principles and architecture of Adlib and Adlib API Petra Otten Manager Customer Support Adlib Database management program, mainly for libraries, museums and archives 1600 customers in app. 30 countries

More information

Oracle Application Express MS Access on Steroids

Oracle Application Express MS Access on Steroids Oracle Application Express MS Access on Steroids Jules Lane Principal Consultant Tactical Database Development options Spreadsheets Encourage data duplication and inconsistency, clog

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

Topology and Topological Rules Geometric properties that are maintained in spatial databases

Topology and Topological Rules Geometric properties that are maintained in spatial databases Topology and Topological Rules Geometric properties that are maintained in spatial databases The definition of topology Topology is a term used around GIS that is sometimes confused with the term topography.

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

NatureServe s Environmental Review Tool

NatureServe s Environmental Review Tool NatureServe s Environmental Review Tool A Repeatable Online Software Solution for Agencies For More Information, Contact: Lori Scott Rob Solomon lori_scott@natureserve.org rob_solomon@natureserve.org 703-908-1877

More information

Rapid Game Development Using Cocos2D-JS

Rapid Game Development Using Cocos2D-JS Rapid Game Development Using Cocos2D-JS An End-To-End Guide to 2D Game Development using Javascript Hemanthkumar and Abdul Rahman This book is for sale at http://leanpub.com/cocos2d This version was published

More information

http://www.esri.com/bia

http://www.esri.com/bia ArcGIS for Tribal Transportation Management David Gadsden Federal Account Manager dgadsden@esri.com d d 1 David Gadsden GIS Background UW Geography (1995) Peace Corps Tanzania Environmental Social Science

More information

JavaScript and jquery for Data Analysis and Visualization

JavaScript and jquery for Data Analysis and Visualization Brochure More information from http://www.researchandmarkets.com/reports/2766360/ JavaScript and jquery for Data Analysis and Visualization Description: Go beyond design concepts build dynamic data visualizations

More information

ArcGIS Server Best Practices and Guidelines

ArcGIS Server Best Practices and Guidelines ArcGIS Server Best Practices and Guidelines NEARC 2007 ESRI Technical Session ESRI, Boston Agenda Components and Deployment OS User Groups and Directory Configuration Service Architectures GIS Security

More information

Examining the InDesign Server Solution

Examining the InDesign Server Solution Examining the InDesign Server Solution This is an online bonus article for Chapter 13 of Paperless: Real-World Solutions with Adobe Technology. This article details the tools and techniques that were used

More information

Building and Deploying Web Applications

Building and Deploying Web Applications Building and Deploying Web Applications Dal Hunter and Jeff Shaner Friday, Nov 6 10:30-12:00 Agenda Product overview Web AppBuilder for ArcGIS tour What s New July 2015 ArcGIS Online update Customization

More information

Value-added Services for 3D City Models using Cloud Computing

Value-added Services for 3D City Models using Cloud Computing Value-added Services for 3D City Models using Cloud Computing Javier HERRERUELA, Claus NAGEL, Thomas H. KOLBE (javier.herreruela claus.nagel thomas.kolbe)@tu-berlin.de Institute for Geodesy and Geoinformation

More information

Microsoft Dynamics CRM 2013 Applications Introduction Training Material Version 2.0

Microsoft Dynamics CRM 2013 Applications Introduction Training Material Version 2.0 Microsoft Dynamics CRM 2013 Applications Introduction Training Material Version 2.0 www.firebrandtraining.com Course content Module 0 Course Content and Plan... 4 Objectives... 4 Course Plan... 4 Course

More information

Putting the power of Web 2.0 into practice.

Putting the power of Web 2.0 into practice. White paper July 2008 Putting the power of Web 2.0 into practice. How rich Internet applications can deliver tangible business benefits Page 2 Contents 2 Introduction 3 What Web 2.0 technology can do for

More information

Chapter 10: Multimedia and the Web

Chapter 10: Multimedia and the Web Understanding Computers Today and Tomorrow 12 th Edition Chapter 10: Multimedia and the Web Learning Objectives Define Web-based multimedia and list some advantages and disadvantages of using multimedia.

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

More information

Oracle BI and Geo-Spatial Big Data

Oracle BI and Geo-Spatial Big Data Oracle Business Intelligence 11g Antony Heljula Technical Director Peak Indicators Limited 2 Introduction Aim of Presentation 5 Steps for Demonstration Summary Further Information Questions Peak Indicators

More information

AN INTRODUCTION TO MAPBOX TOOLS AND SOFTWARE. Matt Gregory 24 July 2013

AN INTRODUCTION TO MAPBOX TOOLS AND SOFTWARE. Matt Gregory 24 July 2013 AN INTRODUCTION TO MAPBOX TOOLS AND SOFTWARE Matt Gregory 24 July 2013 BACKGROUND AND MOTIVATION Research involves regionalscale vegetation modeling (mapping) where every pixel is associated with a treelist

More information

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy

Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy Introduction to Web AppBuilder for ArcGIS: JavaScript Apps Made Easy OKSCAUG Pamela Kersh September 22, 2015 The ArcGIS Platform enables Web GIS Enabling GIS Everywhere Desktop Web Device Simple Integrated

More information

Bureau for Visual Affairs. content management system. Keep your website up-to-date and relevant with ease

Bureau for Visual Affairs. content management system. Keep your website up-to-date and relevant with ease content management system Keep your website up-to-date and relevant with ease 1 Only an up-to-date and well maintained website is perceived as relevant and will generate return visits and involvement.

More information

Use of a Web-Based GIS for Real-Time Traffic Information Fusion and Presentation over the Internet

Use of a Web-Based GIS for Real-Time Traffic Information Fusion and Presentation over the Internet Use of a Web-Based GIS for Real-Time Traffic Information Fusion and Presentation over the Internet SUMMARY Dimitris Kotzinos 1, Poulicos Prastacos 2 1 Department of Computer Science, University of Crete

More information

Short notes on webpage programming languages

Short notes on webpage programming languages Short notes on webpage programming languages What is HTML? HTML is a language for describing web pages. HTML stands for Hyper Text Markup Language HTML is a markup language A markup language is a set of

More information

Developing Business Intelligence and Data Visualization Applications with Web Maps

Developing Business Intelligence and Data Visualization Applications with Web Maps Developing Business Intelligence and Data Visualization Applications with Web Maps Introduction Business Intelligence (BI) means different things to different organizations and users. BI often refers to

More information

50 shades of Siebel mobile

50 shades of Siebel mobile 50 shades of Siebel mobile Markus Schneeweis ec4u expert consulting AG 1 Agenda Start Part 1 The disruption Part 2 What means mobile? Part 3 Siebel Mobile clash of the generations? Part 4 Our offer 7 Key

More information

IE Class Web Design Curriculum

IE Class Web Design Curriculum Course Outline Web Technologies 130.279 IE Class Web Design Curriculum Unit 1: Foundations s The Foundation lessons will provide students with a general understanding of computers, how the internet works,

More information

Chapter 12: Advanced topic Web 2.0

Chapter 12: Advanced topic Web 2.0 Chapter 12: Advanced topic Web 2.0 Contents Web 2.0 DOM AJAX RIA Web 2.0 "Web 2.0" refers to the second generation of web development and web design that facilities information sharing, interoperability,

More information

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture

Deploy. Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Friction-free self-service BI solutions for everyone Scalable analytics on a modern architecture Apps and data source extensions with APIs Future white label, embed or integrate Power BI Deploy Intelligent

More information

HIDDEN BUILDINGS PROJECT

HIDDEN BUILDINGS PROJECT UNECE Working Party on Land Administration HIDDEN BUILDINGS PROJECT an Italian best practice for a more effective land administration Eng. Marco SELLERI WPLA SIXTH SESSION Geneva, 19 th of June, 2009 Agenzia

More information

Product Guide. Sawmill Analytics, Swindon SN4 9LZ UK sales@sawmill.co.uk tel: +44 845 250 4470

Product Guide. Sawmill Analytics, Swindon SN4 9LZ UK sales@sawmill.co.uk tel: +44 845 250 4470 Product Guide What is Sawmill Sawmill is a highly sophisticated and flexible analysis and reporting tool. It can read text log files from over 800 different sources and analyse their content. Once analyzed

More information

Teamcenter s manufacturing process management 8.3. Report Generator Guide. Publication Number PLM00064 E

Teamcenter s manufacturing process management 8.3. Report Generator Guide. Publication Number PLM00064 E Teamcenter s manufacturing process management 8.3 Report Generator Guide Publication Number PLM00064 E Proprietary and restricted rights notice This software and related documentation are proprietary to

More information

itop: the open-source ITSM solution

itop: the open-source ITSM solution itop: the open-source ITSM solution itop is a multi-client web portal designed for service providers and businesses. Simple and easy to use, it allows all configuration items and their relationships to

More information

_ LUCIADRIA PRODUCT DATA SHEET

_ LUCIADRIA PRODUCT DATA SHEET _ LUCIADRIA PRODUCT DATA SHEET V2016.0 LuciadRIA offers browser-based geospatial situational awareness with the fluidity and speed of a desktop application. The software components of LuciadRIA have been

More information

Doña Ana County, NM Interactive Zoning Map

Doña Ana County, NM Interactive Zoning Map Doña Ana County, NM Interactive Zoning Map Users Guide Basic Map Navigation Zoom Control The most efficient way of zooming, or changing the scale of the map is with the use of a mouse with a scroll wheel.

More information

Introduction to NaviGenie SDK Client API for Android

Introduction to NaviGenie SDK Client API for Android Introduction to NaviGenie SDK Client API for Android Overview 3 Data access solutions. 3 Use your own data in a highly optimized form 3 Hardware acceleration support.. 3 Package contents.. 4 Libraries.

More information

Acquia Introduction December 9th, 2009

Acquia Introduction December 9th, 2009 Acquia Introduction December 9 th, 2009 Agenda 1. Content Management 2. Web Application Framework 3. Architecture principles 1. Modular 2. Event driven 3. Skinnable 4. Secure 5. Accessible 4. Enterprise

More information

Next Generation Lab. A solution for remote characterization of analog integrated circuits

Next Generation Lab. A solution for remote characterization of analog integrated circuits Next Generation Lab A solution for remote characterization of analog integrated circuits Background Goals Technologies Physical architecture Software architecture Conclusion Outline Background Based on

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information