SlideShare une entreprise Scribd logo
1  sur  28
Télécharger pour lire hors ligne
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Online Geocoding Services
A benchmarking analysis to some European cities
Gianfranco Di Pietro Fabio Rinnone
Geofunction Srls
Via Luigi Sturzo, 71, 93015 Niscemi CL, Italy
Baltic Geodetic Congress 2017
Gda´nsk University of Technology, Gda´nsk, Poland
22 - 25 June 2017
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Outline
1 Introduction
What is Geocoding?
Hypothesis
2 Methods
Datasets
Benchmark analysis
3 Implementation
GFgeocoder
4 Results
5 Conclusions
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
What is Geocoding?
Hypothesis
Outline
1 Introduction
What is Geocoding?
Hypothesis
2 Methods
Datasets
Benchmark analysis
3 Implementation
GFgeocoder
4 Results
5 Conclusions
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
What is Geocoding?
Hypothesis
What is Geocoding?
Geocoding process consists of translating an address entry and
delevering the best candidate as a point on a map.
Today many Online Geocoding Services offers the possibility to
convert address strings into geographic coordinates (latitude,
longitude).
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
What is Geocoding?
Hypothesis
Outline
1 Introduction
What is Geocoding?
Hypothesis
2 Methods
Datasets
Benchmark analysis
3 Implementation
GFgeocoder
4 Results
5 Conclusions
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
What is Geocoding?
Hypothesis
Hypothesis
We make the following hypothesis:
1 the precise location of house numbers provided by Local
Governments is the most accurate result achievable, because it is
manually performed via a surveying on the field executed by an
human operator;
2 it is not possible expecting that the accuracy of geolocation
cannot exceed bounds of 2-3 meters around every point, both for
limits of equipment used for the surveying, and for the real
position of the point, which it can be difficult to be obtained.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Outline
1 Introduction
What is Geocoding?
Hypothesis
2 Methods
Datasets
Benchmark analysis
3 Implementation
GFgeocoder
4 Results
5 Conclusions
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Datasets
We analyzed the results of geocoding string of addresses published by
following local governments:
Florence (dati.toscana.it): road graph version 1.7.0
available from the open data portal of Tuscan region, Italy.
Cagliari (comune.cagliari.it): database of house
numbers from open data portal of Cagliari, Italy.
Trento (comune.trento.it): database of first and second
level house numbers from open data portal of Trento, Italy.
Kristiine, Tallinn (gis.maaamet.ee): over 20k address of
Kriistine district from database of house numbers of Tallin.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Datasets
From databases we extract tables containing the addresses of strings
and geographic location provided by local governments.
Italian cities uses WGS84 system and Tallinn uses
EPSG:25884-TMBaltic93.
From these tables we randomly extracted address to be passed to the
GFgeocoder (total 30000 strings).
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Datasets
Map of dataset used for the city of Florence.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Datasets
Map of dataset used for the city of Cagliari.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Datasets
Map of dataset used for the city of Trento.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Datasets
Map of dataset used for Kriistine, district of Tallinn.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Outline
1 Introduction
What is Geocoding?
Hypothesis
2 Methods
Datasets
Benchmark analysis
3 Implementation
GFgeocoder
4 Results
5 Conclusions
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Benchmark analysis
We introduce the following parameter.
Definition
Let δ the distance from geocoded position and official dataset position
for each point, we can define:
δ10 =
δi if δi ≤ 10 m (meters)
0 otherwise
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Datasets
Benchmark analysis
Benchmark analysis
Definition (Geocoder Approx 10 m)
Ratio (in percentage) of geocoded results in a distance less than 10
meters from position provided by official datasets:
GA10 =
1
n
n
1
Θ(δ10)
GA10 represent a unique value that classify whole addresses investigated. This
parameter is useful for describe the performance of a geocoding service globally for
a location, e.g. a city, a district or a generic buildings dataset.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
GFgeocoder
Outline
1 Introduction
What is Geocoding?
Hypothesis
2 Methods
Datasets
Benchmark analysis
3 Implementation
GFgeocoder
4 Results
5 Conclusions
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
GFgeocoder
GFgeocoder
GFgeocoder is a multiplatform tool written in Java, executable from
command line and can be run as a background daemon.
It allows loading of input CSV file that contains two columns: first
column, named “address”, must contains addresses and house
numbers, and second column, named “city”, must contains city name.
Output CSV file contains more than two columns: the columns named
“address” and “city” are identical to input file columns; the other
columns contain respectively pairs of coordinates (lat/lon) obtained as
results from Online Geocoders Services.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
GFgeocoder
GFgeocoder
GFgeocoder uses the following libraries:
Geocoder Java: a set of unofficial Google Java APIs that is
interfaced with official JavaScript Google Maps API v3, via
HTTP requests;
MapQuest: the official set of geocoding libraries offered by
MapQuest. MapQuest offers to developers a RESTful web
service that provides a JSON or XML representation of the
output requested via a HTTP request;
OpenRouteService: an online route planning application based
on open source software that provides a set of public RESTful
APIs that allows user to send geocoding requests.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
GFgeocoder
GFgeocoder
Class diagram of GFgeocoder.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Results
Geocoding services benchmark - GA10
City Google Maps MapQuest ORS Addresses
Trento (IT) 0,04% 0,00% 0,00% 4624
Firenze (IT) 90,05% 0,00% 6,50% 2000
Cagliari (IT) 54,51% 49,12% 21,97% 1311
Kristiine (ES) 0,00% 0,02% 0,00% 22515
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Results
For Google Maps Geocoder the best performance of GA10 is for Florence addresses,
with 90,05% of string addresses correctly geocoded into 10 meters. The worst is only
Kristiine district of Tallinn with no one address correctly geocoded into 10 meters.
For MapQuest Geocoder the best performance of GA10 is for Cagliari, with 49,12%
of string addresses correctly geocoded into 10 meters. The worst is both Trento city
and Florence with less than 0,005%.
For OpenRouteService the best performance of GA10 is for Cagliari, with 21,7% of
string addresses correctly geocoded into 10 meters. The worst is Kristiine district of
Tallinn with only 4 addresses on 22515 are in a range less than 10 meters.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Results
Benchmark results of the addresses of Florence.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Results
Benchmark results of the addresses of Trento.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Results
Benchmark results of the addresses of Cagliari.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Results
Benchmark results of the addresses of Kristiine, Tallinn.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Conclusions
The analysis of local spread of geocoding errors produces the
following conclusions:
into old-town areas of Italian cities geocoding errors are least
than the total;
in the particular case of Trento the geocoding errors for suburban
and outskirts areas penalize the overall performance of results;
different performance of geocoding services depends from:
correct interpretation of the addresses strings;
presence of a direct or indirect survey carried out by company
that managed the service.
Di Pietro G., Rinnone F. Online Geocoding Services
figures/geofunction-
Introduction
Methods
Implementation
Results
Conclusions
Further work
Further investigations will be conducted to investigate these aspects.
Also, new comparisons will be made using results obtainable via
Nominatim, the open source search and geocoding engine that
consumes OpenStreetMap data.
Finally, the methodology explained in this work is still underway with
data of other international locations.
Di Pietro G., Rinnone F. Online Geocoding Services

