SlideShare a Scribd company logo
1 of 29
Download to read offline
The One and Many Maps:
Participatory and Temporal
Diversities in OpenStreetMap
Tyng-Ruey Chuang1, Dong-Po Deng1,3, Chun–Chen Hsu1,2,
Rob Lemmens3
1Institute

of Information Science, Academia Sinica, Taiwan
2Department of Computer Science and Information Engineering, National Taiwan University
3Faculty of Geo–Information Science and Earth Observation (ITC), University of Twente,
Netherlands

Second ACM SIGSPATIAL International Workshop on Crowdsourced and Volunteered Geographic
Information (GEOCROWD) 2013 In conjunction with ACM SIGSPATIAL 2013
Tuesday, November 5, 2013
Background
•

OSM is a wiki-style online mapping
platform in which tens of thousands of
people voluntarily contribute geospatial
data into the making of a global map
(Haklay & Weber, 2008).

•

Its peer production model demonstrates
that more and more mapping activities
are done by the citizens.

•

It represents the success of a collective
form of geospatial content creation.

Tuesday, November 5, 2013
Collaborative Geospatial Content
Creation
•

OSM is a type of PPGIS, as well as
the characteristics of data
collaboration in OSM as the subjects
of VGI research.

•

The current state of OSM actually is
an assembly of many edits and
updates over a period of time.

•

Every edit or update should be a
meaningful unit in the understanding
of data collaboration activities in
OSM.

Tuesday, November 5, 2013
Collaborative Geospatial Content
Creation
•

OSM is a type of PPGIS, as well as
the characteristics of data
collaboration in OSM as the subjects
of VGI research.

•

The current state of OSM actually is
an assembly of many edits and
updates over a period of time.

•

Every edit or update should be a
meaningful unit in the understanding
of data collaboration activities in
OSM.

Tuesday, November 5, 2013
Collaborative Geospatial Content
Creation
•

OSM is a type of PPGIS, as well as
the characteristics of data
collaboration in OSM as the subjects
of VGI research.

•

The current state of OSM actually is
an assembly of many edits and
updates over a period of time.

•

Every edit or update should be a
meaningful unit in the understanding
of data collaboration activities in
OSM.

Tuesday, November 5, 2013
Aims
•

We intend to look for ways to systematically and efficiently
discover data collaboration patterns and diversities in OSM

•

It is an initial study of the OSM dataset (at least about the
part of Taiwan) by developing a set of metrics to
summarize

•
•
•
Tuesday, November 5, 2013

user participation, and
spatiotemporal variations of updates in defined areas of
OSM

We hope to see the OSM not as one collective map but as
many overlapping maps concurrently in the making with
each in its own characteristics
OSM Data Model
Node
Way
Open polyline
Closed polyline
Area
Relation
Tag

Tuesday, November 5, 2013
OSM Data
An example of a Node
<node id='1762782473'
timestamp='2012-12-12T03:49:16Z'
uid='1048' user='dongpo' visible='true'
version='2' changeset='14245247'
lat='23.864527' lon='121.5217101'>
<tag k='name' v='立川漁場' />
<tag k='tourism' v='attraction' />
<tag k='source' v='survey' />
<tag k='addr: housenumber' v='45' />
<tag k='addr:district' v='魚池' />
<tag k='addr:town' v='壽豐鄉' />
<tag k='addr:county' v='花蓮縣' />
</node>
Tuesday, November 5, 2013
OSM Data
An example of a Way
<way id='118416207'
timestamp='2012-05-23T17:43:06Z'
uid='1048' user='dongpo' visible='true'
version='4' changeset='14246301'>
<nd ref='1088092959' />
<nd ref='1088092953' />
....
<nd ref='1600948228' />
<tag k='highway' v='primary' />
<tag k='lanes' v='2' />
<tag k='oneway' v='yes' />
<tag k='ref' v='Hwy 11C' />
<tag k='ref:zh' v='台11丙線' />
</way>
Tuesday, November 5, 2013
OSM Data
An example of a Relation
<relation id='2498406'
timestamp='2012-10-14T19:01:55Z'
uid='1048' user='dongpo' visible='true'
version='1' changeset='13497007'>
<member type='way' ref='185846446' role='outer'
<member type='way' ref='185846444' role='outer'
<member type='way' ref='151063000' role='outer'
<member type='way' ref='185846448' role='outer'
<member type='way' ref='185846445' role='outer'
<tag k='admin_level' v='8' />
<tag k='boundary' v='administrative' />
<tag k='name' v='草屯鎮 (Caotun)' />
<tag k='name:en' v='Caotun' />
<tag k='name:zh' v='草屯鎮' />
<tag k='type' v='boundary' />
</relation>
Tuesday, November 5, 2013

/>
/>
/>
/>
/>
The definitions for the metrics
To measure participatory and temporal differences among cells
in OSM, we define the following functions on Dc. The c in Dc
means in a cell. When the context is clear, we omit the
subscript c and simply write:

where di, 0 < i < n -1 , is a node in the cell, and n
is the total number of nodes.

Tuesday, November 5, 2013
The definitions for the metrics
For a node di, we write:

