I tried fetching the static data via get_static_parking_sites. The documentation states
Per default, static GeoJSON files are fetched from this repository.
However when I try to get the static data it's always asking for STATIC_GEOJSON_BASE_PATH. Also there don't seem to be any geojson files in this repository. Is this intended? If so, what is the intended way to get the static data?
I just found https://github.com/ParkenDD/parkapi-static-data which I assume is the source of the static data. However it doesn't seem to automatically fetch from there.
I tried fetching the static data via
get_static_parking_sites. The documentation statesHowever when I try to get the static data it's always asking forSTATIC_GEOJSON_BASE_PATH. Also there don't seem to be any geojson files in this repository. Is this intended? If so, what is the intended way to get the static data?I just found https://github.com/ParkenDD/parkapi-static-data which I assume is the source of the static data. However it doesn't seem to automatically fetch from there.