UXsim icon indicating copy to clipboard operation
UXsim copied to clipboard

FutureWarning: The expected order of coordinates in `bbox` will change in OSMnx v2.0.0

Open EwoutH opened this issue 1 year ago • 0 comments

tests/test_other_functions.py::test_osm_import
  /opt/hostedtoolcache/Python/3.12.6/x64/lib/python3.12/site-packages/uxsim/OSMImporter/OSMImporter.py:75: FutureWarning: The expected order of coordinates in `bbox` will change in the v2.0.0 release to `(left, bottom, right, top)`.
    G = ox.graph.graph_from_bbox(bbox=bbox, network_type="drive", custom_filter=custom_filter)

See https://github.com/gboeing/osmnx/issues/1186 and https://github.com/gboeing/osmnx/pull/1196

EwoutH avatar Sep 30 '24 09:09 EwoutH