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
Is your feature request related to a problem? Please describe.
We need a way to keep track of the files used when crunching to CSV. This provides traceability and the ability to perform smart updating in future when new land area masks become available.
These files will replace the *-failures-and-warnings.txt files written in the root of a dataset.
Describe the solution you'd like
Database of crunched files which is flushed to disk after every crunch. Entries include updated_at, in_files, out_file
Database becomes the authority regarding recrunching
Smarter progress bars
Log everything to disk
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We need a way to keep track of the files used when crunching to CSV. This provides traceability and the ability to perform smart updating in future when new land area masks become available.
These files will replace the
*-failures-and-warnings.txt
files written in the root of a dataset.Describe the solution you'd like
The text was updated successfully, but these errors were encountered: