-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disk space saving #23
Comments
Agreed - that would be nice! I keep deleting the mseed files and just download them again for disk space saving |
See my comment on #21 - only downloading the mseed file if the npz needs regenerating. Nothing clever in what I suggest but a starting point for a real solution. |
Personally, I was only processing our own data and replaced the whole downloading with a SDS Client.. but probably thats not fitting most people, so just as a side comment. |
Ha! I actually had to do this myself too: |
For disk space saving, could we have an option to only download the mseed if the corresponding .npz file isn't already existing? As far as I can see the .npz file doesn't actually depend on user-defined parameters so I don't think these ever really will change (unless the waveform data changes).
That way, the user could delete the .mseed files at the end of every run. This might be quite useful if regularly updating a station or running for different time periods.
The text was updated successfully, but these errors were encountered: