HydroGenerate


NameHydroGenerate JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/IdahoLabResearch/HydroGenerate
SummaryHydroGenerate is an open-source python library that has the capability of estimating hydropower generation based on flow and head.
upload_time2024-10-04 13:39:20
maintainerNone
docs_urlNone
authorBhaskar Mitra, Shiloh Elliot
requires_python>=3.8
licenseNone
keywords hydropower hydrokinetic potential
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <img align="right" width = 300 src="docs/images/HG_horizontal.png" alt="HydroGenerate">

# HydroGenerate <br>


## 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](https://www.osti.gov/biblio/1829986).

## 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

1. Clone the repo:

```
git clone git@github.com:IdahoLabResearch/HydroGenerate.git
cd HydroGenerate
```

2. 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
```

3. Install the package in your environment:

```
pip install -e .
```

**Optional**

4. 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.

```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/IdahoLabResearch/HydroGenerate",
    "name": "HydroGenerate",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Juan Gallego-Calderon <juan.gallegocalderon@inl.gov>, Camilo Bastidas-Pacheco <camilojose.bastidaspacheco@inl.gov>",
    "keywords": "hydropower, hydrokinetic, potential",
    "author": "Bhaskar Mitra, Shiloh Elliot",
    "author_email": "Juan Gallego-Calderon <juan.gallegocalderon@inl.gov>, Camilo Bastidas-Pacheco <camilojose.bastidaspacheco@inl.gov>, Soumyadeep Nag <soumyadeep.nag@inl.gov>, Thomas Mosier <thomas.mosier@inl.gov>",
    "download_url": "https://files.pythonhosted.org/packages/3f/95/3312ab2e2657ec79128f7b05aded82968ddbb18df7ac3b7ca349e85a2e6d/hydrogenerate-1.3.0.tar.gz",
    "platform": null,
    "description": "<img align=\"right\" width = 300 src=\"docs/images/HG_horizontal.png\" alt=\"HydroGenerate\">\n\n# HydroGenerate <br>\n\n\n## About\n\n**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 \u201chead\u201d provided by the user.\n\nFor more information please refer to the [OSTI webpage](https://www.osti.gov/biblio/1829986).\n\n## Installation Instructions\n\n**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.\n\n### For Basic Usage\n\n**HydroGenerate** can be installed by downloading the source code from GitHub or via the PyPI package manager using pip.\n\nFor those interested only in using the code, the simplest way to obtain it is with pip by using this command:\n\n```\npip install HydroGenerate\n```\n\n### For developers\n\n1. Clone the repo:\n\n```\ngit clone git@github.com:IdahoLabResearch/HydroGenerate.git\ncd HydroGenerate\n```\n\n2. It is recommended that a dedicated conda environment be created for developing/using this repo and prior to the installation below. \n\n```\nconda create --name hat-env python=3.6\n```\n\nTo activate the environment, execute the following command:\n\n```\nconda activate hat-env\n```\n\n3. Install the package in your environment:\n\n```\npip install -e .\n```\n\n**Optional**\n\n4. Install jupyter lab in your new environment\n```\nconda install -c conda-forge jupyterlab\n```\n\n**Authors**\n```\nJuan Gallego-Calderon\n\nCamilo J. Bastidas Pacheco\n\nSoumyadeep Nag\n\nBhaskar Mitra\n\nShiloh Elliott\n\nThomas M. Mosier\n```\n\n**Citation**\n\nIf you are using our repository kindly use the following citation format(s).\n\n_Bibtex_\n```\n\n@misc{osti_1829986,\ntitle = {Hydrogenerate: Open Source Python Tool To Estimate Hydropower Generation Time-series, Version 3.6 or newer},\nauthor = {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},\nabstractNote = {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 \u201chead\u201d provided by the user.},\nurl = {https://www.osti.gov//servlets/purl/1829986},\ndoi = {10.11578/dc.20211112.1},\nurl = {https://www.osti.gov/biblio/1829986}, year = {2021},\nmonth = {10},\nnote =\n}\n\n```\n\n_Chicago_\n\n```\n\nMitra, 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.\n\n```\n\n_APA_\n\n```\n\nMitra, 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\n\n```\n\n_MLA_\n\n```\n\nMitra, 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.\n\n```\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "HydroGenerate is an open-source python library that has the capability of estimating hydropower generation based on flow and head.",
    "version": "1.3.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/IdahoLabResearch/HydroGenerate",
        "Documentation": "https://idaholabresearch.github.io/HydroGenerate/",
        "Homepage": "https://idaholabresearch.github.io/HydroGenerate/",
        "Repository": "https://github.com/IdahoLabResearch/HydroGenerate"
    },
    "split_keywords": [
        "hydropower",
        " hydrokinetic",
        " potential"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b57c6637975f52af6b67f526a855030e85e6b2fabaa86f264e4632fe46f24e12",
                "md5": "e9cf928478da541090081fbc057c7aa9",
                "sha256": "05466a18b4cdced718c304cc835600cb57f1575b510a1e0777372b816ffc3b59"
            },
            "downloads": -1,
            "filename": "HydroGenerate-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e9cf928478da541090081fbc057c7aa9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 22594,
            "upload_time": "2024-10-04T13:39:18",
            "upload_time_iso_8601": "2024-10-04T13:39:18.549772Z",
            "url": "https://files.pythonhosted.org/packages/b5/7c/6637975f52af6b67f526a855030e85e6b2fabaa86f264e4632fe46f24e12/HydroGenerate-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f953312ab2e2657ec79128f7b05aded82968ddbb18df7ac3b7ca349e85a2e6d",
                "md5": "319cc8a5514c29ddeb06b74322997e9f",
                "sha256": "1815df381081c85ef17ea300bf7887069c8b742c8ccd9a1fbe3ae45f5e8be3b3"
            },
            "downloads": -1,
            "filename": "hydrogenerate-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "319cc8a5514c29ddeb06b74322997e9f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20622,
            "upload_time": "2024-10-04T13:39:20",
            "upload_time_iso_8601": "2024-10-04T13:39:20.173579Z",
            "url": "https://files.pythonhosted.org/packages/3f/95/3312ab2e2657ec79128f7b05aded82968ddbb18df7ac3b7ca349e85a2e6d/hydrogenerate-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-04 13:39:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IdahoLabResearch",
    "github_project": "HydroGenerate",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "hydrogenerate"
}
        
Elapsed time: 0.97038s