Contenu connexe

Similaire à Online Geocoding Services: A benchmarking analysis to some European cities

Automatic Map Production 1 to 50,000 Scale
Automatic Map Production 1 to 50,000 ScaleAutomatic Map Production 1 to 50,000 Scale
Automatic Map Production 1 to 50,000 ScaleSafe Software
 
ISO 19166 BIM-GIS conceptual mapping
ISO 19166 BIM-GIS conceptual mappingISO 19166 BIM-GIS conceptual mapping
ISO 19166 BIM-GIS conceptual mappingTae wook kang
 
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASICEGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASICijmnct
 
3D Visibility with Vector GIS Data
3D Visibility with Vector GIS Data3D Visibility with Vector GIS Data
3D Visibility with Vector GIS DataWassim Suleiman
 
SUNSHINE short overview of the project and its objectives
SUNSHINE short overview of the project and its objectives SUNSHINE short overview of the project and its objectives
SUNSHINE short overview of the project and its objectives Raffaele de Amicis
 
FOSS4G in Europe; Italy and the Politecnico de Milano
FOSS4G in Europe; Italy and the Politecnico de MilanoFOSS4G in Europe; Italy and the Politecnico de Milano
FOSS4G in Europe; Italy and the Politecnico de MilanoCarolina Arias Muñoz
 
SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...
SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...
SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...South Tyrol Free Software Conference
 
Leica GG04 and ZRover
Leica GG04 and ZRoverLeica GG04 and ZRover
Leica GG04 and ZRoverKendall James
 
Geo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality AssessmentGeo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality AssessmentIRJET Journal
 
Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...
Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...
Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...Safe Software
 
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...eCommConf
 
A Cluster Based Approach for Geographic Mapping
A Cluster Based Approach for Geographic MappingA Cluster Based Approach for Geographic Mapping
A Cluster Based Approach for Geographic MappingIRJET Journal
 
Towards an Affordable GIS for Analysing Public Transport Mobility Data
Towards an Affordable GIS for Analysing Public Transport Mobility DataTowards an Affordable GIS for Analysing Public Transport Mobility Data
Towards an Affordable GIS for Analysing Public Transport Mobility DataBenito Zaragozí
 
Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...
Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...
Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...Lean6Sigma4all
 
European Location Framework
European Location FrameworkEuropean Location Framework
European Location FrameworkAntti Jakobsson
 
European Location Framework
European Location FrameworkEuropean Location Framework
European Location FrameworkAntti Jakobsson
 
European Location Framework
European Location FrameworkEuropean Location Framework
European Location FrameworkAntti Jakobsson
 
Colombo+ronzoni+fontana
Colombo+ronzoni+fontanaColombo+ronzoni+fontana
Colombo+ronzoni+fontanaAjay Ohri
 
Sii-Mobility Km4City Smart City API and App
Sii-Mobility Km4City Smart City API and AppSii-Mobility Km4City Smart City API and App
Sii-Mobility Km4City Smart City API and AppPaolo Nesi
 

Similaire à Online Geocoding Services: A benchmarking analysis to some European cities (20)

Automatic Map Production 1 to 50,000 Scale
Automatic Map Production 1 to 50,000 ScaleAutomatic Map Production 1 to 50,000 Scale
Automatic Map Production 1 to 50,000 Scale
 
ISO 19166 BIM-GIS conceptual mapping
ISO 19166 BIM-GIS conceptual mappingISO 19166 BIM-GIS conceptual mapping
ISO 19166 BIM-GIS conceptual mapping
 
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASICEGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
EGT10 DESIGN AND APPLICATION FOR POSITION GPS TRACKER WITH VISUAL BASIC
 
3D Visibility with Vector GIS Data
3D Visibility with Vector GIS Data3D Visibility with Vector GIS Data
3D Visibility with Vector GIS Data
 
SUNSHINE short overview of the project and its objectives
SUNSHINE short overview of the project and its objectives SUNSHINE short overview of the project and its objectives
SUNSHINE short overview of the project and its objectives
 
FOSS4G in Europe; Italy and the Politecnico de Milano
FOSS4G in Europe; Italy and the Politecnico de MilanoFOSS4G in Europe; Italy and the Politecnico de Milano
FOSS4G in Europe; Italy and the Politecnico de Milano
 
SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...
SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...
SFScon 2020 - Stefano Tondini - Low-cost high-res GNSS technology in combinat...
 
Leica GG04 and ZRover
Leica GG04 and ZRoverLeica GG04 and ZRover
Leica GG04 and ZRover
 
