nansencenter / django-geo-spaas-processing

Processing tools for GeoSPaaS
GNU General Public License v3.0
1 stars 1 forks source link

Download datasets in a unique path #70

Closed aperrin66 closed 2 years ago

aperrin66 commented 2 years ago

This is necessary because for some datasets, the file doesn't contain the date, so caching a file prevents from downloading files with the same name in the future. Datasets are now downloaded in a folder named using the entry_id of the dataset, ensuring uniqueness.

aperrin66 commented 2 years ago

Various other changes:

aperrin66 commented 2 years ago

FYI @akorosov