Geoff Boeing
Geoff Boeing
Thanks for using OSMnx! And thanks for proposing a new feature. Per the [contributing guidelines](https://github.com/gboeing/osmnx/blob/main/CONTRIBUTING.md#if-you-have-a-feature-proposal): > The OSMnx project follows three principles when adding new functionality: 1) it is useful...
Thank you for this idea and sorry for the delay. It's been a crazy semester. Do you have any benchmarks for performance impacts in terms of time or memory, especially...
Thanks for using OSMnx! Please provide a complete, minimal, fully reproducible code snippet so we can reproduce and troubleshoot your problem.
Please provide a *minimal* code snippet (the absolute fewest lines of code necessary to reproduce your bug), and ensure it is *standalone* (not relying on any external data files or...
The [Getting Started](https://osmnx.readthedocs.io/en/stable/getting-started.html#model-attributes) guide addresses this: > As a NetworkX MultiDiGraph object, it has top-level graph, nodes, and edges attributes. The graph attribute dictionary must contain a “crs” key defining...
See also #1317 for a proposed new `validation` module and `validate_graph` function. This ensures that all the "expected standard structure" exists in a graph if you've created it from raw...
+1 to this suggestion. YAML 1.2 has been out for >15 years now. It'd be nice to enforce it without having to add a `%YAML 1.2` directive in every single...
Thanks @mmd-osm. It is interesting that Overpass's query evaluation strategy is so memory-inefficient when given a `[date]` parameter. Out of curiosity, what is the other performance-optimized implementation that you tested...
Great! Thanks @drolbr.