Station-to-station EHV analysis exports plus full raw graph dumps derived from the local gridmodel-datasets seed outputs.
wave1/- curated
500 kV+ unified220/230 kVstation graph - plain JSON for direct inspection in GitHub
- curated
full_raw/- compressed JSONL dumps for raw nodes, raw edges, seed components, attrs, connections, and membership
full_raw/*.gztracked with Git LFS
naming/- substation and line context packs for human/LLM-assisted naming research
naming/*.gztracked with Git LFS- proposed names must come back as candidates with source URLs and confidence, not direct truth edits
scripts/build_wave1_exports.py- generator and validator
scripts/build_naming_pack.py- generator for substation/line naming research artifacts
By default the generator reads from the sibling repository:
/Users/nikolaybubnov/Downloads/gridmodel-dev/gridmodel-datasets/08_Data/08.01_Seed/scripts/output
You can override that with either:
GRIDMODEL_DATASET_OUTPUT_ROOT=/abs/path/to/outputGRIDMODEL_DATASETS_ROOT=/abs/path/to/gridmodel-datasets
python3 scripts/build_wave1_exports.py
python3 scripts/build_naming_pack.pyThe script:
- builds the curated Wave 1 station graph
- emits the full raw dumps
- writes a deterministic manifest
- validates the exported contracts before exiting
See wave1/README.md for the curated graph contract.
See naming/README.md for the naming research workflow and candidate output contract.