It seems OSMnx is not using caching, although use_cache should be True by default: https://osmnx.readthedocs.io/en/stable/user-reference.html#module-osmnx.settings
Figure out why.
This is important for usage (doing different things with the same city), but also for quick building of the usage docs.
It seems OSMnx is not using caching, although
use_cacheshould be True by default: https://osmnx.readthedocs.io/en/stable/user-reference.html#module-osmnx.settingsFigure out why.
This is important for usage (doing different things with the same city), but also for quick building of the usage docs.