nmecr
An implementation of peer-reviewed energy data analysis algorithms for site-specific M&V
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.5%) to scientific vocabulary
Repository
An implementation of peer-reviewed energy data analysis algorithms for site-specific M&V
Basic Info
- Host: GitHub
- Owner: kW-Labs
- License: mit
- Language: HTML
- Default Branch: master
- Size: 13.6 MB
Statistics
- Stars: 25
- Watchers: 18
- Forks: 7
- Open Issues: 2
- Releases: 18
Metadata Files
README.md
nmecr
Overview
nmecr is a Measurement & Verification (M&V) practitioner's toolbox that builds upon the energy efficiency community's past efforts to model complex and nuanced building energy use profiles. While intended for use in the commercial and institutional sectors, its functions can be extended to model the energy use profile of industrial systems.
There are 11 energy modeling algorithms available in nmecr:
For use with hourly, daily, and monthly time interval data:
- Simple Linear Regression with Outside Air Temperature
- Three Parameter Linear Model (Cooling/Heating)
- Four Parameter Linear Model
- Five Parameter Linear Model
- Mean Model
For use with hourly and daily time interval data:
- Time-of-Week Model
- Temperature & Time-of-Week Model
For use with monthly and daily time interval data only:
- Heating Degree Day Model
- Cooling Degree Day Model
- Heating & Cooling Degree Day Model
Please refer to the project site for more information on the available models.
Installation
You can download nmecr from GitHub.
r
install.packages("devtools")
devtools::install_github("kW-Labs/nmecr", upgrade = "never")
Please make sure R is updated on your system. Check here for the latest release.
Getting help
If you have a question or encounter a bug, please file a minimal reproducible example on github.
Owner
- Name: kW Labs
- Login: kW-Labs
- Kind: organization
- Location: Oakland, CA
- Website: https://www.kw-engineering.com/
- Repositories: 4
- Profile: https://github.com/kW-Labs
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| MeeraSharma | m****4@g****m | 374 |
| k-wolfe99 | 1****9 | 25 |
| Devan Johnson | j****n@k****m | 24 |
| Dexter Luu | d****u@k****m | 21 |
| Maggie Jacoby | m****y@k****m | 19 |
| DrDAJump | d****p@k****m | 3 |
| kodanshaivya | s****n@k****m | 3 |
| ApKhanuja | a****a@k****m | 2 |
| Kyle Wolfe | k****e@k****m | 2 |
| Mrinalini Sharma | 3****a | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 12
- Total pull requests: 17
- Average time to close issues: 3 months
- Average time to close pull requests: 1 day
- Total issue authors: 11
- Total pull request authors: 6
- Average comments per issue: 2.92
- Average comments per pull request: 0.18
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: about 1 hour
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 1.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- mhsjacoby (2)
- Cyy-fresh1994 (1)
- samberman1 (1)
- jwoodward0 (1)
- shawk08033 (1)
- LucaNicoliYT88 (1)
- DrDAJump (1)
- greggridium (1)
- NastaranAl (1)
- christopherbalbach (1)
- dexterluu (1)
Pull Request Authors
- mhsjacoby (5)
- kodanshaivya (4)
- dexterluu (3)
- bhoffmankW (3)
- ApKhanuja (1)
- devanjohnson (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
- Total downloads: unknown
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 36
proxy.golang.org: github.com/kw-labs/nmecr
- Documentation: https://pkg.go.dev/github.com/kw-labs/nmecr#section-documentation
- License: mit
-
Latest release: v1.0.17
published about 2 years ago
Rankings
proxy.golang.org: github.com/kW-Labs/nmecr
- Documentation: https://pkg.go.dev/github.com/kW-Labs/nmecr#section-documentation
- License: mit
-
Latest release: v1.0.17
published about 2 years ago
Rankings
Dependencies
- R >= 3.5 depends
- assertive * imports
- dplyr * imports
- lubridate * imports
- magrittr * imports
- methods * imports
- purrr * imports
- segmented * imports
- stats * imports
- timetk * imports
- xts * imports
- zoo * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 3.0.0 suggests