Skip to content

Commit

Permalink
docs: Update docstring with new filter behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Sep 18, 2023
1 parent 784114a commit 9cec7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/transport_performance/osm/osm_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def filter_osm(
Bounding box used to perform the filter, in left, bottom, right top
order. Defaults to [-3.01, 51.58, -2.99, 51.59].
tag_filter: (bool, optional)
Should non-highway ways be filtered? Excludes waterway, landuse &
natural. Defaults to True.
Should non-highway ways be filtered? Excludes buildings, waterway,
landuse & natural. Defaults to True.
install_osmosis: (bool, optional)
Should brew be used to install osmosis if not found. Defaults to False.
Expand Down

0 comments on commit 9cec7a0

Please sign in to comment.