A collection of small, usually single-purpose scripts, notebooks, etc. that may be useful later.
- Notify.py - log via Slack
- WPRDC Exploration - summary view of our CKAN datasets
- If your code is a single file, create a directory for it in the correct root directory. (e.g.
thing.py
could be/scripts/thing/thing.py
- Make sure your script has a
README.md
with the script title a brief discription of what it does and how to use it. - Add a link to your directory in the
Contents
section of this readme.