SlideShare a Scribd company logo
1 of 21
An intrinsic approach for the detection and correction of attributive
inconsistencies and semantic heterogeneity in OSM data
Martin Loidl | martin.loidl@sbg.ac.at
Stefan Keller| sfkeller@hsr.ch
AAG Annual Meeting – Workshop OpenStreetMap Studies
Chicago, April 24th 2015
 OSM bottom-up community approach
 Rudimentary data model and attribute structure (tagging scheme K = v)
 Attributes: recommendations ≠ conventions ≠ formalized standard
 No restriction of tag usage and definition
Problem Statement
2
http://www.openstreetmap.es
 Within one way
 Within a succession of ways (e.g. street)
Attributive Inconsistencies
3
highway = motorway
name = Kennedy Expressway
bicycle = yes
highway = motorway
name = Kennedy Expressway
ref = I 90
highway = motorway
name = Fisher Freeway
ref = I 90
highway = motorway
name = Kennedy Expressway
ref = I 90
 Different (correct) description for one and the same entity
 Specific to crowd-sourced data (≠ authoritative data follow
strict specifications)
Semantic Heterogeneity
4
highway = cycleway
foot = designated
width = 3
highway = path
bicycle = designated
foot = yes
highway = footway
bicycle = designated
surface = asphalt
 Considering attributive inconsistencies and semantic
heterogeneity is relevant for …
 Visualization (data rendering)
 Descriptive statistics (classification)
 Spatial analysis (e.g. routing)
 Improve results through
 Harmonization (remove semantic heterogeneities)
 Correction through estimation (gaps, inconsistencies)
Relevance
5
 Spatial data quality
 Standards (e.g. ISO 19157 = harmonization of
multiple preceeding standards) and extensive
body of literature  of limited use for OSM data
 Quality asssessment of OSM data
 Primarily focusing on positional accuracy and
geometrical completeness
 Reference data set and/or descriptive
statistics
 Comparable little work on attribute quality
Data Quality
6
Haklay 2010
Hochmair et al. 2015
Barron et al. 2014
 Why an intrinsic approach?
 Extrinsic approach requires reference data set,
which ideally has:
 Same geographical coverage
 Same data model and attribute structure
 [Koukoletsos et al. (2012): multi-stage process
to deal with it to a certain extent]
 Quality of reference data set (authoritative data
doesn‘t necessarily imply better data!)
 Data often created for very different purposes
Quality Assessment
7
Elsbethen (Austria):
authoritative data –
OSM data
 Exclusively based on respective data set (data-centered
approach)
 Makes use of:
 Redundancy
 Inherent logic, functionally related attributes
Intrinsic Approach
8
Translation into query
statements
highway = * surface = *
tracktype = *
Case Study Area
9
 4,600 km² in Austrian-Bavarian
boarder region
 ~ 22,600 km total network length
 Rural and urban areas
 Data preparation
 Extraction from OSM Database
(April 1st 2015)
 Conversion to topological correct
graph (edge-node) in GeoDB
Major Road Network
10
 Major road = motorway, primary, secondary
(incl. links)
 Consistent for road category (highway = *)
 Makes features mappable = primary
intent/purpose of OSM
 Attributes incomplete (n = 11,951 segments)
 name = *: 64.6%
 surface = *: 22.93% [ can be estimated: asphalt]
 maxspeed = *: 72.19%
 lanes = *: 57.86%
 Rather an issue of completeness than of
inconsistency and heterogeneity
Local Road Network
11
 Majority of ways in OSM
 Differences in terms of attribute
quality (existence, consistency etc.)
 Relevant e.g. for active modes of
transport (cycling, hiking etc.)
 In many cases more extensive
(spatial coverage, attribute details)
than authoritative data
 Define set of logical/legal contradictions
 Connect to corresponding tags
 Tag specification according to Wiki
 Query the dataset for contradictions
Attributive Inconsistencies
12
approx. 1 from 1,000
("tracktype" = 'grade3' or "tracktype" = 'grade4' or "tracktype" = 'grade5')
and "surface" = 'asphalt'
 Distribution of inconsistencies:
 Regional diversity (national laws?)
 Spatial clusters (local mapper/communities?)
Spatial Particularities
13
highway = residential
maxspeed = 80
 Correction without ground truthing = estimation
 Quality of estimation depends on number of functionally
related attributes
Correction of Inconsistencies
14
 How to map a mixed foot-/cycleway in OSM?
