OSMnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
visualization
network-topology
maps
accessibility
graphs
openstreetmap
transportation
geospatial
gis
urban-planning
networkx
networks
spatial-analysis
overpass-api
spatial-data
geography
footprints
street-networks
amenities
osmnx
-
Updated
Nov 4, 2021 - Python
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/