Right now open_url and open_thredds will automatically delete any downloaded data when the dataset is deleted. This is probably suboptimal in some workflows. Ideally files will be cached, and then that will be cleared on a system reboot or python session closure.
Option to explore:
https://www.fatiando.org/pooch/latest/user-defined-cache.html
Right now
open_urlandopen_threddswill automatically delete any downloaded data when the dataset is deleted. This is probably suboptimal in some workflows. Ideally files will be cached, and then that will be cleared on a system reboot or python session closure.Option to explore:
https://www.fatiando.org/pooch/latest/user-defined-cache.html