A simple public observation log of a large glass container with seawater.
The point is to observe slowly, document consistently, and only write larger articles when something actually changes or becomes interesting enough to analyze.
incoming/raw image drop zone before sortinglogs/daily observation notesimages/photos grouped by datebio-log.pyinteractive daily logging script
- Take photos
- Drop raw image files into
incoming/ - Run
./bio-log.py - Answer the daily prompts
- Select which incoming files belong to today
- Let the script move and rename them automatically
- Optionally commit and push to GitHub
- Water clarity:
1 = opaque,10 = very clear - Visible life:
1 = none visible,10 = abundant visible activity - Smell intensity:
1 = none,10 = very strong - Surface activity:
1 = still,10 = highly active - Sediment / bottom change:
1 = none,10 = major visible change - Color shift:
1 = none,10 = major visible change
Each run creates or updates:
logs/YYYY-MM-DD.mdimages/YYYY-MM-DD/01.jpgimages/YYYY-MM-DD/02.jpg- etc.
- The script is local-first.
- GitHub push is optional at the end of each run.
- The script assumes the repo is already connected to a GitHub remote.