Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
*.swp
*.swo
*.swn
.pnpm-store
seed_issues.csv
web_root/css/compressed.*.css
web_root/js/compressed.*.js
Expand Down
2 changes: 1 addition & 1 deletion docs/source/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The SEED web application provides both a browser-based interface for users to
upload and manage their building data, as well as a full set of APIs that app
developers can use to access these same data management functions.

Work on SEED Platform is managed by the National Renewable Energy Laboratory,
Work on SEED Platform is managed by the National Laboratory of the Rockies,
with funding from the U.S. Department of Energy.


Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The SEED web application provides both a browser-based interface for users to
upload and manage their building data, as well as a full set of APIs that app
developers can use to access these same data management functions.

Work on SEED Platform is managed by the National Renewable Energy Laboratory,
Work on SEED Platform is managed by the National Laboratory of the Rockies,
with funding from the U.S. Department of Energy.


Expand Down
4 changes: 2 additions & 2 deletions seed/analysis_pipelines/co2.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
# in a specific year and eGRID Subregion
#
# Sources:
# https://github.com/NREL/openstudio-common-measures-gem/pull/80/files#diff-9b55886a63bf3970a5d1c55effeb291a3107e00091715e63448ac1983ef89559
# https://github.com/NREL/openstudio-common-measures-gem/pull/80/files#diff-fd04e84984194976089ec4d90f103e6d68e641a596e2446447d05626057b38ad
# https://github.com/NatLabRockies/openstudio-common-measures-gem/pull/80/files#diff-9b55886a63bf3970a5d1c55effeb291a3107e00091715e63448ac1983ef89559
# https://github.com/NatLabRockies/openstudio-common-measures-gem/pull/80/files#diff-fd04e84984194976089ec4d90f103e6d68e641a596e2446447d05626057b38ad
EARLIEST_CO2_RATE = 2007
CO2_RATES = {
EARLIEST_CO2_RATE: {
Expand Down
Loading