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
@@ -59,15 +56,15 @@ PlanetUtils is a "high level" library that makes use of [Osmosis](https://wiki.o
59
56
Make sure you have [Docker](https://www.docker.com/community-edition) installed. Then:
60
57
61
58
```sh
62
-
docker pull interline/planetutils:release-v0.4.8
59
+
docker pull interline/planetutils:release-v0.4.9
63
60
```
64
61
65
62
Any of the example commands below can be executed with `docker run`. It may be helpful to mount a local directory inside the container for persistence and to access output files.
66
63
67
64
- Example of using `docker run` with the `data` directory mounted as `/data`:
68
65
69
66
```sh
70
-
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.8<command>
67
+
docker run --rm -v ${PWD}/data:/data -t interline/planetutils:release-v0.4.9<command>
71
68
```
72
69
73
70
### Using Homebrew on Mac OS
@@ -124,15 +121,15 @@ osm_planet_update -h
124
121
125
122
### osm_planet_extract
126
123
127
-
Cut up an OSM planet file into one or more extracts, defined by bounding boxes. Each bounding box is assigned a name. (This is like a mini version of Mapzen Metro Extracts!)
124
+
Cut up an OSM planet file into one or more extracts, defined by bounding boxes or polygons. Each extract is assigned a name. (This is like a mini version of Mapzen Metro Extracts!)
@@ -268,10 +265,10 @@ For complete help on command-line arguments:
268
265
valhalla_tilepack_download -h
269
266
```
270
267
271
-
## Specifying bounding boxes
268
+
## Specifying extract extents
272
269
<aname="bounding-box"></a>
273
270
274
-
When extracting multiple bounding boxes from an OSM planet, or when downloading multiple bounding boxes of elevation tiles, you can specify your bounding boxes in a single file, either CSV or GeoJSON format.
271
+
When extracting multiple bounding boxes or polygons from an OSM planet, or when downloading multiple bounding boxes of elevation tiles, you can specify your extents in a single file, either CSV or GeoJSON format.
To draw bounding box polygons in GeoJSON, try the tool at http://geojson.io/. Currently, the bounding box for each feature is used. Future releases may support polygon clipping.
297
+
To draw extents in GeoJSON, try the tool at http://geojson.io/
0 commit comments