23.10.2018 | Christine Karch
Seit 2012 veranstalten wir zweimal bis dreimal im Jahr ein OpenStreetMap-Hackweekend in unseren Büroräumen.
Es wird am Freitag mit einem gemütlichen Abend in der Kneipe eingeleitet. Im Laufe des Abends trudeln die meisten Gäste ein. Viele haben eine weite Anreise hinter sich. Sie kommen aus allen Teilen Deutschlands, und oft ist auch der ein oder andere Gast aus dem Ausland dabei.
Von Samstag früh bis Sonntag abend geht es dann zur Sache. Es wird diskutiert, manchmal auch Flipcharts und Whiteboards vollgeschrieben. Dann wieder ist alles still, weil alle auf ihre Arbeit am Notebook konzentriert sind. Dazwischen unterbrechen wir unsere Gäste mit Pizza, Keksen, Gummibärchen oder Kaffee. Auch den Samstag Abend verbringen wir gemeinsam im Restaurant.
Aufgrund der Routine, die sich im Lauf der Jahre eingestellt hat, mussten wir dieser Veranstaltung zuletzt nur noch sehr wenig Aufmerksamkeit in der Vor- und Nachbereitung schenken. Die Wiki-Seite ist in zwei Minuten aufgesetzt (Copy und Paste vom letzten Jahr, die Termine werden angeglichen, die alten Teilnehmernamen werden quasi nur pro forma herausgelöscht). Wir recyclen sogar den alten Einkaufszettel.
Doch unser 16. Hackweekend stellte alles auf den Kopf. Ein zu Martin Raifer leicht dahingesagtes “wir können uns ja auf dem nächsten Hackweekend darüber unterhalten” verursachte ein 9-köpfiges Vorbereitungstreffen für die SotM in Heidelberg im nächsten Jahr. Und meine Bemühungen, den Austausch mit den Franzosen zu intensivieren, hatte Früchte getragen. Vincent Privat (aus Toulouse) machte Werbung auf der JOSM-dev-Liste. Sieben JOSM-Entwickler aus ganz Europa (von Österreich, über Polen und Belgien bis Frankreich) meldeten sich an.
Plötzlich war klar, dass die angemeldeten 32 Gäste überhaupt nicht in unser Büro passen würden. Glücklicherweise hat uns Prof. Dr. Günther-Dieringer ganz kurzfristig und unkompliziert einen Raum in der Hochschule Karlsruhe (University of Applied Sciences) vermittelt. Hierfür danken wir ihm alle ganz herzlich.
Am Ende war das Hackweekend wieder ein großer Erfolg. Auch diejenigen unter den Besuchern, die befürchtet hatten, dass alles nicht mehr so schön gemütlich sein würde, waren am Ende zufrieden. Der Karlsruher und Heidelberger Teil der SotM-Working-Group haben viele Fragen geklärt, den Zeitplan für das nächste Jahr aufgestellt und das Konferenzformat festgelegt. Ein Protokoll wird demnächst auf den Wiki-Seiten der OSMF zu finden sein. Auch die JOSM-Entwickler, die sich teilweise noch nie getroffen hatten, waren sichtlich produktiv und haben endlos Blätter auf dem Flipchart vollgeschrieben.
Wir freuen uns schon auf das nächste Hackweekend im Februar 2019!
4.05.2018 | Frederik Ramm
As mentioned two months ago, we have made some changes to our download server at download.geofabrik.de. The publicly available files now don’t contain user or changeset information any longer (see below for details). You can still get everything that was there before, but files that do contain user information were moved to a server that requires you to have an OSM login.
The public server continues to be download.geofabrik.de, and the URLs and paths have been unchanged. The new server that requires a login is called osm-internal.download.geofabrik.de, and while it looks largely the same as the public server, the files it offers will have a name component of -internal
in order not to confuse them with the public files.
Here’s a table that explains which files to get where:
public server | internal server | |
---|---|---|
.osm.pbf files for all regions (original OSM data) | yes, without user data | yes, with user data |
.osc.gz files (diff updates) | yes, without user data | yes, with user data |
.osh.pbf files for all regions (original OSM data with full history) | no | yes, with user data |
.osm.bz2 files (old XML OSM data format) | yes, without user data | no |
.shp.zip files for all regions (ESRI shape files) | yes | no |
The change was originally made on 03 May. Unfortunately osmosis and older versions of osmium, and all programs depending on them (e.g. osm2pgsql < 0.96.0) don’t work with PBF files lacking metadata fields. They fail to read PBF files which don’t have any username
, user
and changeset
field set. To work around that, starting 05 May, we’re now writing empty strings to all user
fields and zeros to all user
and uid
fields.
OSM extracs and diffs with full metadata are still available but you have to log in with your OSM account.
For security reasons, it is not enough to pick the cookie out of the developer console of your web browser. The cookie will become invalid after 48 hours and the server will redirect you to authorization form of openstreetmap.org if you send that cookie after it has expired. That’s why you have to retrieve a new cookie every 48 hours or any other time the server forces you to do so.
We have published a client program written in Python (read the documentation) automating the cookie retrieval. The repository containing the client also contains the server software if you are curious or want to use it on your own server providing sensitive data.
This blog post may be updated as things develop.
16.03.2018 | Frederik Ramm
On May 1st this year, we’ll make the following changes to the standard download.geofabrik.de server:
username
, uid
and changeset
fields), and might* have their timestamp
fields dilutedThe general functioning of the server and all URLs will remain unchanged. We believe that the majority of users of our download server, who use the extracts to populate rendering, routing, or geocoding engines, will not be affected by the changes.
In case you want to double-check if your software supports the files with missing fields, here are sample files for the UK county of Rutland with user data removed: osm.pbf, osm.bz2, osc.gz
If you need more test data, you can generate these files on your own using the latest (unreleased) Osmium Tool and the latest (unreleased) Libosmium library. The following Osmium Tool command removes all metadata except version
and timestamp
fields from a file:
osmium cat -o without-user-data.osm.pbf --output-format pbf,add_metadata=version+timestamp input.osm.pbf
(and similar for .osm.bz2 or .osc.gz)
At the same time, we will introduce a new service, osm-internal.download.geofabrik.de, which will be like the “old” download service, offering full history files, regional extracts, and diffs with full user information and un-diluted time stamps. This service will be 100% free of charge like the main download server, but will require an OAuth login with the openstreetmap.org web site and might* also require a click-through user agreement in order to safeguard personal data.
*) Some details are still being worked out.
24.10.2017 | Michael Reichert
We recently rewrote the Public Transport views of our OSM Inspector. The old views had been used rarely and were of limited use, so we went for a full rewrite. While the old views aimed to give an overview on both the infrastructure and the network, the new views are focussed on the routes and stops.
The public transport schema used today was proposed back in 2010/2011 but it was adopted rather slowly. Also, many mappers made lots of mistakes when trying to use the schema because the documentation on the wiki was confusing. To clearly distinguish public transport mapping that follows this schema from old-style public transport mapping, new schema is now called “public transport v2” – even though there really wasn’t ever a version 1.
The new views of OSM Inspector try to support good mapping according to the “public transport v2” scheme, and act as a validator.
Here’s how you can use the two new views to do some public transport mapping:
The Stops view shows stop positions and platforms (multipolygons are not supported yet). Go to an area you are familiar with and check if there are missing bus stops. Use this view on zoom levels 10 and 11 to spot (rural) areas where no bus stops are mapped at all. Just take your car or bicycle and visit them!
Platforms are rendered in blue, stop positions in green. Bus stops with highway=bus_stop
but without a public_transport=*
tag are rendered in orange. They are not errors if they are the only object that represent a bus stop (per direction).
The Routes view shows route relations which claim to be v2 route relations (they have the tag public_transport:version=2
). The view shows whether a route is valid (green) or not (black) and highlights objects which are either the reason of invalidity or which are located next to the invalidity (orange and purple).
The tagging schema defines minimum requirements a route must comply with:
stop
or stop_entry_only
.platform
, platform_entry_only
or platform_exit_only
.(Even though many mappers seem to think so, you do not have to map both the stop position and the platform. One is enough. Especially for vehicles where the platform and the vehicle are short, adding stop positions is overkill. But if a stop has both, both have to be added to the route relation.)
A correct route relation of a bus line would look like this (roles are given in parentheses):
- stop position of station 1 (stop)
- platform object of station 1 (platform)
- stop position of station 2 (stop)
- platform object of station 2 (platform)
- ...
- stop position of station n (stop)
- platform of station n (platform)
- first way with highway=* ()
- second way with highway=* ()
- ...
- last way with highway=* ()
That’s how it would look like in JOSM’s relation editor:
As said above, mapping both stops and platforms is not mandatory. One of the two is enough. (If you know the location of the platform and/or the bus stop sign, add it. Otherwise the stop position is a good replacement.) Therefore, the route could also look like this:
To get quickly a working validator, we decided not to implement all checks. Here is the list of implemented validation tests:
stop
, stop_entry_only
, stop_exit_only
, platform
, platform_entry_only
, platform_exit_only
.stop
, stop_entry_only
, stop_exit_only
, platform
, platform_entry_only
, platform_exit_only
or an empty role.platform
, platform_entry_only
, platform_exit_only
.trolley_wire=yes
(or trolley_wire:forward/backward=yes
). Roads/tracks under construction trigger errors.route=*
tag of a route relation must have one of the following values: train
, tram
, subway
, bus
, trolleybus
, ferry
, aerialway
.There are some ideas for more tests but they haven’t been implemented yet:
osmi_pubtrans3 is free software, and patches are welcome.
4.09.2017 | Michael Reichert
The Tagging view of our OpenStreetMap Inspector tool got two new checks (represented as layers) a few days ago. Both look for oddities in OSM data.
The freedom of OpenStreetMap to tag what you want can lead to tagging errors. One common but maybe dangerous error is the usage of tags like disused=yes
, abandoned=yes
, construction=yes
and proposed=yes
on objects.
For example, if a mapper wants to map a road which is under construction, they usually tag highway=construction
+ construction=secondary/tertiary/<whatever>
. This is a good way of tagging because data consumers who look for roads and who are not interested in roads under construction can just look at the value of the highway=*
key and check if its value is in a defined set of “good” values (primary
, secondary
, tertiary
, …).
Unfortunately, some mappers tend(ed) to use highway=secondary/tertiary/<whatever>
+ construction=yes
in this case. This tagging is misleading. Data users have to check if an object is marked as being under construction. Because a minor key [1] such as disused=*
inverts another tag, we call this tagging style “misleading”. OSM should be easy to use and that’s why the tagging of these objects should be improved.
Currently, the processing software only checks for misleading tagging if there is at least one of the following “main” keys and inverting keys:
Main keys are:
highway
railway
amenity
If the value of a main key is disused
, abandoned
, razed
, dismantled
, proposed
or construction
, it is ignored, further checks are skipped, and the object is not reported as errorenous.
Inverting keys are:
disused=*
abandoned=*
razed=*
dismantled=*
construction=*
proposed=*
Inverting keys with a value of no
are ignored because they do not invert the meaning of the main key.
As a side effect, objects with mixed tagging like highway=primary
+ construction=primary
are reported as errors, too. They occur if a mapper changed the object from highway=construction
to highway=primary
but forgot to remove construction=primary
. It is an indicator that these objects might be worth checking.
It occurs rather often that newbies add objects to OSM without proper tags. They manage to add a name, a description and/or a website but that’s it. This is caused by both a lack of experience and a suboptimal user interface of the editor being used (and in rare cases a lack of suitable tags). These objects are more or less hidden from any data consumer because nobody wants to parse the value of a name or description tag to guess what it represents.
The processing software distinguishes between non-feature keys and feature keys.
A key is considered a non-feature key if it begins with one of the following strings:
name
description
comment
website
contact:website
The following keys are considered being feature keys, i.e. they describe what the object represents:
building, landuse, highway, railway, amenity, shop, natural, waterway, power, barrier, leisure, man_made, tourism, boundary, public_transport, sport, emergency, historic, route, aeroway, place, craft, entrance, playground, aerialway, healthcare, military, building:part, training, traffic_sign, xmas:feature, seamark:type, waterway:sign, university, pipeline, club, golf, junction, historic
The office
tag is only a feature tag if it has a value other than yes
.
Keys are considered being feature keys if the begin with one of the following strings:
historic, razed, demolished, abandoned, disused, construction, proposed, temporary, TMC
All other keys are considered being neutral and do not influence the evaluation.
If an object has a non-feature key but no feature key it is flagged as an error.
If you find such an object, please check the following:
If you help fixing these errors, you will have to do a lot of research for tags. Consider this a valuable experience – you will learn lots of tags you did not know and you will learn what could be mapped or is mapped at OSM.
Due to changes in OSRM we had to set up our own process which looks for routing errors. We now use Open Source Routing Machine’s “small components” extractor but with the default car profile. Don’t be frightened. There are lots of new errors because our validation is now strict and flags everything which is unreachable using the default car profile most OSRM users probably use.
We added a new layer, called “sinks and sources”. A similar layer existed a few years ago. It will show all one-way roads (using the default OSRM car profile) which lead into nowhere or start nowhere, i.e. are not connected to the network at both ends. See the OSM wiki for
further instructions.
[1] The OSM data model itself does not differentiate between major and minor, more or less important keys. But the usage of tags which has established since 2004 does and there are tags like amenity=shelter
which are further distinguished by using shelter_type=*
.