where ki is the node id of di,
ti the age,
ui the user id of its contributor, and
pi the position (i.e., the pair of its lat and
lon values).
Note that, by definition, geographically pi is
within the boundary of c for all
.

Tuesday, November 5, 2013
Node and Mapper Density
In general, we use areac to denote the area covered by a cell
c, and we use popc for the people population in region c.
When it is clear in context, we omit the subscript and
simply write area and pop.
The following measures the densities of nodes, as well as
those of their contributors, i.e., the mappers.

Tuesday, November 5, 2013
Node age and temporality
Recall the following auxiliary functions for a sequence s

where min s is the minimum of s, max s the maximum of s, s
the average of s, and cv(s) the coefficient of variation for
elements in s.
Tuesday, November 5, 2013
Node age and temporality(cont.)
The 4-tuple <min t, max t, t, cv(t)> measures the age
characteristics of the nodes in a cell. That is,

Tuesday, November 5, 2013
Node age and temporality(cont.)
We define a sequence g = (g0, g1, g2,..., gn-2) to measure the gaps
between any two consecutive elements in t. That is,

which is the gap in days between the dates when the two nodes
di+1 and di were added into the cell.

Tuesday, November 5, 2013
Node age and temporality(cont.)
The 4-tuple <min g, max g, g, cv(g)> measures the

Tuesday, November 5, 2013
Graphing cells by two metrics
•

As multiple metrics are in use, a cell can be measured in
two metrics and the two results compared.

•

Often we will compare the two sets of measurement over
all cells to see if there are patterns.

Tuesday, November 5, 2013
Number of mappers and number of
nodes

Figure 1: Distribution of the cells by both mapper
count and node count.
Tuesday, November 5, 2013

Figure 2: Mapping the cells in Taiwan by their
types. (c.f. Figure 1)
Locations and Cities in Taiwan

Figure 3: Cities in Taiwan

Tuesday, November 5, 2013
Distributions of Mappers

Figure 4: Spatial distribution of mappers over
area.

Tuesday, November 5, 2013

Figure 5: Spatial distribution of mappers over
population.
Distributions of Nodes

Figure 6: Spatial distribution of nodes over area.

Tuesday, November 5, 2013

Figure 7: Spatial distribution of nodes over
population
Node Age Average and Variance

Figure 8: Spatial distribution of average node age.

Tuesday, November 5, 2013

Figure 9: Spatial distribution of the variance of
node age.
Number of Mappers and Update
Interval

Figure 10: Distribution of the cells by both mapper
count and average time gap between two additions.

Tuesday, November 5, 2013

Figure 11: Spatial distribution of the cells by their
types. (c.f. Figure 10)
The 80/20 Hypothesis

Figure 12: Distribution of the cells by both mapper
count and ratio of mappers needed for combined
80% node contribution.

Tuesday, November 5, 2013

Figure 13: Spatial distribution of the cells by their
types. (c.f. Figure 12)
Related work
•

Previous investigations into the data quality issues of OSM have shown
that the OSM dataset can be fairly accurate, and is mostly comparable
to commercial/gov. datasets at least in urban areas [3, 8, 6, 9].

•

Researchers had also developed visual analytics to gain insights into
the spatial diversity of OSM datasets, e. g. to see whether users in
different countries would exhibit distinct mapping activities and habits
[13].

•

These visualization tools can provide valuable information when
improving the data quality of OSM. Neis and Zipf identified active
mappers and casual mappers by examining quantitatively their
contributions in OSM [12].

•

Mooney and Corcoran examined directly the characteristics of “heavily
edited” objects in OpenStreetMap of UK, and they considered these
characteristics might be developed as data quality indicators for
OpenStreetMap in the future [10].

Tuesday, November 5, 2013
Conclusion and future work
•

This paper is a preliminary study in two sense. We only analyze

•
•

the Taiwan part of OpenStreetMap, and
the cells independently (though spatial distribution is
visualized and discussed).

•

Because of the time constraint, we have not looked into other
geographical areas in OSM.

•

Also, as a mapper may contribute to multiple cells, we ought to
look into mapping activities across the cells. We intend to
pursue these directions in the future.

•

The programs we use to analyze the data are in their early stage
of development, and the way we prepare the data for analysis is
rather ad hoc.

Tuesday, November 5, 2013
Conclusion and future work
•

We are currently consider how better to structure the
programs so that they can be easily ported and reused.

•

Metrics-based analysis tools like these can be very useful
in improving the data quality in OpenStreetMap as it
helps discover areas where there is participatory or
temporal unevenness in the map making process itself.

Tuesday, November 5, 2013
Thank for your
attention!
Question?
dongpo@iis.sinica.edu.tw
d.-.p.deng@utwente.nl

To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this paper. For the avoidance of doubt, this work is
released under the CC0 Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/). Anyone can copy, modify, distribute and perform this
work, even for commercial purposes, all without asking permission.
Tuesday, November 5, 2013

More Related Content

What's hot

Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)Subtain Hussain Syed
 
Introduction to OpenStreetMap
Introduction to OpenStreetMapIntroduction to OpenStreetMap
Introduction to OpenStreetMapKate Chapman
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015Hiroaki Sengoku
 
