Skip to content

Commit b11ca2e

Browse files
Merge pull request #41 from IdahoLabResearch/Docstrings_documentation
Merging 2 commits from Docstrings documentation
2 parents ae2f2fb + 6baf821 commit b11ca2e

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/test_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: 3.8
23+
python-version: '3.10'
2424

2525
- name: Install dependencies
2626
run: |

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,23 +96,23 @@ _Chicago_
9696

9797
```
9898
99-
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.
99+
Mitra, Bhaskar, Gallego-Calderon, Juan F., Elliott, Shiloh N, Mosier, Thomas M, Bastidas Pacheco, Camilo Jose, Nag, Soumyadeep, 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.
100100
101101
```
102102

103103
_APA_
104104

105105
```
106106
107-
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
107+
Mitra, Bhaskar, Gallego-Calderon, Juan F., Elliott, Shiloh N, Mosier, Thomas M, Bastidas Pacheco, Camilo Jose, Nag, Soumyadeep, & 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
108108
109109
```
110110

111111
_MLA_
112112

113113
```
114114
115-
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.
115+
Mitra, Bhaskar, Gallego-Calderon, Juan F., Elliott, Shiloh N, Mosier, Thomas M, Bastidas Pacheco, Camilo Jose, Nag, Soumyadeep, 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.
116116
117117
```
118118

citation.cff

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ authors:
1313
given-names: "Thomas M"
1414
- family-names: "Bastidas Pacheco"
1515
given-names: "Camilo J."
16+
- family-names: "Nag"
17+
given-names: "Soumyadeep"
1618
- given-names: "USDOE Office of Energy Efficiency and Renewable Energy"
1719
title: "Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series"
1820
version: 1.0.0

paper.bib

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ @techreport{osti_1244193
1313

1414
@misc{EIA_price,
1515
title = {Wholesale Electricity and Natural Gas Market Data},
16-
author = {US Energy Information Administration},
16+
author = {{US Energy Information Administration}},
1717
year = {2025},
1818
url = {https://www.eia.gov/electricity/wholesale/},
1919
urldate = {02/04/2025}
@@ -30,15 +30,15 @@ @misc{RETSCREEN
3030
@misc{irrigationviz,
3131
title = {irrigationviz},
3232
url = {https://irrigationviz.pnnl.gov/},
33-
author = {Pacific Northwest Natiola Laboratory},
33+
author = {{Pacific Northwest National Laboratory}},
3434
year = {2024},
3535
note = {Accessed on 02-18-2025}
3636
}
3737

3838
@misc{USGS,
3939
title = {dataretrieval (Python): a Python package for discovering and retrieving water data available from U.S. federal hydrologic web services: U.S. Geological Survey software release},
4040
url = {10.5066/P94I5TX3},
41-
author = {U.S. Geological Survey},
41+
author = {USGS},
4242
year = {2024},
4343
note = {Accessed on 02-18-2025}
4444
}
@@ -62,7 +62,7 @@ @BOOK{HPEH
6262
TITLE = {Hydropower Engineering Handbook},
6363
SUBTITLE = {},
6464
AUTHOR = {Gulliver, John S. and Arndt, Roger E.A.},
65-
YEAR = {1991}, % I looked it up
65+
YEAR = {1991},
6666
PUBLISHER = {McGraw-Hill, Inc.},
6767
}
6868

@@ -155,7 +155,7 @@ @article{Arefiev
155155

156156
@misc{HG,
157157
title = {Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series},
158-
author = {Mitra, Bhaskar and Gallego-Calderon, Juan F. and Elliott, Shiloh N and Mosier, Thomas M and Bastidas Pacheco, Camilo Jose, Nag, Soumyadeep and USDOE Office of Energy Efficiency and Renewable Energy},
158+
author = {Mitra, Bhaskar and Gallego-Calderon, Juan F. and Elliott, Shiloh N and Mosier, Thomas M and Bastidas Pacheco, Camilo Jose and Nag, Soumyadeep and {USDOE Office of Energy Efficiency and Renewable Energy}},
159159
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.},
160160
url = {https://www.osti.gov//servlets/purl/1829986},
161161
doi = {10.11578/dc.20211112.1},

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
license='BSD 3-Clause License',
3636
install_requires=REQUIRED,
3737
packages=find_packages(),
38-
python_requires='>=3.8'
38+
python_requires='>=3.10'
3939
)

0 commit comments

Comments
 (0)