OSMNX Module: Unexpected Keyword Infrastructure[Bug]
Trying to download road network from osmnx fails:
Downloading OSM network graph...TypeError: graph_from_bbox() got an unexpected keyword argument 'infrastructure'
According to documentation of osmnx, there is no parameter infrastructure. However, cornish pasdy adds it when calling the function [https://git.ufz.de/CRNS/cornish_pasdy/-/blob/master/functions.py#L796]