diff --git a/src/transport_performance/osm/osm_utils.py b/src/transport_performance/osm/osm_utils.py index a7064a97..ee6ef3aa 100644 --- a/src/transport_performance/osm/osm_utils.py +++ b/src/transport_performance/osm/osm_utils.py @@ -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.