SoilPulse / MetadataGenerator

The metadata generator guides researchers to the creation of reusable data sets in a webapp.
GNU General Public License v3.0
0 stars 0 forks source link

Possibility to redownload files #65

Open jonaslenz opened 1 month ago

jonaslenz commented 1 month ago

on initiation of a project the self.publishedFiles contains a list with all files to be downloaded. When reloading a project and the files werde deleted, those files might need to be reloaded from web. So it would be nice to populate self.publishedFiles on reload from cached publisher metadata, (?without triggering the crawling?)

This one has also quite low priority

jandevaty commented 2 weeks ago

This ain't as easy as it may look ... what if the file is in a zip? It requieres lot of steps and checks on the way (like using the hashes to check if the newly downloaded file is the same file as before)

It should be implemented in the future.