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
+7-4
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,12 @@ pytest
55
55
56
56
## Quick Start
57
57
58
-
Extract `home`, `work`, `education`, `shop` and various other activity locations ("facilities") for the Isle of Man, using the following command (the path is given from OSMOX project root):
58
+
Extract `home`, `work`, `education`, `shop` and various other activity locations ("facilities") for the Isle of Man, using the following steps (paths is given from OSMOX project root):
59
+
60
+
First download `isle-of-man-latest.osm.pbf` from [geobabrik](https://download.geofabrik.de/europe/isle-of-man.html) and place in an `example` directory.
59
61
60
62
```{sh}
61
-
osmox run configs/example.json example_data/isle-of-man.osm example -crs "epsg:27700"
63
+
osmox run configs/example.json example/isle-of-man.osm example -crs "epsg:27700"
62
64
```
63
65
64
66
After about 30 seconds, you should find the outputs in geojson format in the specified `example` directory. The geojson file contains locations for the extracted facilities, and each facility includes a number of features with coordinates given in WGS-84 (EPSG:4326) coordinate reference system (CRS), so that they can be quickly inspected via [kepler](https://kepler.gl) or equivalent.
@@ -91,8 +93,6 @@ After about 30 seconds, you should find the outputs in geojson format in the spe
91
93
...
92
94
```
93
95
94
-
95
-
96
96

97
97
*^ Isle of Man facility `floor_area` feature. Approximated based on polygon areas and floor labels or sensible defaults.*
98
98
@@ -106,9 +106,12 @@ After about 30 seconds, you should find the outputs in geojson format in the spe
106
106
```{sh}
107
107
osmox run --help
108
108
109
+
Usage: osmox run [OPTIONS] CONFIG_PATH INPUT_PATH OUTPUT_PATH
110
+
109
111
Options:
110
112
-crs, --crs TEXT crs string eg (default): 'epsg:27700' (UK grid)
111
113
-s, --single_use split multi-activity facilities into multiple single-activity facilities
114
+
-l, --lazy if filtered object already has a label, do not search for more (supresses multi-use but is faster)
0 commit comments