Geographic information system and remote sensing
Geographic information system and remote sensingGeographic information system and remote sensing
Geographic information system and remote sensingDhiren Patel
 
Openstreetmap and its value during emergencies
Openstreetmap and its value during emergenciesOpenstreetmap and its value during emergencies
Openstreetmap and its value during emergenciesErvin Malicdem
 
Archaeological Applications Of Gis
Archaeological Applications Of GisArchaeological Applications Of Gis
Archaeological Applications Of GisJo Dyson
 
GIS and Remote Sensing Training at Pitney Bowes Software
GIS and Remote Sensing Training at Pitney Bowes SoftwareGIS and Remote Sensing Training at Pitney Bowes Software
GIS and Remote Sensing Training at Pitney Bowes SoftwareNishant Sinha
 
Answer togoogleearthuniverseandevrythingelse abbreviated
Answer togoogleearthuniverseandevrythingelse abbreviatedAnswer togoogleearthuniverseandevrythingelse abbreviated
Answer togoogleearthuniverseandevrythingelse abbreviatedShashank Singh
 
Introduction to OpenStreetMap, its extracts, and relation to Project NOAH
Introduction to OpenStreetMap, its extracts, and relation to Project NOAHIntroduction to OpenStreetMap, its extracts, and relation to Project NOAH
Introduction to OpenStreetMap, its extracts, and relation to Project NOAHErvin Malicdem
 
Archaeological Applications of Geographic Information Systems (GIS)
Archaeological Applications of Geographic Information Systems (GIS)Archaeological Applications of Geographic Information Systems (GIS)
Archaeological Applications of Geographic Information Systems (GIS)Joshua Campbell
 
Nasa Langley VCEW 2009 Jones
Nasa Langley VCEW 2009 JonesNasa Langley VCEW 2009 Jones
Nasa Langley VCEW 2009 JonesGreg Jones
 
Reading zheng et_al_2010
Reading zheng et_al_2010Reading zheng et_al_2010
Reading zheng et_al_2010Hyunseok Choi
 
Geographic information system
Geographic information systemGeographic information system
Geographic information systemSumanta Das
 
Simultaneous Localization and Mapping for Pedestrians using Distortions of th...
Simultaneous Localization and Mapping for Pedestrians using Distortions of th...Simultaneous Localization and Mapping for Pedestrians using Distortions of th...
Simultaneous Localization and Mapping for Pedestrians using Distortions of th...patrickrobertson
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsUroosa Samman
 
OER World Map presentation at OpenEd14
OER World Map presentation at OpenEd14OER World Map presentation at OpenEd14
OER World Map presentation at OpenEd14jan-neumann
 

What's hot (20)

A short introduction to GIS
A short introduction to GISA short introduction to GIS
A short introduction to GIS
 
Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)Introduction of GIS & Remote Sensing (RS)
Introduction of GIS & Remote Sensing (RS)
 
Introduction to OpenStreetMap
Introduction to OpenStreetMapIntroduction to OpenStreetMap
Introduction to OpenStreetMap
 
mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015mobmap hands-on @ FOSS4G SEOUL 2015
mobmap hands-on @ FOSS4G SEOUL 2015
 
Geographic information system and remote sensing
Geographic information system and remote sensingGeographic information system and remote sensing
Geographic information system and remote sensing
 
Openstreetmap and its value during emergencies
Openstreetmap and its value during emergenciesOpenstreetmap and its value during emergencies
Openstreetmap and its value during emergencies
 
Archaeological Applications Of Gis
Archaeological Applications Of GisArchaeological Applications Of Gis
Archaeological Applications Of Gis
 
GIS and Remote Sensing Training at Pitney Bowes Software
GIS and Remote Sensing Training at Pitney Bowes SoftwareGIS and Remote Sensing Training at Pitney Bowes Software
GIS and Remote Sensing Training at Pitney Bowes Software
 
Answer togoogleearthuniverseandevrythingelse abbreviated
Answer togoogleearthuniverseandevrythingelse abbreviatedAnswer togoogleearthuniverseandevrythingelse abbreviated
Answer togoogleearthuniverseandevrythingelse abbreviated
 
Introduction to OpenStreetMap, its extracts, and relation to Project NOAH
Introduction to OpenStreetMap, its extracts, and relation to Project NOAHIntroduction to OpenStreetMap, its extracts, and relation to Project NOAH
Introduction to OpenStreetMap, its extracts, and relation to Project NOAH
 
Archaeological Applications of Geographic Information Systems (GIS)
Archaeological Applications of Geographic Information Systems (GIS)Archaeological Applications of Geographic Information Systems (GIS)
Archaeological Applications of Geographic Information Systems (GIS)
 
Gps
GpsGps
Gps
 
Nasa Langley VCEW 2009 Jones
Nasa Langley VCEW 2009 JonesNasa Langley VCEW 2009 Jones
Nasa Langley VCEW 2009 Jones
 
Geographic information system – an introduction
Geographic information system – an introductionGeographic information system – an introduction
Geographic information system – an introduction
 
Reading zheng et_al_2010
Reading zheng et_al_2010Reading zheng et_al_2010
Reading zheng et_al_2010
 
