Rename NREL to NLR (National Laboratory of the Rockies) in docs/prose - #40
Merged
Merged
Conversation
nllong
force-pushed
the
feat/ensemble-building-types
branch
from
July 28, 2026 13:50
669afeb to
ff92136
Compare
…s/prose Renames organizational-name references from "NREL" to "NLR" (National Laboratory of the Rockies) throughout module docstrings, comments, README.md, and the ENERGY STAR crosswalk docs, following the org's rebrand. Literal, hardcoded S3 bucket/path segments (e.g. the "nrel-pds-building-stock" prefix in real OEDI data lake URLs) are intentionally left unchanged, since those are real AWS paths, not branding text -- renaming them would break every metadata/time-series download. Test assertions checking those exact URLs are also left unchanged. Added "NLR" to cspell.json's allowlist (kept "NREL" too, since it still appears in the literal bucket paths). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
nllong
force-pushed
the
chore/rename-nrel-to-nlr
branch
from
July 28, 2026 13:51
39c1ba0 to
a7b4124
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Renames organizational-name references from "NREL" to "NLR" (National Laboratory of the Rockies) throughout module docstrings, comments, and README.md, following the org's rebrand.
Stacked on #39 (composite building types) — this branches off
feat/ensemble-building-typessince it touches several of the same shared files (README.md,__init__.py). Please merge #39 first.What's changed vs. what's intentionally left alone
_base.py,comstock.py,resstock.py,__init__.py,README.md,pyproject.tomldescription)nrel-pds-building-stockS3 bucket/path prefix used in real OEDI data lake download URLs (incomstock.py,resstock.py,README.md's Base URL/Data Explorer links, and the corresponding test assertions intests/test_comstock_processor.py/tests/test_resstock_processor.py). These are real, hardcoded AWS paths — not branding text — so renaming them would break every metadata/time-series download.cspell.json: added "NLR" to the allowlist; kept "NREL" since it still appears in the literal bucket paths.Testing
uv run pytest— all tests pass (confirms the real download URLs still work)uv run mypy— cleanuv run pre-commit run --all-files— clean🤖 Generated with Copilot CLI