LICENSEMakefile- Top-level makefile. Type
makefor a list of valid commands.
- Top-level makefile. Type
Makefile.include- Global includes for makefile routines. Included by
Makefile.
- Global includes for makefile routines. Included by
Makefile.env- Command for maintaining reproducible conda environment. Included by
Makefile.
- Command for maintaining reproducible conda environment. Included by
README.md- this file
catalog- Data catalog. This is where config information such as data sources and data transformations are saved.
catalog/config.ini- Local Data Store. This configuration file is for local data only, and is never checked into the repo.
data- Data directory. Often symlinked to a filesystem with lots of space.
data/raw- Raw (immutable) hash-verified downloads.
data/interim- Extracted and interim data representations.
data/interim/cache- Dataset cache
data/processed- The final, canonical data sets ready for analysis.
docs- Sphinx-format documentation files for this project.
docs/Makefile: Makefile for generating HTML/Latex/other formats from Sphinx-format documentation.
notebooks- Jupyter notebooks. Naming convention is a number (for ordering),
the creator's initials, and a short
-delimited description, e.g.1.0-jqp-initial-data-exploration.
- Jupyter notebooks. Naming convention is a number (for ordering),
the creator's initials, and a short
reference- Data dictionaries, documentation, manuals, scripts, papers, or other explanatory materials.
reference/easydata: Easydata framework and workflow documentation.reference/templates: Templates and code snippets for Jupyterreference/dataset: resources related to datasets; e.g. dataset creation notebooks and scripts
reports- Generated analysis as HTML, PDF, LaTeX, etc.
reports/figures- Generated graphics and figures to be used in reporting.
environment.yml- The user-readable YAML file for reproducing the conda/pip environment.
environment.(platform).lock.yml- resolved versions, result of processing
environment.yml
- resolved versions, result of processing
setup.py- Turns contents of
srcinto a pip-installable python module (pip install -e .) so it can be imported in python code.
- Turns contents of
src- Source code for use in this project.
src/__init__.py- Makes
srca Python module.
- Makes
src/data- Scripts to fetch or generate data.
src/analysis- Scripts to turn datasets into output products.