Lesson3 esa summer_school_brovelli
Lesson3 esa summer_school_brovelliLesson3 esa summer_school_brovelli
Lesson3 esa summer_school_brovelli
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
 
Simultaneous Localization and Mapping for Pedestrians using Distortions of th...
Simultaneous Localization and Mapping for Pedestrians using Distortions of th...Simultaneous Localization and Mapping for Pedestrians using Distortions of th...
Simultaneous Localization and Mapping for Pedestrians using Distortions of th...
 
Gis Geographical Information System Fundamentals
Gis Geographical Information System FundamentalsGis Geographical Information System Fundamentals
Gis Geographical Information System Fundamentals
 
OER World Map presentation at OpenEd14
OER World Map presentation at OpenEd14OER World Map presentation at OpenEd14
OER World Map presentation at OpenEd14
 

Viewers also liked

SOTM Taiwan 2013 Opening Session
SOTM Taiwan 2013 Opening SessionSOTM Taiwan 2013 Opening Session
SOTM Taiwan 2013 Opening SessionDongpo Deng
 
20140721 open geomeeting
20140721 open geomeeting20140721 open geomeeting
20140721 open geomeetingDongpo Deng
 
20130905_Feng_Chia_GIS_center_geospatial_ontology
20130905_Feng_Chia_GIS_center_geospatial_ontology20130905_Feng_Chia_GIS_center_geospatial_ontology
20130905_Feng_Chia_GIS_center_geospatial_ontologyDongpo Deng
 
20141001 climate change&osm
20141001 climate change&osm20141001 climate change&osm
20141001 climate change&osmDongpo Deng
 
OpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief Mapping
OpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief MappingOpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief Mapping
OpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief MappingDongpo Deng
 
自製線上地圖呈現地理資料: 非營利組織案例介紹
自製線上地圖呈現地理資料: 非營利組織案例介紹自製線上地圖呈現地理資料: 非營利組織案例介紹
自製線上地圖呈現地理資料: 非營利組織案例介紹Dongpo Deng
 
20150427_NCDR_OSM_Disaster_Mapping
20150427_NCDR_OSM_Disaster_Mapping20150427_NCDR_OSM_Disaster_Mapping
20150427_NCDR_OSM_Disaster_MappingDongpo Deng
 
From Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataFrom Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataDongpo Deng
 
2016年歐洲資料論壇
2016年歐洲資料論壇2016年歐洲資料論壇
2016年歐洲資料論壇Dongpo Deng
 
Open seminar series 3: Mapping, Geovisualization and OpenStreetMap
Open seminar series 3: Mapping, Geovisualization and OpenStreetMapOpen seminar series 3: Mapping, Geovisualization and OpenStreetMap
Open seminar series 3: Mapping, Geovisualization and OpenStreetMapDongpo Deng
 
啟動開放,創新價值
啟動開放,創新價值 啟動開放,創新價值
啟動開放,創新價值 Dongpo Deng
 
開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )
開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )
開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )Dongpo Deng
 
OSM 與 LocalWiki 的整合: 支援社區層級災害管理
OSM 與 LocalWiki 的整合: 支援社區層級災害管理OSM 與 LocalWiki 的整合: 支援社區層級災害管理
OSM 與 LocalWiki 的整合: 支援社區層級災害管理Dongpo Deng
 
資料價值 — 一位資料產品經理的視野
資料價值 — 一位資料產品經理的視野資料價值 — 一位資料產品經理的視野
資料價值 — 一位資料產品經理的視野Fred Chiang
 

Viewers also liked (15)

SOTM Taiwan 2013 Opening Session
SOTM Taiwan 2013 Opening SessionSOTM Taiwan 2013 Opening Session
SOTM Taiwan 2013 Opening Session
 
20140721 open geomeeting
20140721 open geomeeting20140721 open geomeeting
20140721 open geomeeting
 
20130905_Feng_Chia_GIS_center_geospatial_ontology
20130905_Feng_Chia_GIS_center_geospatial_ontology20130905_Feng_Chia_GIS_center_geospatial_ontology
20130905_Feng_Chia_GIS_center_geospatial_ontology
 
20141001 climate change&osm
20141001 climate change&osm20141001 climate change&osm
20141001 climate change&osm
 
OpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief Mapping
OpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief MappingOpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief Mapping
OpenStreetMap: Grassroots Mapping and Crowdsourcing Disaster Relief Mapping
 
自製線上地圖呈現地理資料: 非營利組織案例介紹
自製線上地圖呈現地理資料: 非營利組織案例介紹自製線上地圖呈現地理資料: 非營利組織案例介紹
自製線上地圖呈現地理資料: 非營利組織案例介紹
 
2014_WWW_BTOR
2014_WWW_BTOR2014_WWW_BTOR
2014_WWW_BTOR
 
20150427_NCDR_OSM_Disaster_Mapping
20150427_NCDR_OSM_Disaster_Mapping20150427_NCDR_OSM_Disaster_Mapping
20150427_NCDR_OSM_Disaster_Mapping
 
From Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental DataFrom Structured Data to Linked Open Governmental Data
From Structured Data to Linked Open Governmental Data
 
2016年歐洲資料論壇
2016年歐洲資料論壇2016年歐洲資料論壇
2016年歐洲資料論壇
 
Open seminar series 3: Mapping, Geovisualization and OpenStreetMap
Open seminar series 3: Mapping, Geovisualization and OpenStreetMapOpen seminar series 3: Mapping, Geovisualization and OpenStreetMap
Open seminar series 3: Mapping, Geovisualization and OpenStreetMap
 
啟動開放,創新價值
啟動開放,創新價值 啟動開放,創新價值
啟動開放,創新價值
 
開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )
開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )
開放街圖: 集合群眾之力的製圖 (OpenStreetMap: A crowdsoucing map )
 
OSM 與 LocalWiki 的整合: 支援社區層級災害管理
OSM 與 LocalWiki 的整合: 支援社區層級災害管理OSM 與 LocalWiki 的整合: 支援社區層級災害管理
OSM 與 LocalWiki 的整合: 支援社區層級災害管理
 
資料價值 — 一位資料產品經理的視野
資料價值 — 一位資料產品經理的視野資料價值 — 一位資料產品經理的視野
資料價值 — 一位資料產品經理的視野
 

Similar to The One and Many Maps: Participatory and Temporal Diversities in OpenStreetMap

20131106 acm geocrowd
20131106 acm geocrowd20131106 acm geocrowd
20131106 acm geocrowdDongpo Deng
 
Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...Beniamino Murgante
 
Crowdsourced mapping for open collaboration: A story of Taiwan so far
Crowdsourced mapping for open collaboration: A story of Taiwan so farCrowdsourced mapping for open collaboration: A story of Taiwan so far
Crowdsourced mapping for open collaboration: A story of Taiwan so farDongpo Deng
 
Data visualization representation of Analytics data
Data visualization representation of Analytics  dataData visualization representation of Analytics  data
Data visualization representation of Analytics dataPrasad Narasimhan
 
CI_SIModule_QGIS.pptx .
CI_SIModule_QGIS.pptx                         .CI_SIModule_QGIS.pptx                         .
CI_SIModule_QGIS.pptx .Athar739197
 
Review presentation for Orientation 2014
Review presentation for Orientation 2014Review presentation for Orientation 2014
Review presentation for Orientation 2014DUSPviz
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GISPrachi Mehta
 
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)Harry Zhang
 
Spatial data analysis 1
Spatial data analysis 1Spatial data analysis 1
Spatial data analysis 1Johan Blomme
 
rworldmap: A New R package for Mapping Global Data
rworldmap: A New R package for Mapping Global Datarworldmap: A New R package for Mapping Global Data
rworldmap: A New R package for Mapping Global DataDr. Volkan OBAN
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxWageYado
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxWageYado
 
An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...eSAT Journals
 
An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...eSAT Publishing House
 
geographic information system pdf
geographic information system pdfgeographic information system pdf
geographic information system pdfRolan Ben Lorono
 
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...ijsrd.com
 
GIS Orientation 2015
GIS Orientation 2015GIS Orientation 2015
GIS Orientation 2015DUSPviz
 
Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics Soils FAO-GSP
 
Spatial data analysis
Spatial data analysisSpatial data analysis
Spatial data analysisJohan Blomme
 

Similar to The One and Many Maps: Participatory and Temporal Diversities in OpenStreetMap (20)

20131106 acm geocrowd
20131106 acm geocrowd20131106 acm geocrowd
20131106 acm geocrowd
 
Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...Individual movements and geographical data mining. Clustering algorithms for ...
Individual movements and geographical data mining. Clustering algorithms for ...
 
Crowdsourced mapping for open collaboration: A story of Taiwan so far
Crowdsourced mapping for open collaboration: A story of Taiwan so farCrowdsourced mapping for open collaboration: A story of Taiwan so far
Crowdsourced mapping for open collaboration: A story of Taiwan so far
 
Data visualization representation of Analytics data
Data visualization representation of Analytics  dataData visualization representation of Analytics  data
Data visualization representation of Analytics data
 
CI_SIModule_QGIS.pptx .
CI_SIModule_QGIS.pptx                         .CI_SIModule_QGIS.pptx                         .
CI_SIModule_QGIS.pptx .
 
Review presentation for Orientation 2014
Review presentation for Orientation 2014Review presentation for Orientation 2014
Review presentation for Orientation 2014
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
 
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
 
Spatial data analysis 1
Spatial data analysis 1Spatial data analysis 1
Spatial data analysis 1
 
rworldmap: A New R package for Mapping Global Data
rworldmap: A New R package for Mapping Global Datarworldmap: A New R package for Mapping Global Data
rworldmap: A New R package for Mapping Global Data
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
 
SEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptxSEMINAR Presentation ppt.pptx
SEMINAR Presentation ppt.pptx
 
Strategic Visitor Flows (SVF) analysis using mobile data
Strategic Visitor Flows (SVF) analysis using mobile dataStrategic Visitor Flows (SVF) analysis using mobile data
Strategic Visitor Flows (SVF) analysis using mobile data
 
An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...
 
