Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ Finished operation in 0:00:03
files/monaco_nofilter_noclip_compact.parquet
```

> **Performance tip**: Use `--no-sort` flag for significantly better performance when sorting of features isn't required. By default sorting is turned on, but it takes additional time and memory to sort the features. For example with this flag turned off, converting osm extract for whole europe to parquet is ~50% faster.

### Let the QuackOSM automatically download the required OSM PBF files for you based on geometry 🔎🌍

#### Load data as a GeoDataFrame
Expand Down