https://github.com/centerforthebuiltenvironment/powerdb2
smap powerdb2 frontend
Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 9 committers (11.1%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
smap powerdb2 frontend
Basic Info
- Host: GitHub
- Owner: CenterForTheBuiltEnvironment
- Language: HTML
- Default Branch: master
- Size: 7.13 MB
Statistics
- Stars: 0
- Watchers: 19
- Forks: 1
- Open Issues: 0
- Releases: 0
Fork of SoftwareDefinedBuildings/powerdb2
Created about 8 years ago
· Last pushed about 8 years ago
Metadata Files
Readme
README
powerdb2 Frontend
=================
powerdb2 provides a plotting interface on top of time series data
loaded into a sMAP archive. To install, first configure a database
for django to use; sqlite3 works fine for a small installation:
DATABASES = {
'default' : {
'ENGINE' : 'django.db.backends.sqlite3',
'NAME' : 'smapdb',
}
If your archiver is running locally, you are are done; otherwise, edit
ARD_URL to point to your remote archiver. To try a system with a lot
of data, feel free to point yourself at:
ARD_URL = 'http://ar2.openbms.org:8079'
Once you've done this, you need to run two django commands to
initialize your install:
$ python manage.py collectstatic
$ python manage.py syncdb
You will want to create a superuser while doing this.
Finally, you should be able to run your local copy of the frontend
using:
$ python manage.py runserver
Dependencies
============
Check debian/control for the most up-to-date list of python
dependencies.
Owner
- Name: CenterForTheBuiltEnvironment
- Login: CenterForTheBuiltEnvironment
- Kind: organization
- Location: Berkeley, CA
- Website: http://cbe.berkeley.edu
- Repositories: 25
- Profile: https://github.com/CenterForTheBuiltEnvironment
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| sdhags@gmail.com | s****s@g****m@5****4 | 39 |
| sdhags | s****s@5****4 | 28 |
| tyler.hoyt@gmail.com | t****t@g****m@5****4 | 12 |
| karandikarsagar@gmail.com | k****r@g****m@5****4 | 8 |
| Gabe Fierro | g****5@g****m | 5 |
| Michael Andersen | m****n@c****u | 5 |
| Tyler Hoyt | t****t@g****m | 4 |
| CBE User | d****g@g****m | 2 |
| Michael Andersen | m****l@s****m | 1 |
Committer Domains (Top 20 + Academic)
steelcode.com: 1
cs.berkeley.edu: 1
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0