You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The run.get_extra_downloads options in the scenario files feel more mandatory than 'extra'.
It also feels error-prone to manually activating these options for the first run and deactivate them afterwards.
One simple alternative could be to always try to download the files, and simply skip the download if they already exist. This would automatically update the set of downloaded files if the date range ever changes. An example implementation:
The
run.get_extra_downloads
options in the scenario files feel more mandatory than 'extra'.It also feels error-prone to manually activating these options for the first run and deactivate them afterwards.
One simple alternative could be to always try to download the files, and simply skip the download if they already exist. This would automatically update the set of downloaded files if the date range ever changes. An example implementation:
Note: This does not take changes in the
area
into account, so that would need to be checked and invalidated separately.The text was updated successfully, but these errors were encountered: