Update StreamObs data base#
If you need to add or modify data files:
Create a new zip archive:
cd /path/to/streamobs zip -r data.zip data/ \ -x "*.DS_Store" \ -x "*__MACOSX*" \ -x "data/.git*" \ -x "data/__pycache__/*" \ -x "*.backup" \ -x "*.bak" \ -x "*~"
Upload to Zenodo:
Go to https://zenodo.org/records/18298544
Create a new version
Upload the
data.zipfileAdd release notes describing changes
Publish and note the new record ID
Update the download script:
Edit
bin/download_data.pyUpdate
BASE_DATA_URLif record ID changedUpdate
ARCHIVE_SIZE_MBif size changedUpdate version in this document
Commit and push:
git add . git commit -m "Update data archive to version X.Y" git push