SEED
Standard Energy Efficiency Data Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
https://github.com/seed-platform/seed
Category: Consumption
Sub Category: Buildings and Heating
Keywords
buildings commercial energy
Keywords from Contributors
energyplus django-application lbl ngt-archive tropics building-energy energy-data energy-efficiency openstudio openstudio-coalition
Last synced: about 4 hours ago
JSON representation
Repository metadata
Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
- Host: GitHub
- URL: https://github.com/seed-platform/seed
- Owner: SEED-platform
- License: other
- Created: 2014-10-20T04:26:53.000Z (almost 12 years ago)
- Default Branch: develop
- Last Pushed: 2026-08-14T05:48:03.000Z (about 12 hours ago)
- Last Synced: 2026-08-14T09:52:21.432Z (about 8 hours ago)
- Topics: buildings, commercial, energy
- Language: Python
- Homepage:
- Size: 177 MB
- Stars: 118
- Watchers: 26
- Forks: 59
- Open Issues: 464
- Releases: 101
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Authors: AUTHORS.md
- Agents: AGENTS.md
README.md
Standard Energy Efficiency Data (SEED) Platform™
The SEED Platform is a web-based application that helps organizations easily
manage data on the energy performance of large groups of buildings. Users can
combine data from multiple sources, clean and validate it, and share the
information with others. The software application provides an easy, flexible,
and cost-effective method to improve the quality and availability of data to
help demonstrate the economic and environmental benefits of energy efficiency,
to implement programs, and to target investment activity.
The SEED application is written in Python/Django. The front end includes the
legacy AngularJS application and a newer Angular application in the
ng_seed/seed-angular submodule. The back-end database is PostgreSQL with
PostGIS; Docker development currently uses the repository's configured
TimescaleDB/Postgres image.
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. From a
running server, the Swagger API documentation can be found at /api/swagger
or from the front end by clicking the API documentation link in the sidebar.
Installation
- Production on Amazon Web Service: See Installation Notes
- Development on macOS or Windows: Installation Notes
- Development using Docker: Installation Notes
For local development, initialize the Angular UI submodule before installing
dependencies or building Docker images:
git submodule update --init ng_seed/seed-angular
Starting SEED Platform
In production the following two commands will run the web server (Hypercorn) and
the background task manager (Celery) with:
bin/start_hypercorn.sh
bin/start_celery.sh
For basic local development only, run Celery tasks eagerly in the Django process
by setting CELERY_TASK_ALWAYS_EAGER = True and
CELERY_TASK_EAGER_PROPAGATES = True in config/settings/local_untracked.py.
Then start Django with:
uv run manage.py runserver
Run Django management commands through uv as uv run manage.py <command>.
Testing workflows that need real asynchronous behavior and production
deployments should run Celery as a separate worker/task. For that mode, set
CELERY_TASK_ALWAYS_EAGER = False and run the worker separately:
uv run celery -A seed worker -l INFO -c 4 --max-tasks-per-child 1000 -EBS django_celery_beat.schedulers:DatabaseScheduler
The legacy AngularJS app is served at /app/. The newer Angular app is served
at /ng-app/ after its static assets have been built.
Developer Resources
- Source code documentation is on the SEED website and there are links to [older versions][code-documentations-links] as needed.
- Several notes regarding Django and AngularJS integration: See Developer Resources
Testing
- Running tests: See Testing Notes
Copyright
See the information in the LICENSE.md file.
Owner metadata
- Name: Standard Energy Efficiency Data Platform™
- Login: SEED-platform
- Email: info@seed-platform.org
- Kind: organization
- Description: Standard data platform for aggregating and managing building energy performance data
- Website: http://energy.gov/eere/buildings/standard-energy-efficiency-data-platform
- Location: United States of America
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/7445100?v=4
- Repositories: 11
- Last ynced at: 2026-02-26T06:42:16.424Z
- Profile URL: https://github.com/SEED-platform
GitHub Events
Total
- Release event: 7
- Delete event: 199
- Member event: 2
- Pull request event: 330
- Fork event: 3
- Issues event: 121
- Watch event: 6
- Issue comment event: 237
- Push event: 721
- Pull request review comment event: 41
- Pull request review event: 135
- Create event: 214
Last Year
- Release event: 1
- Delete event: 87
- Pull request event: 110
- Fork event: 1
- Issues event: 31
- Watch event: 1
- Issue comment event: 58
- Push event: 213
- Pull request review comment event: 20
- Pull request review event: 29
- Create event: 81
Committers metadata
Last synced: 1 day ago
Total Commits: 8,312
Total Committers: 66
Avg Commits per committer: 125.939
Development Distribution Score (DDS): 0.799
Commits in past year: 133
Committers in past year: 9
Avg Commits per committer in past year: 14.778
Development Distribution Score (DDS) in past year: 0.767
| Name | Commits | |
|---|---|---|
| Nicholas Long | n****g@n****v | 1669 |
| Alex Swindler | A****r@n****v | 816 |
| Ted Summer | t****2@g****m | 811 |
| Adrian Lara | a****n@d****m | 752 |
| Ross Perry | p****6@g****m | 504 |
| Ryo | k****z@d****m | 459 |
| Nicholas Serra | n****s@y****m | 420 |
| aviveiros11 | v****n@g****m | 404 |
| lin | l****n@n****v | 280 |
| Hannah Eslinger | h****e@n****v | 271 |
| Edwin Lee | l****1@g****m | 198 |
| Ryan McCuaig | r****n@r****t | 189 |
| Katherine Fleming | 2****n | 188 |
| Nathan Addy | n****y@g****m | 182 |
| Daniel Bressan | d****2@g****m | 169 |
| Daniel McQuillen | d****l@m****m | 138 |
| Paul Munday | p****l@p****t | 115 |
| Piper Merriam | p****m@q****m | 109 |
| dependabot[bot] | 4****] | 74 |
| Alex Chapin | a****n@n****v | 64 |
| Miles Clark | m****c@o****m | 63 |
| Fable Turas | f****e@r****m | 60 |
| Daniel McQuillen | d****l@m****m | 56 |
| Stephen Czarnecki | s****i@l****v | 51 |
| Dan Gunter | d****r@l****v | 25 |
| ebeers-png | 5****g | 24 |
| Alex Chapin | a****n@g****m | 18 |
| Adrian Lara | 3****a | 18 |
| Caleb Rutan | c****n | 18 |
| laurenliz22 | l****n@g****m | 14 |
| and 36 more... | ||
Committer domains:
- nrel.gov: 9
- lbl.gov: 6
- devetry.com: 2
- ydekproductions.com: 1
- ryanmccuaig.net: 1
- mcquilleninteractive.com: 1
- paulmunday.net: 1
- quickleft.com: 1
- obispo.com: 1
- raintechpdx.com: 1
- mcquillentinteractive.com: 1
- covelogroup.com: 1
- wireless-10-104-238-6.umd.edu: 1
- ashrays-mbp.home: 1
- clearlyenergy.com: 1
- cs-it-6789454.dhcp.lbnl.us: 1
- spenceromputer3.dhcp.lbnl.us: 1
- wireless-10-105-133-51.umd.edu: 1
- maalka.com: 1
- nlong-23980s.nrel.gov: 1
- heardmont.com: 1
- wireless-10-105-133-125.umd.edu: 1
- ssl-vpn-10-10-143-6.nrel.gov: 1
- paddatrapper.com: 1
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 2,696
Total pull requests: 2,766
Average time to close issues: 9 months
Average time to close pull requests: 12 days
Total issue authors: 49
Total pull request authors: 47
Average comments per issue: 3.95
Average comments per pull request: 1.2
Merged pull request: 2,337
Bot issues: 14
Bot pull requests: 133
Past year issues: 26
Past year pull requests: 125
Past year average time to close issues: 17 days
Past year average time to close pull requests: 11 days
Past year issue authors: 3
Past year pull request authors: 7
Past year average comments per issue: 1.69
Past year average comments per pull request: 0.38
Past year merged pull request: 50
Past year bot issues: 1
Past year bot pull requests: 52
Top Issue Authors
- RDmitchell (1,350)
- nllong (225)
- macintoshpie (197)
- kflemin (154)
- adrian-lara (137)
- anchapin (119)
- axelstudios (82)
- isalanglois (70)
- perryr16 (60)
- haneslinger (50)
- danielmcquillen (34)
- nicholasserra (28)
- cycustodio (18)
- aviveiros11 (17)
- mmclark (15)
Top Pull Request Authors
- nllong (439)
- haneslinger (372)
- axelstudios (320)
- perryr16 (304)
- macintoshpie (168)
- kflemin (156)
- adrian-lara (145)
- dependabot[bot] (133)
- nicholasserra (110)
- Ryoken (88)
- aviveiros11 (66)
- pipermerriam (54)
- crutan (36)
- anchapin (36)
- Myoldmopar (34)
Top Issue Labels
- P-1 (729)
- Feature (359)
- P-2 (262)
- Bug (245)
- Impact-2 (198)
- stale (187)
- P-3 (182)
- No Longer Valid (176)
- Mapping (168)
- Enhancement (149)
- Matching/Pairing (149)
- BPS (140)
- Data Import (125)
- Impact-1 (118)
- Impact-3 (104)
- Inventory List (102)
- Needs Design (70)
- Filtering (70)
- GUI (68)
- Data Quality Checking (64)
- Label Feature (62)
- Maintenance (61)
- 2024 Q2 Bug Fixes (60)
- Include Before Closure (60)
- Data Analysis (59)
- Testing Question (56)
- Inventory Detail (51)
- Verify No Longer Relevant (46)
- Reporting (44)
- Project Tracking (40)
Top Pull Request Labels
- Bug (427)
- Enhancement (294)
- Feature (234)
- Maintenance (164)
- dependencies (84)
- Acct. Hierarchy (75)
- Do not publish (69)
- DO NOT MERGE (56)
- python (39)
- Performance (19)
- Documentation (15)
- javascript (13)
- Army (8)
- angular (5)
- API (5)
- Filtering (3)
- Testing Question (3)
- Project Tracking (3)
- BPS (3)
- SCEP (3)
- Backend work (2)
- ESTCP (2)
- P-1 (2)
- P-3 (2)
- 2024 Q2 Bug Fixes (2)
- github_actions (2)
- Clearly Energy (2)
- Audit Template (2)
- BEAM (2)
- Label Feature (2)
Package metadata
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 102
proxy.golang.org: github.com/seed-platform/seed
- Homepage:
- Documentation: https://pkg.go.dev/github.com/seed-platform/seed#section-documentation
- Licenses: other
- Latest release: v3.3.2+incompatible (published 9 months ago)
- Last Synced: 2026-08-14T11:53:44.794Z (about 6 hours ago)
- Versions: 102
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.999%
- Average: 8.173%
- Dependent repos count: 9.346%
Dependencies
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/setup-node v3 composite
- actions/setup-python v4 composite
- docker/setup-buildx-action v2 composite
- mheap/github-action-required-labels v1 composite
- actions/cache v3 composite
- actions/checkout v3 composite
- docker/build-push-action v3 composite
- docker/login-action v2 composite
- docker/setup-buildx-action v2 composite
- actions/stale v4 composite
- alpine 3.14 build
- ubuntu 20.04 build
- redis 5.0.1
- seedplatform/oep 2.0
- seedplatform/seed latest
- timescale/timescaledb-postgis latest-pg12
- seedplatform/seed develop
- 127.0.0.1 5000/postgres-seed
- 127.0.0.1 5000/redis
- 127.0.0.1 5000/seed
- redis 5.0.1
- seedplatform/seed latest
- timescale/timescaledb-postgis latest-pg12
- autoprefixer ~9.7.6 development
- eslint ~6.8.0 development
- eslint-plugin-angular ~4.0.1 development
- eslint-plugin-lodash ~7.1.0 development
- eslint-plugin-protractor ~2.1.1 development
- lodash ~4.17.15 development
- postcss-cli ~7.1.1 development
- protractor ~5.4.4 development
- webdriver-manager ~12.1.7 development
- 384 dependencies
- napa ~3.0.0 development
- angular ~1.8.2
- angular-animate ~1.8.2
- angular-aria ~1.8.2
- angular-cookies ~1.8.2
- angular-dragula ~1.2.8
- angular-mocks ~1.8.2
- angular-sanitize ~1.8.2
- angular-translate ~2.19.0
- angular-translate-handler-log ~2.19.0
- angular-translate-interpolation-messageformat ~2.19.0
- angular-translate-loader-static-files ~2.19.0
- angular-ui-bootstrap ~2.5.6
- angular-ui-grid ~4.11.1
- angular-ui-notification ~0.3.6
- angular-ui-router ~1.0.30
- angular-ui-router.statehelper ~1.3.1
- angular-ui-sortable ~0.19.0
- angular-xeditable ~0.10.2
- bootstrap =3.4.1
- chart.js ^3.8.0
- chartjs-plugin-annotation ^2.0.0
- chartjs-plugin-zoom ^1.2.1
- d3 ~5.16.0
- dimple PMSI-AlignAlytics/dimple#2.3.0
- file-saver ~2.0.5
- fine-uploader ~5.16.2
- font-awesome ~4.7.0
- jquery ~3.6.0
- jquery-ui-dist ~1.13.1
- lodash ~4.17.21
- moment ~2.29.1
- ng-focus-if ~1.0.7
- ng-tags-input ~3.2.0
- ng-wig ~3.1.1
- ol-ext ~3.2.22
- spin.js =2.3.2
- terraformer ~1.0.12
- terraformer-wkt-parser ~1.2.1
- ui-grid-draggable-rows ~0.3.3
- boto3 ==1.17.36
- django-ses ==1.0.3
- django-sslify ==0.2.7
- uWSGI ==2.0.17.1
- Markdown ==3.1.1
- buildingsync-asset-extractor ==0.1.12
- celery ==5.2.2
- django ==3.2.16
- django-autoslug ==1.9.8
- django-braces ==1.14.0
- django-compressor ==2.4.1
- django-compressor-autoprefixer ==0.1.0
- django-crispy-forms ==1.8.1
- django-extensions ==3.1.3
- django-filter ==2.4.0
- django-libsass ==0.9
- django-oauth-toolkit ==1.2.0
- django-pint ==0.6
- django-redis-cache ==3.0.0
- djangorestframework ==3.12.2
- drf-nested-routers ==0.91
- drf-yasg ==1.20.0
- future ==0.18.2
- geojson ==2.5.0
- jellyfish ==0.8.2
- lark ==0.11.3
- oauthlib ==2.0.3
- polling ==0.3.2
- probablepeople ==0.5.4
- psycopg2-binary ==2.8.4
- python-dateutil ==2.7.3
- pytz ==2018.7
- pyyaml ==5.4.1
- requests ==2.22.0
- sentry-sdk ==1.7.2
- shapely ==1.8.5.post1
- street-address ==0.4.0
- unidecode ==1.1.1
- usaddress ==0.5.10
- xlrd ==1.2.0
- xlsxwriter ==1.2.7
- xmlschema ==1.1.1
- xmltodict ==0.12.0
- django-debug-toolbar ==2.2.1
- github3.py ==3.2.0
- Faker ==0.9.3 test
- Sphinx ==4.0.2 test
- autopep8 ==1.4.4 test
- coverage ==4.5.4 test
- coveralls ==1.9.2 test
- coveralls-merge ==0.0.3 test
- docutils ==0.17.1 test
- flake8 ==3.8.1 test
- hypothesis ==6.12.0 test
- mock ==2.0.0 test
- mypy ==0.910 test
- pre-commit ==2.19.0 test
- psutil ==5.6.7 test
- pycodestyle ==2.6.0 test
- pytest ==7.2.0 test
- pytest-django ==4.5.2 test
- sphinx_rtd_theme ==0.4.3 test
- sphinxcontrib-spelling ==4.3.0 test
- tox ==3.14.3 test
- uWSGI ==2.0.18 test
- vcrpy ==4.0.0 test
- actions/stale v4 composite
- 321 dependencies
Score: -Infinity