InMAP-SFAB
- :tada: Scope: InMAP analyses scoped to the San Francisco air basin ("SFAB").
Project / Task Management
- We can use GH issues liberally.
- There's a modest project board. We can use this, if it's helpful. Maybe as the project grows, it'll be more helpful.
Notable Files and Folders
As of 2022-05-04:
- A series of R scripts to "make" intermediate datasets is in Make/.
- The scripts are numbered
100-setup.R
, 200-import.R
, etc., and may source sub-scripts.
- They write to subdirectories of Build/. For example:
- They take input from subdirectories of [Data/], which has its own README.
- They make use of utility functions found in R/.
- Scripts in Scratch/ look for stuff in Build/, and summarize it in human-friendly ways.
- "Demo" inputs (from the UW team) and outputs are in Data/UW/ and Build/Demo/, respectively.
- Hardened scratch-work will most likely be promoted at a later date to
Analyses/
or Report/
.
graph TD;
*.R-->Make/;
Data/-->Build/;
Make/-->Build/;
Build/-->Scratch/;