Heterogeneity
15
http://www.stadt-salzburg.at
 How to map a mixed foot-/cycleway in OSM?
 Co-existence vs. “tag war”
 Credibility and reputation (Flanagin & Metzger 2008)
Heterogeneity
16
("highway" = 'footway' and ("bicycle" =
'designated' or "bicycle" = 'yes' or
"bicycle" = 'official'))
OR
("highway" = 'cycleway' and ("foot" =
'designated' or "foot" = 'yes'))
OR
("highway" = 'path' and ("foot" =
'designated' or "foot" = 'official') and
("bicycle" = 'designated' or "bicycle" =
'official'))
OR
("highway" = 'track' and ("foot" =
'designated' or "foot" = 'official') and
("bicycle" = 'designated' or "bicycle" =
'official'))
669 segments
1,202 segments
2,655 segments
73 segments
 Different (correct) views on same entity
Heterogeneity
17
highway = cycleway
surface = asphalt
ref = BGL 3
foot = designated
bicycle = designated
segregated = no
Last editor: j_cook
highway = path
surface = asphalt
foot = designated
bicycle = designated
Last editor: pyram
18
highway = track
name = Treppelweg
surface = gravel
tracktype = grade2
foot = yes
bicycle = yes
width = 3
highway = path
name = Treppelweg
surface = gravel
tracktype = grade2
foot = designated
bicycle = designated
width = 3
http://www.bing.com/maps
 Define derived attributes that fit best for actual purpose
Harmonization of Heterogeneity
19
Loidl & Zagel (2014)
 OSMAXX
 Extracts OSM data
 Data cleaning (capital
letters etc.) and
harmonization
(generalization)
 Conversion to GIS formats
 For visualization and
geospatial analysis
Harmonization of Heterogeneity
20
 Inconsistency = quality issue
 Can be detected with intrinsic approach
 Heterogeneity = depends on purpose
 Definition of derived attributes
 Implement assessment routines during editing or in post-
processing?
 Tag recommender system during editing (Vandecasteele & Devillers 2014)
 Probabilistic approach and/or functionally related attributes
 Prevent from contradiction
 Data tuning in post-processing allows specification for actual purpose
 Combination  prevent – detect – repair (Herzog et al 2007)
 Data model issue  social complexity of OSM (Spielmann 2014)
Wrap-Up
21
@gicycle_
gicycle.wordpress.com

More Related Content

What's hot

Unique methods of GIS in Transportation
Unique methods of GIS in TransportationUnique methods of GIS in Transportation
Unique methods of GIS in TransportationAndrew Harrison
 
Lect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gisLect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gisRehana Jamal
 
PathView | Well Path Visualization Software
PathView | Well Path Visualization SoftwarePathView | Well Path Visualization Software
PathView | Well Path Visualization Softwarepvisoftware
 
Konzeptentwicklung
KonzeptentwicklungKonzeptentwicklung
Konzeptentwicklungthuesing
 
What Types of Reports Can You Create?
What Types of Reports Can You Create? What Types of Reports Can You Create?
What Types of Reports Can You Create? LearnItFirst.com
 
MAP WIDGET - Knowage Technical Webinars
MAP WIDGET - Knowage Technical WebinarsMAP WIDGET - Knowage Technical Webinars
MAP WIDGET - Knowage Technical WebinarsKNOWAGE
 
Organisation of Traffic Information in Austria
Organisation of Traffic Information in AustriaOrganisation of Traffic Information in Austria
Organisation of Traffic Information in Austriaboehmchen
 
SFD Gis And VisiCad Dispatcher Training
SFD Gis And VisiCad Dispatcher TrainingSFD Gis And VisiCad Dispatcher Training
SFD Gis And VisiCad Dispatcher Trainingpdituri
 
Lenka Zajíčková - The data model for data management of public transport in t...
Lenka Zajíčková - The data model for data management of public transport in t...Lenka Zajíčková - The data model for data management of public transport in t...
Lenka Zajíčková - The data model for data management of public transport in t...swenney
 
Lect 5 data models-gis
Lect 5 data models-gisLect 5 data models-gis
Lect 5 data models-gisRehana Jamal
 
Euro30 2019 - Benchmarking tree approaches on street data
Euro30 2019 - Benchmarking tree approaches on street dataEuro30 2019 - Benchmarking tree approaches on street data
Euro30 2019 - Benchmarking tree approaches on street dataFabion Kauker
 
L4 engineering surveys for highways 1.3
L4 engineering surveys for highways 1.3 L4 engineering surveys for highways 1.3
L4 engineering surveys for highways 1.3 Sachin PatiL
 
Kandy Kenez_Resume_July-30-2015
Kandy Kenez_Resume_July-30-2015Kandy Kenez_Resume_July-30-2015
Kandy Kenez_Resume_July-30-2015Kandy Kenez
 
11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...
11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...
11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...Hossam Shafiq I
 

What's hot (20)

Autonomous emergency manoeuvring
Autonomous emergency manoeuvringAutonomous emergency manoeuvring
Autonomous emergency manoeuvring
 
Unique methods of GIS in Transportation
Unique methods of GIS in TransportationUnique methods of GIS in Transportation
Unique methods of GIS in Transportation
 
Lect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gisLect 7 & 8 types of vector data model-gis
Lect 7 & 8 types of vector data model-gis
 
PathView | Well Path Visualization Software
PathView | Well Path Visualization SoftwarePathView | Well Path Visualization Software
PathView | Well Path Visualization Software
 
RouteFast
RouteFastRouteFast
RouteFast
 
Konzeptentwicklung
KonzeptentwicklungKonzeptentwicklung
Konzeptentwicklung
 
What Types of Reports Can You Create?
What Types of Reports Can You Create? What Types of Reports Can You Create?
What Types of Reports Can You Create?
 
Integration of Land Use & Transportation Planning in the SMART Plan
Integration of Land Use & Transportation Planning in the SMART PlanIntegration of Land Use & Transportation Planning in the SMART Plan
Integration of Land Use & Transportation Planning in the SMART Plan
 
DSM Extraction from Pleiades Images Using RSP
DSM Extraction from Pleiades Images Using RSPDSM Extraction from Pleiades Images Using RSP
DSM Extraction from Pleiades Images Using RSP
 
MAP WIDGET - Knowage Technical Webinars
MAP WIDGET - Knowage Technical WebinarsMAP WIDGET - Knowage Technical Webinars
MAP WIDGET - Knowage Technical Webinars
 
Organisation of Traffic Information in Austria
Organisation of Traffic Information in AustriaOrganisation of Traffic Information in Austria
Organisation of Traffic Information in Austria
 
SFD Gis And VisiCad Dispatcher Training
SFD Gis And VisiCad Dispatcher TrainingSFD Gis And VisiCad Dispatcher Training
SFD Gis And VisiCad Dispatcher Training
 
Lenka Zajíčková - The data model for data management of public transport in t...
Lenka Zajíčková - The data model for data management of public transport in t...Lenka Zajíčková - The data model for data management of public transport in t...
Lenka Zajíčková - The data model for data management of public transport in t...
 
Lect 5 data models-gis
Lect 5 data models-gisLect 5 data models-gis
Lect 5 data models-gis
 
conversion of digital elevation maps to geological information
conversion of digital elevation maps to geological informationconversion of digital elevation maps to geological information
conversion of digital elevation maps to geological information
 
Euro30 2019 - Benchmarking tree approaches on street data
Euro30 2019 - Benchmarking tree approaches on street dataEuro30 2019 - Benchmarking tree approaches on street data
Euro30 2019 - Benchmarking tree approaches on street data
 
L4 engineering surveys for highways 1.3
L4 engineering surveys for highways 1.3 L4 engineering surveys for highways 1.3
L4 engineering surveys for highways 1.3
 
Kandy Kenez_Resume_July-30-2015
Kandy Kenez_Resume_July-30-2015Kandy Kenez_Resume_July-30-2015
Kandy Kenez_Resume_July-30-2015
 