An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...An innovative idea to discover the trend on multi dimensional spatio-temporal...
An innovative idea to discover the trend on multi dimensional spatio-temporal...
 
geographic information system pdf
geographic information system pdfgeographic information system pdf
geographic information system pdf
 
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
Trajectory Segmentation and Sampling of Moving Objects Based On Representativ...
 
GIS Orientation 2015
GIS Orientation 2015GIS Orientation 2015
GIS Orientation 2015
 
Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics Digital Soil Mapping/ Pedomterics
Digital Soil Mapping/ Pedomterics
 
Spatial data analysis
Spatial data analysisSpatial data analysis
Spatial data analysis
 

More from Dongpo Deng

20180226 data driven smart governance
20180226 data driven smart governance20180226 data driven smart governance
20180226 data driven smart governanceDongpo Deng
 
The methods and practices of Linked Open Data
The methods and practices of Linked Open DataThe methods and practices of Linked Open Data
The methods and practices of Linked Open DataDongpo Deng
 
Construction and reuse of linked traceable agricultural product records - An ...
Construction and reuse of linked traceable agricultural product records - An ...Construction and reuse of linked traceable agricultural product records - An ...
Construction and reuse of linked traceable agricultural product records - An ...Dongpo Deng
 
農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )
農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )
農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )Dongpo Deng
 
開放街圖社群經營的不等式
開放街圖社群經營的不等式開放街圖社群經營的不等式
開放街圖社群經營的不等式Dongpo Deng
 
Toward Next Generation of Gazetteer: Utilizing GeoSPARQL For Developing Link...
Toward Next Generation of Gazetteer:  Utilizing GeoSPARQL For Developing Link...Toward Next Generation of Gazetteer:  Utilizing GeoSPARQL For Developing Link...
Toward Next Generation of Gazetteer: Utilizing GeoSPARQL For Developing Link...Dongpo Deng
 
20141018_OD_meetup#3
20141018_OD_meetup#320141018_OD_meetup#3
20141018_OD_meetup#3Dongpo Deng
 
20140710 tca gsdi
20140710 tca gsdi20140710 tca gsdi
20140710 tca gsdiDongpo Deng
 
開放資料: 全球化的草根性運動
開放資料:  全球化的草根性運動開放資料:  全球化的草根性運動
開放資料: 全球化的草根性運動Dongpo Deng
 
Social Web Meets Sensor Web: Linked Crowdsourced Observation Data
Social Web Meets Sensor Web: Linked Crowdsourced Observation DataSocial Web Meets Sensor Web: Linked Crowdsourced Observation Data
Social Web Meets Sensor Web: Linked Crowdsourced Observation DataDongpo Deng
 
20140114 moi open_data
20140114 moi open_data20140114 moi open_data
20140114 moi open_dataDongpo Deng
 
2012 ACM Geocrowd
2012 ACM Geocrowd2012 ACM Geocrowd
2012 ACM GeocrowdDongpo Deng
 
物種學名與地理空間資訊處理
物種學名與地理空間資訊處理物種學名與地理空間資訊處理
物種學名與地理空間資訊處理Dongpo Deng
 

More from Dongpo Deng (14)

20180226 data driven smart governance
20180226 data driven smart governance20180226 data driven smart governance
20180226 data driven smart governance
 
The methods and practices of Linked Open Data
The methods and practices of Linked Open DataThe methods and practices of Linked Open Data
The methods and practices of Linked Open Data
 
Construction and reuse of linked traceable agricultural product records - An ...
Construction and reuse of linked traceable agricultural product records - An ...Construction and reuse of linked traceable agricultural product records - An ...
Construction and reuse of linked traceable agricultural product records - An ...
 
農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )
農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )
農產品產銷履歷資料鏈結化處理 (Linked Traceable Agricultural Data )
 
開放街圖社群經營的不等式
開放街圖社群經營的不等式開放街圖社群經營的不等式
開放街圖社群經營的不等式
 
Toward Next Generation of Gazetteer: Utilizing GeoSPARQL For Developing Link...
Toward Next Generation of Gazetteer:  Utilizing GeoSPARQL For Developing Link...Toward Next Generation of Gazetteer:  Utilizing GeoSPARQL For Developing Link...
Toward Next Generation of Gazetteer: Utilizing GeoSPARQL For Developing Link...
 
20141018_OD_meetup#3
20141018_OD_meetup#320141018_OD_meetup#3
20141018_OD_meetup#3
 
20140710 tca gsdi
20140710 tca gsdi20140710 tca gsdi
20140710 tca gsdi
 
開放資料: 全球化的草根性運動
開放資料:  全球化的草根性運動開放資料:  全球化的草根性運動
開放資料: 全球化的草根性運動
 
Social Web Meets Sensor Web: Linked Crowdsourced Observation Data
Social Web Meets Sensor Web: Linked Crowdsourced Observation DataSocial Web Meets Sensor Web: Linked Crowdsourced Observation Data
Social Web Meets Sensor Web: Linked Crowdsourced Observation Data
 
20140114 moi open_data
20140114 moi open_data20140114 moi open_data
20140114 moi open_data
 
