hsvab / odbr

Pacote que disponibiliza dados de pesquisas OD do Brasil
https://hsvab.github.io/odbr/
GNU General Public License v3.0
15 stars 2 forks source link

Undo force_download #36

Closed diraol closed 11 months ago

diraol commented 1 year ago

By default piggyback:pb_download check the local and remote file hash to ensure it will only download the file if it is a new file (different hash). So we don't need this "foce_download" flag all around.

The only "requirement" here is that we need to ensure the same path/file will be used across all executions - which we kind of is doing, but I'll improve this a bit in another PR with a more deterministic approach.