Skip to content

Commit 71f8810

Browse files
committed
readme: elevation_tile_download needs a zoom level when downloading GeoTIFF
1 parent a47f30d commit 71f8810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ To download the entire planet in Skadi tiles (__which will require about 1.6Tb o
186186
elevation_tile_download --format=skadi --outpath=data/elevation
187187
```
188188

189-
To download GeoTIFF tiles to cover a single bounding box:
189+
To download GeoTIFF tiles to cover a single bounding box at a specified zoom level:
190190

191191
```sh
192-
elevation_tile_download --outpath=data/elevation --bbox=-122.737,37.449,-122.011,37.955
192+
elevation_tile_download --outpath=data/elevation --bbox=-122.737,37.449,-122.011,37.955 --zoom=10
193193
```
194194

195195
To specify more than one bounding box of tiles to download, list the bounding boxes in a [CSV file or GeoJSON file](#bounding-box). For example:

0 commit comments

Comments
 (0)