-
Notifications
You must be signed in to change notification settings - Fork 5
Changelog
Arden Burrell edited this page May 19, 2026
·
2 revisions
This page records changes to the APPN folder hierarchy only — that is, the structure described in Folder-Structure and the diagram on the Home page. Code-only changes, refactors, documentation tweaks, and CLI flag additions that do not alter what gets created on disk are intentionally excluded.
Each entry should describe:
- What changed in the on-disk folder layout
- Which sensors / levels are affected
- Why the change was made (one line is fine)
- A link to the relevant commit / PR if available
Entries are listed newest-first.
-
ProjectBuilder.pynow auto-creates two protocol-defined subfolders inside every site'sDocumentation/:Plot_Layout/andTrial_Info/. - A
README.mdtemplate stub is seeded once in each subfolder (never overwritten) following the example in the Plot Delineation protocol. - Plot polygon files (
{YYYYSiteName}_plots.geojson+ variants/sampling/gcp/sidecar) and the trial-info spreadsheet ({YYYYSiteName}_trial_info.csv) are authored by the operator. The script does not create or validate them — that check is handled by separate tooling.
Affected paths:
.../{Site}/Documentation/Plot_Layout/README.md
.../{Site}/Documentation/Trial_Info/README.md
- A new
RunOverview.csvfile is now created inside eachYYYYMMDD/date folder, alongsideFieldNotes.txtand therun_XX/subfolders. - One row per run, seeded with a
Runindex column and aRunFailedboolean column. Operators can add further columns (e.g. APEx experimental info) and they are preserved on subsequent script runs. - Creation is controlled per field-day by the
MakeTableFilecolumn inFieldLog.csv(defaults toTruewhen blank/NaN; setFalseto skip).
Affected path:
.../<sensor>/YYYYMMDD/RunOverview.csv
- A new
Vault/folder is now created insideT0_raw/whenever the sensor isGOBIorCALVIS. - Files placed inside
Vault/are reserved as protected: they will be excluded from any future programmatic file cleanup or deletion routines. - Mirrors the existing
T1_proc/QC_data/carve-out for the same sensor set. - .graw folders should now be placed in T0_raw not T1_proc
Affected path:
.../<sensor>/YYYYMMDD/run_XX/T0_raw/Vault/ # GOBI, CALVIS only
## YYYY-MM-DD — Short title
- What changed on disk.
- Sensors / levels affected.
- Rationale (1 line).
**Affected path:**
` ` `
.../path/that/changed/
` ` `Repository · Issues · MIT License · See Contributing-to-the-Wiki to edit these pages.
Start here
APPN Folder Structure
Guides
Reference
Project