Geoff Boeing
Geoff Boeing
This issue is related to several other issues that have been reported recently, including #789, #786, #735, #737 and https://github.com/psf/black/issues/2516 but they seem to have gone unanswered over the past...
Targeting the forthcoming OSMnx v2.0.0 release (see also #1106), this PR wholly refactors the `_osm_xml` module and fixes several bugs, significantly speeds up the `save_graph_xml` function, and streamlines the function's...
## Overview This PR consolidates development work for OSMnx v2.0.0, targeted for release later in 2024. ## Migrating to v2 See the migration guide at #1123. ## Changes See [changelog](https://github.com/gboeing/osmnx/blob/v2/CHANGELOG.md)...
# Overview OSMnx 2.0.0 was released in November 2024. This major release includes some breaking changes (including removing previously deprecated functionality) that are not backwards compatible with v1. This issue...
OSMnx currently depends on GDAL directly in the `elevation` module to build VRTs, because rasterio doesn't expose equivalent functionality directly. However, it's not a good idea to import both rasterio...
Hi @HTenkanen -- I was just looking at #227 and wondered more broadly: has there ever been any discussion among the pyrosm contributors regarding making the package able to both...
Hi @bstabler and team. This may or may not be a useful fit for your project here, but given its commonality of spirit I wanted to make you aware of...
As discussed in https://github.com/gboeing/osmnx/issues/1110 Namely https://github.com/gboeing/osmnx/issues/1110#issuecomment-1974666772
We should add a CITATION.cff file to the repo root to let users easily cite our software/reference paper: https://citation-file-format.github.io/ This will create a "Cite this repository" link in the repo's...