mocnik-science / osm-python-tools

A library to access OpenStreetMap related services
GNU General Public License v3.0
440 stars 48 forks source link

Custom cache directory #65

Closed ZaraGi closed 2 years ago

ZaraGi commented 2 years ago

Hi, I think it would be nice to have the possibility to specify a custom cache directory, like

Nominatim(cacheDir='custom_cache_dir')
Overpass(cacheDir='custom_cache_dir')
mocnik-science commented 2 years ago

Agree, this is useful (and thus already implemented). See the end of https://github.com/mocnik-science/osm-python-tools/blob/master/docs/general-remarks.md for more information