hydrogenerate
Tool to estimate the hydropower potential of a site.
Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README -
○Academic publication links
-
✓Committers with academic emails
3 of 7 committers (42.9%) from academic institutions -
✓Institutional organization owner
Organization idaholabresearch has institutional domain (inl.gov) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (17.5%) to scientific vocabulary
Keywords
Repository
Tool to estimate the hydropower potential of a site.
Basic Info
- Host: GitHub
- Owner: IdahoLabResearch
- License: bsd-3-clause
- Language: Python
- Default Branch: main
- Homepage: https://idaholabresearch.github.io/HydroGenerate
- Size: 36 MB
Statistics
- Stars: 22
- Watchers: 0
- Forks: 3
- Open Issues: 3
- Releases: 3
Topics
Metadata Files
README.md

HydroGenerate
About
HydroGenerate is an open-source python library that has the capability of estimating hydropower generation based on flow rate either provided by the user or received from United States Geological Survey (USGS) water data services. The tool calculates the efficiency as a function of flow based on the turbine type either selected by the user or estimated based on the “head” provided by the user.
For more information please refer to the OSTI webpage.
Installation Instructions
HydroGenerate is offered as a python package. This means that the classes and utilities can be used anywhere in your system, without risks of making unwanted changes to the core code in the repo, issues with finsing the module in path, etc.
For Basic Usage
HydroGenerate can be installed by downloading the source code from GitHub or via the PyPI package manager using pip.
For those interested only in using the code, the simplest way to obtain it is with pip by using this command:
pip install HydroGenerate
For developers
- Clone the repo:
git clone git@github.com:IdahoLabResearch/HydroGenerate.git
cd HydroGenerate
- It is recommended that a dedicated conda environment be created for developing/using this repo and prior to the installation below.
conda create --name hat-env python=3.6
To activate the environment, execute the following command:
conda activate hat-env
- Install the package in your environment:
pip install -e .
Optional
- Install jupyter lab in your new environment
conda install -c conda-forge jupyterlab
Authors ``` Juan Gallego-Calderon
Camilo J. Bastidas Pacheco
Soumyadeep Nag
Bhaskar Mitra
Shiloh Elliott
Thomas M. Mosier ```
Citation
If you are using our repository kindly use the following citation format(s).
Bibtex ```
@misc{osti_1829986, title = {Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series, Version 3.6 or newer}, author = {Mitra, Bhaskar and Gallego-Calderon, Juan F. and Elliott, Shiloh N and Mosier, Thomas M and Bastidas Pacheco, Camilo Jose and USDOE Office of Energy Efficiency and Renewable Energy}, abstractNote = {Hydropower is one of the most mature forms of renewable energy generation. The United States (US) has almost 103 GW of installed, with 80 GW of conventional generation and 23 GW of pumped hydropower [1]. Moreover, the potential for future development on Non-Powered Dams is up to 10 GW. With the US setting its goals to become carbon neutral [2], more renewable energy in the form of hydropower needs to be integrated with the grid. Currently, there are no publicly available tool that can estimate the hydropower potential for existing hydropower dams or other non-powered dams. The HydroGenerate is an open-source python library that has the capability of estimating hydropower generation based on flow rate either provided by the user or received from United States Geological Survey (USGS) water data services. The tool calculates the efficiency as a function of flow based on the turbine type either selected by the user or estimated based on the “head” provided by the user.}, url = {https://www.osti.gov//servlets/purl/1829986}, doi = {10.11578/dc.20211112.1}, url = {https://www.osti.gov/biblio/1829986}, year = {2021}, month = {10}, note = }
```
Chicago
```
Mitra, Bhaskar, Gallego-Calderon, Juan F., Elliott, Shiloh N, Mosier, Thomas M, Bastidas Pacheco, Camilo Jose, and USDOE Office of Energy Efficiency and Renewable Energy. Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series. Computer software. Version 3.6 or newer. October 19, 2021. https://www.osti.gov//servlets/purl/1829986. doi:https://doi.org/10.11578/dc.20211112.1.
```
APA
```
Mitra, Bhaskar, Gallego-Calderon, Juan F., Elliott, Shiloh N, Mosier, Thomas M, Bastidas Pacheco, Camilo Jose, & USDOE Office of Energy Efficiency and Renewable Energy. (2021, October 19). Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series (Version 3.6 or newer) [Computer software]. https://www.osti.gov//servlets/purl/1829986. https://doi.org/10.11578/dc.20211112.1
```
MLA
```
Mitra, Bhaskar, Gallego-Calderon, Juan F., Elliott, Shiloh N, Mosier, Thomas M, Bastidas Pacheco, Camilo Jose, and USDOE Office of Energy Efficiency and Renewable Energy. Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series. Computer software. https://www.osti.gov//servlets/purl/1829986. Vers. 3.6 or newer. USDOE Office of Energy Efficiency and Renewable Energy (EERE). 19 Oct. 2021. Web. doi:10.11578/dc.20211112.1.
```
Owner
- Name: Idaho National Laboratory Research Projects
- Login: IdahoLabResearch
- Kind: organization
- Email: td@inl.gov
- Location: Idaho Falls, ID, USA
- Website: https://inl.gov/
- Repositories: 12
- Profile: https://github.com/IdahoLabResearch
This is a location for Idaho National Laboratory software that is tied to research papers and experiments.
Citation (citation.cff)
Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series message: "If you use this software, please cite it as below." preferred-citation: type: misc authors: - family-names: "Mitra" given-names: "Bhaskar" - family-names: "Gallego-Calderon" given-names: "Juan F" - family-names: "Elliott" given-names: "Shiloh N" - family-names: "Mosier" given-names: "Thomas M" - family-names: "Bastidas Pacheco" given-names: "Camilo J." - given-names: "USDOE Office of Energy Efficiency and Renewable Energy" title: "Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series" version: 1.0.0 doi: 10.11578/dc.20211112.1 date-released: 2021-10-01 url: "https://github.com/IdahoLabResearch/HydroGenerate"
GitHub Events
Total
- Release event: 1
- Watch event: 6
- Delete event: 1
- Push event: 57
- Pull request review event: 1
- Pull request event: 16
- Fork event: 1
- Create event: 3
Last Year
- Release event: 1
- Watch event: 6
- Delete event: 1
- Push event: 57
- Pull request review event: 1
- Pull request event: 16
- Fork event: 1
- Create event: 3
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| cjbasp22 | c****o@i****v | 60 |
| Bhaskar Mitra | 3****c | 32 |
| Juan F. Gallego-Calderon | j****n@i****v | 20 |
| Camilo J. Bastidas Pacheco | c****s@g****m | 12 |
| ellishil48 | 6****8 | 3 |
| Wendy Skinner | A****N@I****v | 2 |
| Juan F. Gallego Calderon | g****f@i****v | 2 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 4
- Total pull requests: 21
- Average time to close issues: 6 months
- Average time to close pull requests: 7 days
- Total issue authors: 1
- Total pull request authors: 3
- Average comments per issue: 1.0
- Average comments per pull request: 0.05
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 12
- Average time to close issues: N/A
- Average time to close pull requests: 4 days
- Issue authors: 1
- Pull request authors: 2
- Average comments per issue: 0.0
- Average comments per pull request: 0.0
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jgallegocalderon (4)
Pull Request Authors
- cjbas22 (25)
- jgallegocalderon (7)
- snag427 (2)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 127 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 5
- Total maintainers: 1
pypi.org: hydrogenerate
HydroGenerate is an open-source python library that has the capability of estimating hydropower generation based on flow and head.
- Homepage: https://github.com/IdahoLabResearch/HydroGenerate
- Documentation: https://idaholabresearch.github.io/HydroGenerate/
- License: bsd-3-clause
-
Latest release: 1.3.0
published over 1 year ago