vignettes/openinfra.Rmd
openinfra.Rmd
OpenStreetMap (OSM) has contributed to the shift in perception of who can map and how it can be done (Haklay and Weber 2008). Conceived in 2004 by Steve Coast, the project aims to create a free and editable map that everyone could access and use. The project’s focus on making its data accessible to local communities is one of the reasons behind OSM being community-driven with an emphasis on local knowledge in mapping. Putting community and local knowledge at the heart has many benefits, such as:
The importance of local knowledge is also highlighted in the LTN 1/20 guidance in the context of ensuring successful implementation of a scheme. Hence, OSM can be a tool to foster a bottom-up approach in active travel planning through the inclusion of citizens in the data generation process. This, consequently, can be used to vocalise their needs leading to an increased likelihood of achieving higher uptake levels.
OSM relies on a simple data structure and flexible tagging to describe geographical objects. Indeed, OSM deliberately chose not to adapt the existing standards for geographic information (Haklay and Weber 2008) as the goal was to simplify the use and maintenance of a project.
The structure of OSM data is composed of three key elements (also called entities or primitives):
In general, OSM can be described as a graph with edges and vertices that are connected or isolated (Bennett 2010). Tags (key=“value” pairs) are used to describe their geographical features.
Nodes are points in space that are defined by latitude and longitude. They can be used on their own or as part of a way or a relation.
An example of a point in active transport context would be a bicycle rental.
Ways are lines formed by linking at least two nodes (i.e., representing two ends), however the node can belong to more than one way. They always have a direction, represented by the arrows in the editor, even if it is not meaningful (e.g., a wall). These kinds of ways can be defined as open ways as they have different start and end nodes.
Ways can also be closed if the start and end nodes are identical. This is usually used to represent areas, or polygons, but also roundabouts or closed barriers, such as a closed wall.
A park itself is a good example of an area.
Relation is a list of nodes, ways, and/or relations. It is used to model geographic relationships between objects. These relations should not contain only closely connected elements, having no more than 300 members (elements) per relation.
Most likely the most important relation in the context of active transport is route but there are also other relations, such as public transport schemes and restrictions.
Tags are not exactly data structures but they play a vital role in OSM because they define geographic features. In other words, without tags one would not know if a node represents a bicycle rental.
A tag is a concept that refers to a key=“value” pair. A key describes a topic while value is a specification of a yopic. For instance, highway=“cycleway” indicates that it is a highway (i.e., a line) and, specifically, a cycleway. It is important to note that a value is not always unique in a sense that it can also be a key. For example, there is a “cycleway” tag, which is used to further detail cycling infrastructure. Hence, it is important to pay attention to the syntax of a tag to understand its meaning and use in a given context.
Moreover, each OSM element can have multiple tags and the use of tags
is not limited to certain data elements. Thus, theoretically, a point
could be highway="footway"
. The lack of restrictions is
inherent in OSM. It relies on the mappers to make decisions that are the
most sensible in their local contexts. This does not mean, however, that
there are no conventions about the most appropriate way of tagging
something. A simple example would be a deprecation of a
sidewalk="none"
tag which should be changed to
sidewalk="no"
. A more intricate example is a question
concerning the mapping of sidewalks as currently there are two proposed
schemes: one considering a sidewalk as a tag on a highway and another
proposing to map footways as separate ways.
Figure 1 shows 8 different tags that are important in transport research and their presence/absence in central Leeds.