TGIS 2013
TGIS 2013TGIS 2013
TGIS 2013
 
2012 ACM Geocrowd
2012 ACM Geocrowd2012 ACM Geocrowd
2012 ACM Geocrowd
 
物種學名與地理空間資訊處理
物種學名與地理空間資訊處理物種學名與地理空間資訊處理
物種學名與地理空間資訊處理
 

Recently uploaded

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 

Recently uploaded (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
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
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
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
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 

The One and Many Maps: Participatory and Temporal Diversities in OpenStreetMap

  • 1. The One and Many Maps: Participatory and Temporal Diversities in OpenStreetMap Tyng-Ruey Chuang1, Dong-Po Deng1,3, Chun–Chen Hsu1,2, Rob Lemmens3 1Institute of Information Science, Academia Sinica, Taiwan 2Department of Computer Science and Information Engineering, National Taiwan University 3Faculty of Geo–Information Science and Earth Observation (ITC), University of Twente, Netherlands Second ACM SIGSPATIAL International Workshop on Crowdsourced and Volunteered Geographic Information (GEOCROWD) 2013 In conjunction with ACM SIGSPATIAL 2013 Tuesday, November 5, 2013
  • 2. Background • OSM is a wiki-style online mapping platform in which tens of thousands of people voluntarily contribute geospatial data into the making of a global map (Haklay & Weber, 2008). • Its peer production model demonstrates that more and more mapping activities are done by the citizens. • It represents the success of a collective form of geospatial content creation. Tuesday, November 5, 2013
  • 3. Collaborative Geospatial Content Creation • OSM is a type of PPGIS, as well as the characteristics of data collaboration in OSM as the subjects of VGI research. • The current state of OSM actually is an assembly of many edits and updates over a period of time. • Every edit or update should be a meaningful unit in the understanding of data collaboration activities in OSM. Tuesday, November 5, 2013
  • 4. Collaborative Geospatial Content Creation • OSM is a type of PPGIS, as well as the characteristics of data collaboration in OSM as the subjects of VGI research. • The current state of OSM actually is an assembly of many edits and updates over a period of time. • Every edit or update should be a meaningful unit in the understanding of data collaboration activities in OSM. Tuesday, November 5, 2013
  • 5. Collaborative Geospatial Content Creation • OSM is a type of PPGIS, as well as the characteristics of data collaboration in OSM as the subjects of VGI research. • The current state of OSM actually is an assembly of many edits and updates over a period of time. • Every edit or update should be a meaningful unit in the understanding of data collaboration activities in OSM. Tuesday, November 5, 2013
  • 6. Aims • We intend to look for ways to systematically and efficiently discover data collaboration patterns and diversities in OSM • It is an initial study of the OSM dataset (at least about the part of Taiwan) by developing a set of metrics to summarize • • • Tuesday, November 5, 2013 user participation, and spatiotemporal variations of updates in defined areas of OSM We hope to see the OSM not as one collective map but as many overlapping maps concurrently in the making with each in its own characteristics
  • 7. OSM Data Model Node Way Open polyline Closed polyline Area Relation Tag Tuesday, November 5, 2013
  • 8. OSM Data An example of a Node <node id='1762782473' timestamp='2012-12-12T03:49:16Z' uid='1048' user='dongpo' visible='true' version='2' changeset='14245247' lat='23.864527' lon='121.5217101'> <tag k='name' v='立川漁場' /> <tag k='tourism' v='attraction' /> <tag k='source' v='survey' /> <tag k='addr: housenumber' v='45' /> <tag k='addr:district' v='魚池' /> <tag k='addr:town' v='壽豐鄉' /> <tag k='addr:county' v='花蓮縣' /> </node> Tuesday, November 5, 2013
  • 9. OSM Data An example of a Way <way id='118416207' timestamp='2012-05-23T17:43:06Z' uid='1048' user='dongpo' visible='true' version='4' changeset='14246301'> <nd ref='1088092959' /> <nd ref='1088092953' /> .... <nd ref='1600948228' /> <tag k='highway' v='primary' /> <tag k='lanes' v='2' /> <tag k='oneway' v='yes' /> <tag k='ref' v='Hwy 11C' /> <tag k='ref:zh' v='台11丙線' /> </way> Tuesday, November 5, 2013
  • 10. OSM Data An example of a Relation <relation id='2498406' timestamp='2012-10-14T19:01:55Z' uid='1048' user='dongpo' visible='true' version='1' changeset='13497007'> <member type='way' ref='185846446' role='outer' <member type='way' ref='185846444' role='outer' <member type='way' ref='151063000' role='outer' <member type='way' ref='185846448' role='outer' <member type='way' ref='185846445' role='outer' <tag k='admin_level' v='8' /> <tag k='boundary' v='administrative' /> <tag k='name' v='草屯鎮 (Caotun)' /> <tag k='name:en' v='Caotun' /> <tag k='name:zh' v='草屯鎮' /> <tag k='type' v='boundary' /> </relation> Tuesday, November 5, 2013 /> /> /> /> />
  • 11. The definitions for the metrics To measure participatory and temporal differences among cells in OSM, we define the following functions on Dc. The c in Dc means in a cell. When the context is clear, we omit the subscript c and simply write: where di, 0 < i < n -1 , is a node in the cell, and n is the total number of nodes. Tuesday, November 5, 2013
  • 12. The definitions for the metrics For a node di, we write: where ki is the node id of di, ti the age, ui the user id of its contributor, and pi the position (i.e., the pair of its lat and lon values). Note that, by definition, geographically pi is within the boundary of c for all . Tuesday, November 5, 2013
  • 13. Node and Mapper Density In general, we use areac to denote the area covered by a cell c, and we use popc for the people population in region c. When it is clear in context, we omit the subscript and simply write area and pop. The following measures the densities of nodes, as well as those of their contributors, i.e., the mappers. Tuesday, November 5, 2013
  • 14. Node age and temporality Recall the following auxiliary functions for a sequence s where min s is the minimum of s, max s the maximum of s, s the average of s, and cv(s) the coefficient of variation for elements in s. Tuesday, November 5, 2013
  • 15. Node age and temporality(cont.) The 4-tuple <min t, max t, t, cv(t)> measures the age characteristics of the nodes in a cell. That is, Tuesday, November 5, 2013
  • 16. Node age and temporality(cont.) We define a sequence g = (g0, g1, g2,..., gn-2) to measure the gaps between any two consecutive elements in t. That is, which is the gap in days between the dates when the two nodes di+1 and di were added into the cell. Tuesday, November 5, 2013
  • 17. Node age and temporality(cont.) The 4-tuple <min g, max g, g, cv(g)> measures the Tuesday, November 5, 2013
  • 18. Graphing cells by two metrics • As multiple metrics are in use, a cell can be measured in two metrics and the two results compared. • Often we will compare the two sets of measurement over all cells to see if there are patterns. Tuesday, November 5, 2013
  • 19. Number of mappers and number of nodes Figure 1: Distribution of the cells by both mapper count and node count. Tuesday, November 5, 2013 Figure 2: Mapping the cells in Taiwan by their types. (c.f. Figure 1)
  • 20. Locations and Cities in Taiwan Figure 3: Cities in Taiwan Tuesday, November 5, 2013
  • 21. Distributions of Mappers Figure 4: Spatial distribution of mappers over area. Tuesday, November 5, 2013 Figure 5: Spatial distribution of mappers over population.
  • 22. Distributions of Nodes Figure 6: Spatial distribution of nodes over area. Tuesday, November 5, 2013 Figure 7: Spatial distribution of nodes over population
  • 23. Node Age Average and Variance Figure 8: Spatial distribution of average node age. Tuesday, November 5, 2013 Figure 9: Spatial distribution of the variance of node age.
  • 24. Number of Mappers and Update Interval Figure 10: Distribution of the cells by both mapper count and average time gap between two additions. Tuesday, November 5, 2013 Figure 11: Spatial distribution of the cells by their types. (c.f. Figure 10)
  • 25. The 80/20 Hypothesis Figure 12: Distribution of the cells by both mapper count and ratio of mappers needed for combined 80% node contribution. Tuesday, November 5, 2013 Figure 13: Spatial distribution of the cells by their types. (c.f. Figure 12)
  • 26. Related work • Previous investigations into the data quality issues of OSM have shown that the OSM dataset can be fairly accurate, and is mostly comparable to commercial/gov. datasets at least in urban areas [3, 8, 6, 9]. • Researchers had also developed visual analytics to gain insights into the spatial diversity of OSM datasets, e. g. to see whether users in different countries would exhibit distinct mapping activities and habits [13]. • These visualization tools can provide valuable information when improving the data quality of OSM. Neis and Zipf identified active mappers and casual mappers by examining quantitatively their contributions in OSM [12]. • Mooney and Corcoran examined directly the characteristics of “heavily edited” objects in OpenStreetMap of UK, and they considered these characteristics might be developed as data quality indicators for OpenStreetMap in the future [10]. Tuesday, November 5, 2013
  • 27. Conclusion and future work • This paper is a preliminary study in two sense. We only analyze • • the Taiwan part of OpenStreetMap, and the cells independently (though spatial distribution is visualized and discussed). • Because of the time constraint, we have not looked into other geographical areas in OSM. • Also, as a mapper may contribute to multiple cells, we ought to look into mapping activities across the cells. We intend to pursue these directions in the future. • The programs we use to analyze the data are in their early stage of development, and the way we prepare the data for analysis is rather ad hoc. Tuesday, November 5, 2013
  • 28. Conclusion and future work • We are currently consider how better to structure the programs so that they can be easily ported and reused. • Metrics-based analysis tools like these can be very useful in improving the data quality in OpenStreetMap as it helps discover areas where there is participatory or temporal unevenness in the map making process itself. Tuesday, November 5, 2013
  • 29. Thank for your attention! Question? dongpo@iis.sinica.edu.tw d.-.p.deng@utwente.nl To the extent possible under law, the authors have waived all copyright and related or neighboring rights to this paper. For the avoidance of doubt, this work is released under the CC0 Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/). Anyone can copy, modify, distribute and perform this work, even for commercial purposes, all without asking permission. Tuesday, November 5, 2013