oturns / geosnap

The Geospatial Neighborhood Analysis Package
https://oturns.github.io/geosnap-guide
BSD 3-Clause "New" or "Revised" License
243 stars 32 forks source link

shared user data directory #326

Closed knaaptime closed 2 years ago

knaaptime commented 2 years ago

when we teach workshops/classes, it would be useful to have an instance-wide data directory to hit the middle ground between each user installing their own data and each user hitting the web independently. We might be able to do this directly with appdirs, otherwise we can definitely pull it off by using symlinks or different handling inside the dataset class

knaaptime commented 2 years ago

we may just want to switch from appdirs.user_data_dir to appdirs.site_data_dir

knaaptime commented 2 years ago

resolved by #329