General Repository Notes
This document contains general notes and guidelines for the repository. It is intended to help contributors understand the structure, conventions, and best practices for working within this repository.
Repository Desccription
## Basic Repository Structure
The repository is organized into the following main directories:
- [admin](./): Administrative scripts and tools.
- [analysis](../analysis): Data analysis scripts and notebooks.
- [codebook](../codebook): Documentation of variables and data sources.
- [data](../data): Raw and processed data files.
- [documentation](../documentation): Documentation files and guides.
- [gis (optional)](../gis): Geographic Information System (GIS) data and scripts.
- [graphics](../graphics): Visualization scripts and output images.
- [metadata](../metadata): Metadata files describing datasets.
- [notebooks](../notebooks): Jupyter notebooks for exploration and analysis.
- [scripts](../scripts): Reusable scripts and functions.
- [tests](../tests): Unit tests and test data.
## Useful Links
- [Adding repository custom instructions for GitHub Copilot](https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions?tool=vscode)