You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,12 +70,15 @@ The resulting shell puts you into the equivalent of the root of this repository,
70
70
71
71
All output files are saved in the `/workdir` by default, you can from there move them into `/workdir/output` inside the container to access files on your host operating system.
72
72
73
+
A [ready-built image is available on Docker Hub](https://hub.docker.com/r/gedankenstuecke/osm-mapping-party-before-after).
74
+
73
75
## Usage
74
76
75
77
1. Download an OSM history file (`.osh.pbf`) e.g. from [Geofabrik's internal download server](https://osm-internal.download.geofabrik.de/?landing_page=true). You will need to log in with an OSM account.
76
78
1. Calculate the `BBOX` with [BBoxFinder.com](http://bboxfinder.com/).
77
79
1. *Draw a rectangle*
78
80
1. Copy the *Box* value
81
+
1. Make sure coordinates are in `long/lat` format (can be changed in the bottom-right)
0 commit comments