Geo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality AssessmentGeo Spatial Data And it’s Quality Assessment
Geo Spatial Data And it’s Quality Assessment
 
Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...
Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...
Automatic Map Production on a 1 to 25,000 scale. Simbology and Raster Creatio...
 
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
Eladio Martin - Presentation at Emerging Communications Conference & Awards (...
 
Index map
Index mapIndex map
Index map
 
A Cluster Based Approach for Geographic Mapping
A Cluster Based Approach for Geographic MappingA Cluster Based Approach for Geographic Mapping
A Cluster Based Approach for Geographic Mapping
 
Towards an Affordable GIS for Analysing Public Transport Mobility Data
Towards an Affordable GIS for Analysing Public Transport Mobility DataTowards an Affordable GIS for Analysing Public Transport Mobility Data
Towards an Affordable GIS for Analysing Public Transport Mobility Data
 
Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...
Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...
Cypriot Local Administration Reform - Project overview Final - NOTORIA INTERN...
 
European Location Framework
European Location FrameworkEuropean Location Framework
European Location Framework
 
European Location Framework
European Location FrameworkEuropean Location Framework
European Location Framework
 
European Location Framework
European Location FrameworkEuropean Location Framework
European Location Framework
 
Colombo+ronzoni+fontana
Colombo+ronzoni+fontanaColombo+ronzoni+fontana
Colombo+ronzoni+fontana
 
Sii-Mobility Km4City Smart City API and App
Sii-Mobility Km4City Smart City API and AppSii-Mobility Km4City Smart City API and App
Sii-Mobility Km4City Smart City API and App
 

Plus de Fabio Rinnone

Wikipedia: una enciclopedia libera costruita dagli utenti
Wikipedia: una enciclopedia libera costruita dagli utentiWikipedia: una enciclopedia libera costruita dagli utenti
Wikipedia: una enciclopedia libera costruita dagli utentiFabio Rinnone
 
Status: do you have too many adiacent buildings?
Status: do you have too many adiacent buildings?Status: do you have too many adiacent buildings?
Status: do you have too many adiacent buildings?Fabio Rinnone
 
Le attività di Wikimedia Italia
Le attività di Wikimedia ItaliaLe attività di Wikimedia Italia
Le attività di Wikimedia ItaliaFabio Rinnone
 
Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...
Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...
Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...Fabio Rinnone
 
I progetti Wikimedia per la valorizzazione delle aree naturali protette
I progetti Wikimedia per la valorizzazione delle aree naturali protetteI progetti Wikimedia per la valorizzazione delle aree naturali protette
I progetti Wikimedia per la valorizzazione delle aree naturali protetteFabio Rinnone
 
Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...
Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...
Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...Fabio Rinnone
 
NetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologiche
NetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologicheNetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologiche
NetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologicheFabio Rinnone
 
L'impatto di Wikipedia sul turismo e sull'economia locale
L'impatto di Wikipedia sul turismo e sull'economia localeL'impatto di Wikipedia sul turismo e sull'economia locale
L'impatto di Wikipedia sul turismo e sull'economia localeFabio Rinnone
 
Wikipedia, TIM e le Università insieme per la cultura digitale
Wikipedia, TIM e le Università insieme per la cultura digitaleWikipedia, TIM e le Università insieme per la cultura digitale
Wikipedia, TIM e le Università insieme per la cultura digitaleFabio Rinnone
 
Scrivere per Wikipedia - Le biografie delle donne
Scrivere per Wikipedia - Le biografie delle donneScrivere per Wikipedia - Le biografie delle donne
Scrivere per Wikipedia - Le biografie delle donneFabio Rinnone
 
Wiki Loves Monuments: il contest fotografico di Wikimedia Italia a Niscemi
Wiki Loves Monuments: il contest fotografico di Wikimedia Italia a NiscemiWiki Loves Monuments: il contest fotografico di Wikimedia Italia a Niscemi
Wiki Loves Monuments: il contest fotografico di Wikimedia Italia a NiscemiFabio Rinnone
 
Wikidata: un progetto per editare e diffondere open data strutturati
Wikidata: un progetto per editare e diffondere open data strutturatiWikidata: un progetto per editare e diffondere open data strutturati
Wikidata: un progetto per editare e diffondere open data strutturatiFabio Rinnone
 
Un tool per la visualizzazione e l'analisi di reti biologiche e sociali
Un tool per la visualizzazione e l'analisi di reti biologiche e socialiUn tool per la visualizzazione e l'analisi di reti biologiche e sociali
Un tool per la visualizzazione e l'analisi di reti biologiche e socialiFabio Rinnone
 
I contenuti digitali open source: le regole per editare su Wikipedia
I contenuti digitali open source: le regole per editare su WikipediaI contenuti digitali open source: le regole per editare su Wikipedia
I contenuti digitali open source: le regole per editare su WikipediaFabio Rinnone
 
Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...
Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...
Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...Fabio Rinnone
 
MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...
MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...
MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...Fabio Rinnone
 
Nixmap. Funzionalità ed aspetti implementativi
Nixmap. Funzionalità ed aspetti implementativiNixmap. Funzionalità ed aspetti implementativi
Nixmap. Funzionalità ed aspetti implementativiFabio Rinnone
 

Plus de Fabio Rinnone (18)

Wikipedia: una enciclopedia libera costruita dagli utenti
Wikipedia: una enciclopedia libera costruita dagli utentiWikipedia: una enciclopedia libera costruita dagli utenti
Wikipedia: una enciclopedia libera costruita dagli utenti
 
Status: do you have too many adiacent buildings?
Status: do you have too many adiacent buildings?Status: do you have too many adiacent buildings?
Status: do you have too many adiacent buildings?
 
Le attività di Wikimedia Italia
Le attività di Wikimedia ItaliaLe attività di Wikimedia Italia
Le attività di Wikimedia Italia
 
Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...
Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...
Wiki Loves Monuments: Il concorso fotografico per la promozione del patrimoni...
 
I progetti Wikimedia per la valorizzazione delle aree naturali protette
I progetti Wikimedia per la valorizzazione delle aree naturali protetteI progetti Wikimedia per la valorizzazione delle aree naturali protette
I progetti Wikimedia per la valorizzazione delle aree naturali protette
 
Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...
Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...
Wikipedia nelle scuole come strumento per la diffusione del sapere libero e c...
 
NetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologiche
NetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologicheNetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologiche
NetMatch*: una app Cytoscape per la ricerca di sottostrutture in reti biologiche
 
L'impatto di Wikipedia sul turismo e sull'economia locale
L'impatto di Wikipedia sul turismo e sull'economia localeL'impatto di Wikipedia sul turismo e sull'economia locale
L'impatto di Wikipedia sul turismo e sull'economia locale
 
Wikipedia, TIM e le Università insieme per la cultura digitale
Wikipedia, TIM e le Università insieme per la cultura digitaleWikipedia, TIM e le Università insieme per la cultura digitale
Wikipedia, TIM e le Università insieme per la cultura digitale
 
Scrivere per Wikipedia - Le biografie delle donne
Scrivere per Wikipedia - Le biografie delle donneScrivere per Wikipedia - Le biografie delle donne
Scrivere per Wikipedia - Le biografie delle donne
 
Wiki Loves Monuments: il contest fotografico di Wikimedia Italia a Niscemi
Wiki Loves Monuments: il contest fotografico di Wikimedia Italia a NiscemiWiki Loves Monuments: il contest fotografico di Wikimedia Italia a Niscemi
Wiki Loves Monuments: il contest fotografico di Wikimedia Italia a Niscemi
 
MobileMap Agrigento
MobileMap AgrigentoMobileMap Agrigento
MobileMap Agrigento
 
Wikidata: un progetto per editare e diffondere open data strutturati
Wikidata: un progetto per editare e diffondere open data strutturatiWikidata: un progetto per editare e diffondere open data strutturati
Wikidata: un progetto per editare e diffondere open data strutturati
 
Un tool per la visualizzazione e l'analisi di reti biologiche e sociali
Un tool per la visualizzazione e l'analisi di reti biologiche e socialiUn tool per la visualizzazione e l'analisi di reti biologiche e sociali
Un tool per la visualizzazione e l'analisi di reti biologiche e sociali
 
I contenuti digitali open source: le regole per editare su Wikipedia
I contenuti digitali open source: le regole per editare su WikipediaI contenuti digitali open source: le regole per editare su Wikipedia
I contenuti digitali open source: le regole per editare su Wikipedia
 
Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...
Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...
Applicazioni WebGIS per la consultazione di cartografie Open di carattere tec...
 
MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...
MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...
MobileMap Enna: un'applicazione web-mobile per la consultazione di cartografi...
 
Nixmap. Funzionalità ed aspetti implementativi
Nixmap. Funzionalità ed aspetti implementativiNixmap. Funzionalità ed aspetti implementativi
Nixmap. Funzionalità ed aspetti implementativi
 

Dernier

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 

Dernier (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 

Online Geocoding Services: A benchmarking analysis to some European cities