Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,10 @@ Both use the NASA-PDS Roundup action for building and releasing.
`scripts/generate_registry_status_reports.py` β€” runs on a schedule to generate CSV reports in `docs/status/` tracking missing, staged, and loaded products, plus interactive burnup charts. Key details:

**Running the script:**
- Always run with the local `venv/`: `./venv/bin/python scripts/generate_registry_status_reports.py --no-commit`
- Always run with the local `venv/`: `./venv/bin/python scripts/generate_registry_status_reports.py`
- `pds-registry-client` is resolved from the **same venv as the running Python** (`sys.executable`); do not rely on shell PATH
- Requires AWS/Cognito credentials via `~/.pds/.registry-client` or `.env`
- Run with `--no-commit` to generate locally without pushing
- Default behavior is **no commit**; pass `--commit` to push after generating

**Query config files (`conf/status/*.json`):**
Each file is an OpenSearch DSL body passed directly to `pds-registry-client`. There are four categories:
Expand Down
13 changes: 6 additions & 7 deletions docs/status/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,34 +5,33 @@ This directory contains automatically generated CSV reports that track the statu
## Metrics Summary

<!-- METRICS_START -->
*Last updated: 2026-07-13 20:56:57 UTC*
*Last updated: 2026-07-15 12:53:59 UTC*

### Missing Products by Node

| Node | Latest Bundles | Superseded Bundles | Total Bundles | Latest Collections | Superseded Collections | Total Collections |
|------|---------------:|-------------------:|--------------:|-------------------:|-----------------------:|------------------:|
| KPDS | 1 | 0 | 1 | 3 | 0 | 3 |
| PDS_ATM | 7 | 8 | 15 | 73 | 81 | 154 |
| PDS_ENG | 1 | 6 | 7 | 4 | 89 | 93 |
| PDS_ENG | 1 | 6 | 7 | 3 | 89 | 92 |
| PDS_GEO | 11 | 24 | 35 | 166 | 364 | 530 |
| PDS_IMG | 36 | 40 | 76 | 1604 | 303 | 1907 |
| PDS_PPI | 6 | 199 | 205 | 56 | 1347 | 1403 |
| PDS_SBN | 24 | 30 | 54 | 122 | 93 | 215 |
| **Total** | **86** | **307** | **393** | **2028** | **2277** | **4305** |
| PDS_SBN | 23 | 30 | 53 | 122 | 93 | 215 |
| **Total** | **85** | **307** | **392** | **2027** | **2277** | **4304** |

### Staged Products by Node

| Node | Bundles | Collections |
|------|--------:|------------:|
| PDS_ATM | 3 | 30 |
| PDS_ENG | 0 | 1 |
| PDS_GEO | 0 | 7 |
| PDS_IMG | 0 | 64 |
| PDS_PPI | 17 | 215 |
| PDS_RMS | 0 | 1 |
| PDS_SBN | 28 | 143 |
| PDS_SBN | 28 | 141 |
| PSA | 902 | 4171 |
| **Total** | **950** | **4632** |
| **Total** | **950** | **4629** |

### Loading Progress

Expand Down
Loading