rockybeaches.com helps you find places to go tidepooling, and figure out the best times to go.
The site was designed by Natalie Downe (@natbat) and built by Natalie Downe and Simon Willison (@simonw).
It uses data pulled from iNaturalist and the NOAA Tides & Currents API.
Install dependencies (ideally into a Python virtual environment, e.g. one created with pipenv shell
):
pip install -r requirements.txt
Build the SQLite database from the YAML in data/
plus data fetched from NOAA and iNaturalist:
script/build
Run tests like this:
script/test
Run the development server:
datasette .