Skip to content

Commit 081f871

Browse files
do-melowlydba
andauthored
Update overturemaps-py.mdx with uvx instructions (#265)
Co-authored-by: John McCall <john@overturemaps.org>
1 parent 7850951 commit 081f871

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/getting-data/overturemaps-py.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Download the building footprints for the specific bounding box as GeoJSON and sa
1818
$ overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=building -o boston.geojson
1919
```
2020

21+
If you have [uv](https://docs.astral.sh/uv/) installed, you can run overturemaps [with uvx](https://docs.astral.sh/uv/guides/tools/#running-tools) without installing it:
22+
23+
```bash
24+
uvx overturemaps download --bbox=-71.068,42.353,-71.058,42.363 -f geojson --type=building -o boston.parquet
25+
```
26+
2127
## Usage
2228
**download**
2329

0 commit comments

Comments
 (0)