Skip to main content

Hybrid Systems Optimization and Performance Platform.

Project description

HOPP: Hybrid Optimization and Performance Platform

PyPI version CI Tests image License

As part of NREL's Hybrid Energy Systems Research, this software assesses optimal designs for the deployment of utility-scale hybrid energy plants, particularly considering wind, solar and storage.

Software requirements

  • Python version 3.10, and 3.11 only (PySAM 4.2 is incompatible with 3.12)

Installing from Package Repositories

  1. HOPP is available as a PyPi package:

    pip install HOPP
    

Installing from Source

  1. Using Git, navigate to a local target directory and clone repository:

    git clone https://github.com/NREL/HOPP.git
    
  2. Navigate to HOPP

    cd HOPP
    
  3. Create a new virtual environment and change to it. Using Conda and naming it 'hopp':

    conda create --name hopp python=3.11 -y
    conda activate hopp
    
  4. Install HOPP and its dependencies:

    conda install -y -c conda-forge coin-or-cbc=2.10.8 glpk
    

    Note if you are on Windows, you will have to manually install Cbc: https://github.com/coin-or/Cbc.

    • If you want to just use HOPP:

      pip install .  
      
    • If you want to work with the examples:

      pip install ".[examples]"
      
    • If you also want development dependencies for running tests and building docs:

      pip install -e ".[develop]"
      
  5. The functions which download resource data require an NREL API key. Obtain a key from:

    https://developer.nrel.gov/signup/

  6. To set up the NREL_API_KEY and NREL_API_EMAIL required for resource downloads, you can create Environment Variables called NREL_API_KEY and NREL_API_EMAIL. Otherwise, you can keep the key in a new file called ".env" in the root directory of this project.

    Create a file ".env" that contains the single line:

    NREL_API_KEY=key
    NREL_API_EMAIL=your.name@email.com
    
  7. Verify setup by running tests:

    pytest tests/hopp
    
  8. To set up NREL_API_KEY for resource downloads, first refer to section 6 and 7 above. But for the .env file method, the file should go in the working directory of your Python project, e.g. directory from where you run python.

Getting Started

The Examples contain Jupyter notebooks and sample YAML files for common usage scenarios in HOPP. These are actively maintained and updated to demonstrate HOPP's capabilities. For full details on simulation options and other features, see the documentation.

Contributing

Interested in improving HOPP? Please see the Contributing section for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hopp-3.1.tar.gz (122.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hopp-3.1-py3-none-any.whl (117.9 MB view details)

Uploaded Python 3

File details

Details for the file hopp-3.1.tar.gz.

File metadata

  • Download URL: hopp-3.1.tar.gz
  • Upload date:
  • Size: 122.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.11

File hashes

Hashes for hopp-3.1.tar.gz
Algorithm Hash digest
SHA256 d4495aacf16446898ccbabf66d10d92d2c48e7f4632a9c61e8065317b47b2d9c
MD5 a9b638c435c3a222ef1069402f5bf97d
BLAKE2b-256 c5c17c7da781457c659b249d49b261dd7793b09a5cf3111193853d209cbcd989

See more details on using hashes here.

File details

Details for the file hopp-3.1-py3-none-any.whl.

File metadata

  • Download URL: hopp-3.1-py3-none-any.whl
  • Upload date:
  • Size: 117.9 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.11

File hashes

Hashes for hopp-3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 97924e05fc7f61551a43595239c2dfdddd4c728a18bf8574effd95fcf77dc6d7
MD5 13e61fc9455b474d0f0446fe1b1c138b
BLAKE2b-256 075b12c9f6984f1ee354901a75c4e16290b502e9dde95fa208c56e32489db904

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page