Skip to main content

OMEGAlpes is a linear energy systems modelling library

Project description

OMEGAlpes Lib for linear energy systems modelling
==================================================

**OMEGAlpes** stands for Generation of Optimization Models As Linear Programming for Energy Systems.

**OMEGAlpes** aims to be an energy systems modelling tool for linear optimisation (LP, MILP).

We are happy that you will use or develop the OMEGAlpes library.


Project Presentation
====================
**OMEGAlpes library :**
Please have a look to OMEGAlpes presentation : https://omegalpes.readthedocs.io/en/latest/
The library is available at:
https://gricad-gitlab.univ-grenoble-alpes.fr/omegalpes/omegalpes.git


**Examples and article case studies :**
Please have a look to examples : https://omegalpes-examples.readthedocs.io/en/latest/
The OMEGAlpes Examples folder is available at:
https://gricad-gitlab.univ-grenoble-alpes.fr/omegalpes/omegalpes-examples.git


OMEGAlpes' Community
====================
Please subscribe to our mailing lists :
- for our newsletters: https://groupes.renater.fr/sympa/subscribe/omegalpes-news
- as an OMEGAlpes' developer: https://groupes.renater.fr/sympa/subscribe/omegalpes-users

Please use the git issues system to report an error: https://gricad-gitlab.univ-grenoble-alpes.fr/omegalpes/omegalpes.git
Otherwise you can also contact de developer team using the following email adress: omegalpes-users@groupes.renater.fr


Installation Help
=================
You can install the library as a user or as a developer. Please follow the corresponding installation steps below.

Prerequisite
------------
Please install Pycharm (or another development environment).
https://www.jetbrains.com/pycharm/

Please install Python 3.6
https://www.python.org/downloads/

Installation as a user
----------------------
Please install OMEGAlpes Lib with pip using the command prompt.

If you are admin on Windows or working on a virtual environment

pip install omegalpes

If you want a local installation or you are not admin

pip install --user omegalpes

If you are admin on Linux:

sudo pip install omegalpes

Then, you can download (or clone) the OMEGAlpes Examples folder (repository) at :
https://gricad-gitlab.univ-grenoble-alpes.fr/omegalpes/omegalpes-examples

Launch the examples (with Pycharm for instance) to understand how the OMEGAlpes Lib works.
Remember that the examples are detailed at : https://omegalpes-examples.readthedocs.io/en/latest/

Enjoy your time using OMEGAlpes !

Installation as a developer and local branch creation
-----------------------------------------------------
1. Create a new folder in the suitable path, name it as you wish for example : OMEGAlpes

2. Clone the OMEGAlpes library repository

---
Command lover:

git clone https://gricad-gitlab.univ-grenoble-alpes.fr/omegalpes/omegalpes.git

---
Pycharm lover:

Open Pycharm
On the Pycharm window, click on "Check out from version control" then choose "Git".
A "clone repository" window open.
Copy the following link into the URL corresponding area:

https://gricad-gitlab.univ-grenoble-alpes.fr/omegalpes/omegalpes.git
Copy the path of the new folder created just before.
Test if the connection to the git works and if it works click on "Clone".
Once OMEGAlpes is cloned, you must be able to see the full OMEGAlpes library on Pycharm
or on another development environment.

-----
If the connection does not work and if you are working with local protected network,
please try again with the wifi.

3. First, choose or change your project interpreter

---
Pycharm lover:

Click on the yellow warning link or go to "File", "settings...", "Project Interpreter"

You can:
- either select the "Python 3.6" project interpreter but you may change the version
of some library that you could use for another application
- either create a virtual environment in order to avoid this problem (recommended).
Click on the star wheel near the project interpreter box. Click on "add...".
Select "New environment" if it not selected.
The location is pre-filled, if not fill it with the path of the folder as folder_path/venv
Select "Python 3.6" as your base interpreter
Then click on "Ok"

---

4. You can install the library on developing mode using the following command in command prompt
once your are located it on the former folder.

python setup.py develop

5. If it is not already done, install the library requirements.

---
Command lover:

pip install <library_name>
If required, the command to upgrade the library is :

pip install --upgrade <library_name>

---
Pycharm lover:

You should still have a yellow warning.
You can:
- install automatically the libraries clicking on the yellow bar
- install automatically the library using pip with Pycharm on "File", "settings...", "Project Interpreter", "+",
and choosing the required library as indicated in the Library Installation Requirements
part

6. Finally, you can create your own local development branch.

---
Command lover:

git branch <branch_name>

---
Pycharm lover:

By default you are on a local branch named master.
Click on "Git: master" located on the bottom write of Pycharm
Select "+ New Branch"
Name the branch as you convenience for instance "dev_your_name"

7. Do not forget to "rebase" regularly to update your version of the library.

---
Command lover:

git rebase origin

---
Pycharm lover:

To do so, click on your branch name on the bottom write of the Pycharm window
select "Origin/master" and click on "Rebase current onto selected"

If you want to have access to other examples and study cases,
please have a look to the user's installation.

Enjoy your time developing OMEGAlpes!

Library Installation Requirements
---------------------------------
PuLP = 1.6.8

Matplotlib >2.2.2, <3.1

Numpy > 1.14.2, <1.16

Pandas > 0.22.0, <0.24


Main Authors:
=============
B. DELINCHANT, S. HODENCQ, Y. MARECHAL, L. MORRIET, C. PAJOT, V. REINBOLD,
F. WURTZ


Partners:
=========
Univ. Grenoble Alpes, CNRS, Grenoble INP, G2Elab, CEA, Université Paris-Sud


Acknowledgments:
================
This work has been partially supported by the CDP Eco-SESA receiving fund from the French National Research
Agency in the framework of the "Investissements d’avenir" program (ANR-15-IDEX-02)


Licence
=======
This code is under the Apache License, Version 2.0


Notes
=====
This library has been tested using
- PyCharm 2018.2.4
- Python 3.6.0
- pip 18.1
- setuptools 39.1.0

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

omegalpes-0.0.1.tar.gz (35.4 kB view details)

Uploaded Source

Built Distribution

omegalpes-0.0.1-py3-none-any.whl (42.2 kB view details)

Uploaded Python 3

File details

Details for the file omegalpes-0.0.1.tar.gz.

File metadata

  • Download URL: omegalpes-0.0.1.tar.gz
  • Upload date:
  • Size: 35.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.7.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.0

File hashes

Hashes for omegalpes-0.0.1.tar.gz
Algorithm Hash digest
SHA256 e89ed5c89cc02147f71a21078b1ff15794f94e833ef9c8d0b111dc0c1fb2cc18
MD5 ed24e03b6b4f3aeff99d98567a547bfe
BLAKE2b-256 2afeb946dd062d9c1871997cb94f380dedc5ca60b44eac3a58e18751cebe1535

See more details on using hashes here.

File details

Details for the file omegalpes-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: omegalpes-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 42.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.7.3 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.0

File hashes

Hashes for omegalpes-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d137238f1a56ecfc48d03c20950305163019a36688787493feaf521f798b645e
MD5 b15f3c2c9b2d1a9b2e6aa7a3ec6de617
BLAKE2b-256 45a764efd9a2557c6399708f491f19e48ad371556cfe94517b2f6e52abf37a4f

See more details on using hashes here.

Supported by

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