Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
/code
Scripts with prefixes (e.g.,01_import-data.py
,02_clean-data.py
) and functions in/code/src
./data
Simulated and real data, the latter not pushed./figures
PNG images and plots./output
Output from model runs, not pushed./presentations
Presentation slides./private
A catch-all folder for miscellaneous files, not pushed./writing
Paper, report, and case studies./.venv
Hidden Python project library, not pushed..gitignore
Hidden Git instructions file..python-version
Hidden Python version file.pyproject.toml
Python project environment configuration file.uv.lock
Python project environment lockfile.
After cloning this repository, go to the project’s terminal in Positron
and run uv run
to create the /.venv
project library and install the
specified Python and library versions.
For more details on using Python, Positron, GitHub, Quarto, etc. see the recommended Data Stack.