-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Nice work Thomas (and others) ...
Here is something I noticed about how you cache the downloaded files.
In STEP3 of SeismoSD.ipynb You currently don't use cached data from "today" but I think this runs the risk that tomorrow you would consider this file to be just fine even if it is the incomplete data from running the notebook in the middle of the day. One simple check might be to check the creation date of the cached file though that is not really a check that the file is not corrupted.
The same argument applies to the downloaded data from step 3 and presumably the npz files in Step 4 too. There is no check to see if the npz file is out of date compared to the mseed file which would help, I think.
Metadata
Metadata
Assignees
Labels
No labels