11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...
11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...
11 Traffic Signal Control Overview (Traffic Engineering هندسة المرور & Prof. ...
 
Open geo data - technical issue
Open geo data  - technical issueOpen geo data  - technical issue
Open geo data - technical issue
 

Similar to #AAG2015 presentation on OSM attribute inconsistency and semantic heterogeneity

SoTM US Routing
SoTM US RoutingSoTM US Routing
SoTM US RoutingMapQuest
 
Using ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle NetworkUsing ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle NetworkBryan Townley
 
Lunchlezing landelijke keuzemodellen voor Octavius
Lunchlezing landelijke keuzemodellen voor OctaviusLunchlezing landelijke keuzemodellen voor Octavius
Lunchlezing landelijke keuzemodellen voor OctaviusLuuk Brederode
 
Improvement of Spatial Data Quality Using the Data Conflation
Improvement of Spatial Data Quality Using the Data ConflationImprovement of Spatial Data Quality Using the Data Conflation
Improvement of Spatial Data Quality Using the Data ConflationBeniamino Murgante
 
Highly accurate navigation in the age of automated driving
Highly accurate navigation in the age of automated drivingHighly accurate navigation in the age of automated driving
Highly accurate navigation in the age of automated drivingStefan Pruisken
 
Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...
Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...
Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...BRTCoE
 
AGILE_FinalDay_RobinFrew
AGILE_FinalDay_RobinFrewAGILE_FinalDay_RobinFrew
AGILE_FinalDay_RobinFrewRobin Frew
 
Intelligent route planning for sustainable mobility
Intelligent route planning for sustainable mobilityIntelligent route planning for sustainable mobility
Intelligent route planning for sustainable mobilitymichaljakob
 
OpenStreetMap - The Quality Issue
OpenStreetMap - The Quality IssueOpenStreetMap - The Quality Issue
OpenStreetMap - The Quality IssueCASA, UCL
 
Kim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_day
Kim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_dayKim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_day
Kim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_dayBogdan-Mihai Cîrlugea
 
Integrating GIS utility data in the UK
Integrating GIS utility data in the UKIntegrating GIS utility data in the UK
Integrating GIS utility data in the UKAntArch
 
The development of a Geographic Information System for traffic route planni...
The development of a  Geographic  Information System for traffic route planni...The development of a  Geographic  Information System for traffic route planni...
The development of a Geographic Information System for traffic route planni...Matthew Pulis
 
CycleStreets presentation to Cambridge Geek Night (3rd August 2010)
CycleStreets presentation to Cambridge Geek Night (3rd August 2010)CycleStreets presentation to Cambridge Geek Night (3rd August 2010)
CycleStreets presentation to Cambridge Geek Night (3rd August 2010)CycleStreets
 
Portfolio_YuPoChiu
Portfolio_YuPoChiuPortfolio_YuPoChiu
Portfolio_YuPoChiuBrian Chiu
 
CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009CycleStreets
 
Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...JumpingJaq
 

Similar to #AAG2015 presentation on OSM attribute inconsistency and semantic heterogeneity (20)

SoTM US Routing
SoTM US RoutingSoTM US Routing
SoTM US Routing
 
Using ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle NetworkUsing ArcGIS to Propose an On-Street Bicycle Network
Using ArcGIS to Propose an On-Street Bicycle Network
 
Lunchlezing landelijke keuzemodellen voor Octavius
Lunchlezing landelijke keuzemodellen voor OctaviusLunchlezing landelijke keuzemodellen voor Octavius
Lunchlezing landelijke keuzemodellen voor Octavius
 
Improvement of Spatial Data Quality Using the Data Conflation
Improvement of Spatial Data Quality Using the Data ConflationImprovement of Spatial Data Quality Using the Data Conflation
Improvement of Spatial Data Quality Using the Data Conflation
 
Iccsa stankuteha180611
Iccsa stankuteha180611Iccsa stankuteha180611
Iccsa stankuteha180611
 
Highly accurate navigation in the age of automated driving
Highly accurate navigation in the age of automated drivingHighly accurate navigation in the age of automated driving
Highly accurate navigation in the age of automated driving
 
Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...
Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...
Webinar: Land Use-Transport Interactions: Evidence from and Implications for ...
 
AGILE_FinalDay_RobinFrew
AGILE_FinalDay_RobinFrewAGILE_FinalDay_RobinFrew
AGILE_FinalDay_RobinFrew
 
Intelligent route planning for sustainable mobility
Intelligent route planning for sustainable mobilityIntelligent route planning for sustainable mobility
Intelligent route planning for sustainable mobility
 
Network analysis in gis , part 1 introduction
Network analysis in gis , part 1 introductionNetwork analysis in gis , part 1 introduction
Network analysis in gis , part 1 introduction
 
OpenStreetMap - The Quality Issue
OpenStreetMap - The Quality IssueOpenStreetMap - The Quality Issue
OpenStreetMap - The Quality Issue
 
Kim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_day
Kim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_dayKim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_day
Kim-Blanco_Cirlugea_de Sherbinin_OSM_validation_Data_science_day
 
200712103
200712103200712103
200712103
 
Integrating GIS utility data in the UK
Integrating GIS utility data in the UKIntegrating GIS utility data in the UK
Integrating GIS utility data in the UK
 
The development of a Geographic Information System for traffic route planni...
The development of a  Geographic  Information System for traffic route planni...The development of a  Geographic  Information System for traffic route planni...
The development of a Geographic Information System for traffic route planni...
 
InfoVis&LargeScreens
InfoVis&LargeScreensInfoVis&LargeScreens
InfoVis&LargeScreens
 
CycleStreets presentation to Cambridge Geek Night (3rd August 2010)
CycleStreets presentation to Cambridge Geek Night (3rd August 2010)CycleStreets presentation to Cambridge Geek Night (3rd August 2010)
CycleStreets presentation to Cambridge Geek Night (3rd August 2010)
 
Portfolio_YuPoChiu
Portfolio_YuPoChiuPortfolio_YuPoChiu
Portfolio_YuPoChiu
 
CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009CycleStreets main presentation to OSM State of the Map 2009
CycleStreets main presentation to OSM State of the Map 2009
 
Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...Using spatial presentation of bus GPS data to identify and justify bus priori...
Using spatial presentation of bus GPS data to identify and justify bus priori...
 

More from Martin L

Data for Sustainable Mobility
Data for Sustainable MobilityData for Sustainable Mobility
Data for Sustainable MobilityMartin L
 
(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität
(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität
(Geo-) Daten für ein besseres Verständnis der FahrradmobilitätMartin L
 
Fitnesscenter Arbeitsweg
Fitnesscenter ArbeitswegFitnesscenter Arbeitsweg
Fitnesscenter ArbeitswegMartin L
 
Multidimensional Monitoring of Cycling Mobility
Multidimensional Monitoring of Cycling MobilityMultidimensional Monitoring of Cycling Mobility
Multidimensional Monitoring of Cycling MobilityMartin L
 
Looking at cycling mobility through geographical lenses
Looking at cycling mobility through geographical lensesLooking at cycling mobility through geographical lenses
Looking at cycling mobility through geographical lensesMartin L
 
Promoting active, healthy commuting
Promoting active, healthy commutingPromoting active, healthy commuting
Promoting active, healthy commutingMartin L
 
GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...
GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...
GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...Martin L
 
A very high resolution bicycle flow model
A very high resolution bicycle flow modelA very high resolution bicycle flow model
A very high resolution bicycle flow modelMartin L
 
Spatial Information for Bicycle Flow Modelling
Spatial Information for Bicycle Flow ModellingSpatial Information for Bicycle Flow Modelling
Spatial Information for Bicycle Flow ModellingMartin L
 
Gesünder durch Alternativen zum Auto
Gesünder durch Alternativen zum AutoGesünder durch Alternativen zum Auto
Gesünder durch Alternativen zum AutoMartin L
 
Geography as melting pot for cross-domain bicycling research and promotion
Geography as melting pot for cross-domain bicycling research and promotionGeography as melting pot for cross-domain bicycling research and promotion
Geography as melting pot for cross-domain bicycling research and promotionMartin L
 
GISMO beim Forschungsforum Mobilität 2017
GISMO beim Forschungsforum Mobilität 2017GISMO beim Forschungsforum Mobilität 2017
GISMO beim Forschungsforum Mobilität 2017Martin L
 
Spatial Information for Bicycling Research
Spatial Information for Bicycling ResearchSpatial Information for Bicycling Research
Spatial Information for Bicycling ResearchMartin L
 
Floating Bicycle Data
Floating Bicycle DataFloating Bicycle Data
Floating Bicycle DataMartin L
 
Räumliche Information und Radverkehrssicherheit
Räumliche Information und RadverkehrssicherheitRäumliche Information und Radverkehrssicherheit
Räumliche Information und RadverkehrssicherheitMartin L
 
Spatial Information and Bicycling Safety
Spatial Information and Bicycling SafetySpatial Information and Bicycling Safety
Spatial Information and Bicycling SafetyMartin L
 
Spatial information on bicycle crash risk for evidence-based interventions on...
Spatial information on bicycle crash risk for evidence-based interventions on...Spatial information on bicycle crash risk for evidence-based interventions on...
Spatial information on bicycle crash risk for evidence-based interventions on...Martin L
 
A review of current online bicycle routing portals and their potential role i...
A review of current online bicycle routing portals and their potential role i...A review of current online bicycle routing portals and their potential role i...
A review of current online bicycle routing portals and their potential role i...Martin L
 
Bicycle Risk Estimation - Short Report
Bicycle Risk Estimation - Short ReportBicycle Risk Estimation - Short Report
Bicycle Risk Estimation - Short ReportMartin L
 
Polis Conference 2015: OGD for bicycle promotion
Polis Conference 2015: OGD for bicycle promotionPolis Conference 2015: OGD for bicycle promotion
Polis Conference 2015: OGD for bicycle promotionMartin L
 

More from Martin L (20)

Data for Sustainable Mobility
Data for Sustainable MobilityData for Sustainable Mobility
Data for Sustainable Mobility
 
(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität
(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität
(Geo-) Daten für ein besseres Verständnis der Fahrradmobilität
 
Fitnesscenter Arbeitsweg
Fitnesscenter ArbeitswegFitnesscenter Arbeitsweg
Fitnesscenter Arbeitsweg
 
Multidimensional Monitoring of Cycling Mobility
Multidimensional Monitoring of Cycling MobilityMultidimensional Monitoring of Cycling Mobility
Multidimensional Monitoring of Cycling Mobility
 
Looking at cycling mobility through geographical lenses
Looking at cycling mobility through geographical lensesLooking at cycling mobility through geographical lenses
Looking at cycling mobility through geographical lenses
 
Promoting active, healthy commuting
Promoting active, healthy commutingPromoting active, healthy commuting
Promoting active, healthy commuting
 
GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...
GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...
GISMO - Interdisziplinäre Forschung zur Förderung aktiver, gesunder Pendelmob...
 
A very high resolution bicycle flow model
A very high resolution bicycle flow modelA very high resolution bicycle flow model
A very high resolution bicycle flow model
 
Spatial Information for Bicycle Flow Modelling
Spatial Information for Bicycle Flow ModellingSpatial Information for Bicycle Flow Modelling
Spatial Information for Bicycle Flow Modelling
 
Gesünder durch Alternativen zum Auto
Gesünder durch Alternativen zum AutoGesünder durch Alternativen zum Auto
Gesünder durch Alternativen zum Auto
 
Geography as melting pot for cross-domain bicycling research and promotion
Geography as melting pot for cross-domain bicycling research and promotionGeography as melting pot for cross-domain bicycling research and promotion
Geography as melting pot for cross-domain bicycling research and promotion
 
GISMO beim Forschungsforum Mobilität 2017
GISMO beim Forschungsforum Mobilität 2017GISMO beim Forschungsforum Mobilität 2017
GISMO beim Forschungsforum Mobilität 2017
 
Spatial Information for Bicycling Research
Spatial Information for Bicycling ResearchSpatial Information for Bicycling Research
Spatial Information for Bicycling Research
 
Floating Bicycle Data
Floating Bicycle DataFloating Bicycle Data
Floating Bicycle Data
 
Räumliche Information und Radverkehrssicherheit
Räumliche Information und RadverkehrssicherheitRäumliche Information und Radverkehrssicherheit
Räumliche Information und Radverkehrssicherheit
 
Spatial Information and Bicycling Safety
Spatial Information and Bicycling SafetySpatial Information and Bicycling Safety
Spatial Information and Bicycling Safety
 
Spatial information on bicycle crash risk for evidence-based interventions on...
Spatial information on bicycle crash risk for evidence-based interventions on...Spatial information on bicycle crash risk for evidence-based interventions on...
Spatial information on bicycle crash risk for evidence-based interventions on...
 
A review of current online bicycle routing portals and their potential role i...
A review of current online bicycle routing portals and their potential role i...A review of current online bicycle routing portals and their potential role i...
A review of current online bicycle routing portals and their potential role i...
 
Bicycle Risk Estimation - Short Report
Bicycle Risk Estimation - Short ReportBicycle Risk Estimation - Short Report
Bicycle Risk Estimation - Short Report
 
Polis Conference 2015: OGD for bicycle promotion
Polis Conference 2015: OGD for bicycle promotionPolis Conference 2015: OGD for bicycle promotion
Polis Conference 2015: OGD for bicycle promotion
 

Recently uploaded

Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsCharlene Llagas
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfSELF-EXPLANATORY
 
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaPraksha3
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentationtahreemzahra82
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfSwapnil Therkar
 
‏‏VIRUS - 123455555555555555555555555555555555555555
‏‏VIRUS -  123455555555555555555555555555555555555555‏‏VIRUS -  123455555555555555555555555555555555555555
‏‏VIRUS - 123455555555555555555555555555555555555555kikilily0909
 
Speech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxSpeech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxpriyankatabhane
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxFarihaAbdulRasheed
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsssuserddc89b
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxVarshiniMK
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett SquareIsiahStephanRadaza
 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024AyushiRastogi48
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Nistarini College, Purulia (W.B) India
 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10ROLANARIBATO3
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxdharshini369nike
 

Recently uploaded (20)

Heredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of TraitsHeredity: Inheritance and Variation of Traits
Heredity: Inheritance and Variation of Traits
 
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdfBehavioral Disorder: Schizophrenia & it's Case Study.pdf
Behavioral Disorder: Schizophrenia & it's Case Study.pdf
 
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Aiims Metro Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tantaDashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
Dashanga agada a formulation of Agada tantra dealt in 3 Rd year bams agada tanta
 
Harmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms PresentationHarmful and Useful Microorganisms Presentation
Harmful and Useful Microorganisms Presentation
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdfAnalytical Profile of Coleus Forskohlii | Forskolin .pdf
Analytical Profile of Coleus Forskohlii | Forskolin .pdf
 
‏‏VIRUS - 123455555555555555555555555555555555555555
‏‏VIRUS -  123455555555555555555555555555555555555555‏‏VIRUS -  123455555555555555555555555555555555555555
‏‏VIRUS - 123455555555555555555555555555555555555555
 
Speech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptxSpeech, hearing, noise, intelligibility.pptx
Speech, hearing, noise, intelligibility.pptx
 
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptxRESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
RESPIRATORY ADAPTATIONS TO HYPOXIA IN HUMNAS.pptx
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
TOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physicsTOPIC 8 Temperature and Heat.pdf physics
TOPIC 8 Temperature and Heat.pdf physics
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
Cytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptxCytokinin, mechanism and its application.pptx
Cytokinin, mechanism and its application.pptx
 
Module 4: Mendelian Genetics and Punnett Square
Module 4:  Mendelian Genetics and Punnett SquareModule 4:  Mendelian Genetics and Punnett Square
Module 4: Mendelian Genetics and Punnett Square
 
Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024Vision and reflection on Mining Software Repositories research in 2024
Vision and reflection on Mining Software Repositories research in 2024
 
Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...Bentham & Hooker's Classification. along with the merits and demerits of the ...
Bentham & Hooker's Classification. along with the merits and demerits of the ...
 
Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10Gas_Laws_powerpoint_notes.ppt for grade 10
Gas_Laws_powerpoint_notes.ppt for grade 10
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
TOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptxTOTAL CHOLESTEROL (lipid profile test).pptx
TOTAL CHOLESTEROL (lipid profile test).pptx
 

#AAG2015 presentation on OSM attribute inconsistency and semantic heterogeneity

  • 1. An intrinsic approach for the detection and correction of attributive inconsistencies and semantic heterogeneity in OSM data Martin Loidl | martin.loidl@sbg.ac.at Stefan Keller| sfkeller@hsr.ch AAG Annual Meeting – Workshop OpenStreetMap Studies Chicago, April 24th 2015
  • 2.  OSM bottom-up community approach  Rudimentary data model and attribute structure (tagging scheme K = v)  Attributes: recommendations ≠ conventions ≠ formalized standard  No restriction of tag usage and definition Problem Statement 2 http://www.openstreetmap.es
  • 3.  Within one way  Within a succession of ways (e.g. street) Attributive Inconsistencies 3 highway = motorway name = Kennedy Expressway bicycle = yes highway = motorway name = Kennedy Expressway ref = I 90 highway = motorway name = Fisher Freeway ref = I 90 highway = motorway name = Kennedy Expressway ref = I 90
  • 4.  Different (correct) description for one and the same entity  Specific to crowd-sourced data (≠ authoritative data follow strict specifications) Semantic Heterogeneity 4 highway = cycleway foot = designated width = 3 highway = path bicycle = designated foot = yes highway = footway bicycle = designated surface = asphalt
  • 5.  Considering attributive inconsistencies and semantic heterogeneity is relevant for …  Visualization (data rendering)  Descriptive statistics (classification)  Spatial analysis (e.g. routing)  Improve results through  Harmonization (remove semantic heterogeneities)  Correction through estimation (gaps, inconsistencies) Relevance 5
  • 6.  Spatial data quality  Standards (e.g. ISO 19157 = harmonization of multiple preceeding standards) and extensive body of literature  of limited use for OSM data  Quality asssessment of OSM data  Primarily focusing on positional accuracy and geometrical completeness  Reference data set and/or descriptive statistics  Comparable little work on attribute quality Data Quality 6 Haklay 2010 Hochmair et al. 2015 Barron et al. 2014
  • 7.  Why an intrinsic approach?  Extrinsic approach requires reference data set, which ideally has:  Same geographical coverage  Same data model and attribute structure  [Koukoletsos et al. (2012): multi-stage process to deal with it to a certain extent]  Quality of reference data set (authoritative data doesn‘t necessarily imply better data!)  Data often created for very different purposes Quality Assessment 7 Elsbethen (Austria): authoritative data – OSM data
  • 8.  Exclusively based on respective data set (data-centered approach)  Makes use of:  Redundancy  Inherent logic, functionally related attributes Intrinsic Approach 8 Translation into query statements highway = * surface = * tracktype = *
  • 9. Case Study Area 9  4,600 km² in Austrian-Bavarian boarder region  ~ 22,600 km total network length  Rural and urban areas  Data preparation  Extraction from OSM Database (April 1st 2015)  Conversion to topological correct graph (edge-node) in GeoDB
  • 10. Major Road Network 10  Major road = motorway, primary, secondary (incl. links)  Consistent for road category (highway = *)  Makes features mappable = primary intent/purpose of OSM  Attributes incomplete (n = 11,951 segments)  name = *: 64.6%  surface = *: 22.93% [ can be estimated: asphalt]  maxspeed = *: 72.19%  lanes = *: 57.86%  Rather an issue of completeness than of inconsistency and heterogeneity
  • 11. Local Road Network 11  Majority of ways in OSM  Differences in terms of attribute quality (existence, consistency etc.)  Relevant e.g. for active modes of transport (cycling, hiking etc.)  In many cases more extensive (spatial coverage, attribute details) than authoritative data
  • 12.  Define set of logical/legal contradictions  Connect to corresponding tags  Tag specification according to Wiki  Query the dataset for contradictions Attributive Inconsistencies 12 approx. 1 from 1,000 ("tracktype" = 'grade3' or "tracktype" = 'grade4' or "tracktype" = 'grade5') and "surface" = 'asphalt'
  • 13.  Distribution of inconsistencies:  Regional diversity (national laws?)  Spatial clusters (local mapper/communities?) Spatial Particularities 13 highway = residential maxspeed = 80
  • 14.  Correction without ground truthing = estimation  Quality of estimation depends on number of functionally related attributes Correction of Inconsistencies 14
  • 15.  How to map a mixed foot-/cycleway in OSM? Heterogeneity 15 http://www.stadt-salzburg.at
  • 16.  How to map a mixed foot-/cycleway in OSM?  Co-existence vs. “tag war”  Credibility and reputation (Flanagin & Metzger 2008) Heterogeneity 16 ("highway" = 'footway' and ("bicycle" = 'designated' or "bicycle" = 'yes' or "bicycle" = 'official')) OR ("highway" = 'cycleway' and ("foot" = 'designated' or "foot" = 'yes')) OR ("highway" = 'path' and ("foot" = 'designated' or "foot" = 'official') and ("bicycle" = 'designated' or "bicycle" = 'official')) OR ("highway" = 'track' and ("foot" = 'designated' or "foot" = 'official') and ("bicycle" = 'designated' or "bicycle" = 'official')) 669 segments 1,202 segments 2,655 segments 73 segments
  • 17.  Different (correct) views on same entity Heterogeneity 17 highway = cycleway surface = asphalt ref = BGL 3 foot = designated bicycle = designated segregated = no Last editor: j_cook highway = path surface = asphalt foot = designated bicycle = designated Last editor: pyram
  • 18. 18 highway = track name = Treppelweg surface = gravel tracktype = grade2 foot = yes bicycle = yes width = 3 highway = path name = Treppelweg surface = gravel tracktype = grade2 foot = designated bicycle = designated width = 3 http://www.bing.com/maps
  • 19.  Define derived attributes that fit best for actual purpose Harmonization of Heterogeneity 19 Loidl & Zagel (2014)
  • 20.  OSMAXX  Extracts OSM data  Data cleaning (capital letters etc.) and harmonization (generalization)  Conversion to GIS formats  For visualization and geospatial analysis Harmonization of Heterogeneity 20
  • 21.  Inconsistency = quality issue  Can be detected with intrinsic approach  Heterogeneity = depends on purpose  Definition of derived attributes  Implement assessment routines during editing or in post- processing?  Tag recommender system during editing (Vandecasteele & Devillers 2014)  Probabilistic approach and/or functionally related attributes  Prevent from contradiction  Data tuning in post-processing allows specification for actual purpose  Combination  prevent – detect – repair (Herzog et al 2007)  Data model issue  social complexity of OSM (Spielmann 2014) Wrap-Up 21 @gicycle_ gicycle.wordpress.com

Editor's Notes

  1. Figure from GIP report (Elsbethen)
  2. + clustering in test data set (around Goldegg … >> check if it‘s the same author)
  3. Graphic functional related attributes
  4. Open Street Map Arbitrary Excerpt Extraction