SlideShare ist ein Scribd-Unternehmen logo
1 von 29
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

Introduction to OpenStreetMap
Introduction to OpenStreetMapIntroduction to OpenStreetMap
Introduction to OpenStreetMap
Kate Chapman
 
Answer togoogleearthuniverseandevrythingelse abbreviated
Answer togoogleearthuniverseandevrythingelse abbreviatedAnswer togoogleearthuniverseandevrythingelse abbreviated
Answer togoogleearthuniverseandevrythingelse abbreviated
Shashank Singh
 
Geographic information system
Geographic information systemGeographic information system
Geographic information system
Sumanta Das
 

Was ist angesagt? (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
 

Andere mochten auch

SOTM Taiwan 2013 Opening Session
SOTM Taiwan 2013 Opening SessionSOTM Taiwan 2013 Opening Session
SOTM Taiwan 2013 Opening Session
Dongpo 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_ontology
Dongpo 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 Mapping
Dongpo Deng
 
自製線上地圖呈現地理資料: 非營利組織案例介紹
自製線上地圖呈現地理資料: 非營利組織案例介紹自製線上地圖呈現地理資料: 非營利組織案例介紹
自製線上地圖呈現地理資料: 非營利組織案例介紹
Dongpo Deng
 

Andere mochten auch (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 的整合: 支援社區層級災害管理
 
資料價值 — 一位資料產品經理的視野
資料價值 — 一位資料產品經理的視野資料價值 — 一位資料產品經理的視野
資料價值 — 一位資料產品經理的視野
 

Ähnlich wie The One and Many Maps: Participatory and Temporal Diversities in OpenStreetMap

20131106 acm geocrowd
20131106 acm geocrowd20131106 acm geocrowd
20131106 acm geocrowd
Dongpo Deng
 
Spatial Analysis Using GIS
Spatial Analysis Using GISSpatial Analysis Using GIS
Spatial Analysis Using GIS
Prachi Mehta
 
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
ZhangTorkkolaLiSchreinerZhangGardnerZhao(04279048)
Harry Zhang
 
geographic information system pdf
geographic information system pdfgeographic information system pdf
geographic information system pdf
Rolan Ben Lorono
 

Ähnlich wie 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
 

Mehr von Dongpo Deng

20140710 tca gsdi
20140710 tca gsdi20140710 tca gsdi
20140710 tca gsdi
Dongpo 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 Data
Dongpo Deng
 
20140114 moi open_data
20140114 moi open_data20140114 moi open_data
20140114 moi open_data
Dongpo Deng
 
2012 ACM Geocrowd
2012 ACM Geocrowd2012 ACM Geocrowd
2012 ACM Geocrowd
Dongpo Deng
 
物種學名與地理空間資訊處理
物種學名與地理空間資訊處理物種學名與地理空間資訊處理
物種學名與地理空間資訊處理
Dongpo Deng
 

Mehr von 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
 
物種學名與地理空間資訊處理
物種學名與地理空間資訊處理物種學名與地理空間資訊處理
物種學名與地理空間資訊處理
 

Kürzlich hochgeladen

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
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
 
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
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
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
 
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...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
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
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 

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