Geoff Boeing
Geoff Boeing
### What problem does your feature proposal solve? Geographic bounding boxes usually follow the standard format of `left, bottom, right, top` (e.g., at [OpenStreetMap](https://wiki.openstreetmap.org/wiki/Bounding_box)). For whatever reason, OSMnx instead expects...
Function was added in https://github.com/gboeing/osmnx/pull/1214
This new function offers users a small quality-of-life improvement for use cases like: - modeling a buffered graph around some study area (e.g., #1072, https://github.com/gboeing/osmnx/pull/1044#issuecomment-2020261305) - retaining all edges that...
- bump geopandas minimum patch version to address https://github.com/geopandas/geopandas/pull/3363 - bump raster minimum patch version to address https://github.com/rasterio/rasterio/pull/2547
This branch collects work for the upcoming v2.1.0. It includes: - merge old v1 branch commits c1a0b2ae32fd9093ed9dc8130e3522d20c78505d - #1322 - TBD #1317
This PR adds a private internal `_validate` module and a public `validate_graph` function to the `graph` module. This allows users to validate their graphs and, in turn, will make it...
This PR proposes a new module to read data from PBF files. It uses the `osmium` library to read PBF data and provides a familiar `graph_from_pbf` function for users. This...
If I run a simple query in a small ~400x400 meter bounding box, it completes successfully as expected in ;););(way['highway'='residential'](poly:'37.822573 -122.233912 37.822573 -122.229358 37.826170 -122.229358 37.826170 -122.233912 37.822573 -122.233912');(._;>;););(relation['highway'='residential'](poly:'37.822573 -122.233912...