SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
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

Más contenido relacionado

Similar a 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 Scale
Safe Software
 
Colombo+ronzoni+fontana
Colombo+ronzoni+fontanaColombo+ronzoni+fontana
Colombo+ronzoni+fontana
Ajay Ohri
 

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

Más de Fabio Rinnone

Más 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
 

Último

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Último (20)

Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 

Online Geocoding Services: A benchmarking analysis to some European cities