You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mooi-Kickstart/pyrecoy/pyrecoy
Shahla Huseynova 48edfeb9c9 final and correct version 11 months ago
..
build/lib/pyrecoy inputs given 1 year ago
dist pyrecoy 2 years ago
pyrecoy2 final and correct version 11 months ago
templates last changes 1 year ago
tests pyrecoy 2 years ago
.gitignore pyrecoy 2 years ago
README.md pyrecoy 2 years ago
Untitled.ipynb pyrecoy 2 years ago
notepad.py pyrecoy 2 years ago
setup.py pyrecoy 2 years ago

README.md

The pyrecoy Package

Modelling framework and tools and modelling of flexible assets on energy markets.

Getting started:

Prerequisites

  • It is recommended to set-up your Python development environment according to this Wiki page
  • The pyrecoy package is best used in a Jupyter Lab / Notebooks environment
  • Environment variables:
    • ICE_USERNAME and ICE_PASSWORD login credentials to https://www.ice.if5.com are required if you want to use TTF (gas) and ETS (CO2) prices in your model.
    • FORECAST_DATA_FOLDER: Local path to the "Forecast Data" folder on the Sharepoint server. This is required if you want to use forecast/price data in your model, e.g. C:/Users/username/Recoy/Recoy - Documents/03 - Libraries/12 - Data Management/Forecast Data/
  • Jupyter Lab extensions:

Installation

For usage in specific project only

  • Clone the repo to your project directory

For global installation in your Python environment

  • Run pip install git+ssh://git@gitlab.com/recoy-internal/pyrecoy-package.git
  • You should be able import pyrecoy package in any Python script using your environment

Usage:

...