ssec / sift

A visualization application for satellite imagery
http://sift.ssec.wisc.edu/
GNU General Public License v3.0
48 stars 14 forks source link

Move to platformdirs instead of deprecated appdirs #408

Open ameraner opened 4 months ago

ameraner commented 4 months ago

The package appdirs is officially deprecated and not maintained anymore. We should therefore switch to the maintained fork platformdirs: https://github.com/platformdirs/platformdirs .

Appdirs is currently used in e.g. https://github.com/ssec/sift/blob/ac7d4315cdf0d34a6900bb618328b087d276f312/uwsift/util/default_paths.py#L19-L27

Note: this issue is ported from the EUM Gitlab issue 200.