Skip to content

Commit 927cf7a

Browse files
committed
updating readme
1 parent d406437 commit 927cf7a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ This Python project translates objects from the Overture maps schema to the Open
99

1010
There is also a Pydantic model for the `transportation` layer's `segment` object via `overturetoosm.segments.SegmentProperties`, but the conversion to OSM tags is not yet supported because of the Overture schema's complexity.
1111

12+
The package also allows you to use the module directly from the command line.
13+
With the `overturemaps` Python package installed, you can download and convert
14+
Overture data to OSM in two lines of code.
15+
16+
```bash
17+
$ python -m overturemaps download --bbox=-71.068,42.353,-71.058,42.363 \\
18+
-f geojson --type=place -o boston.geojson
19+
$ python -m overturetoosm place -i boston.geojson --in-place --confidence 0.9
20+
```
21+
1222
> [!NOTE]
1323
> Use of this package does not absolve you from following OSM's [import guidelines](https://wiki.openstreetmap.org/wiki/Import/Guidelines).
1424

0 commit comments

Comments
 (0)