Metadata-Version: 2.1
Name: osem
Version: 0.0.2
Summary: Open Source Energy Features: dedicated tools and methods for energy related models and applications
Home-page: https://www.crem.ch/
Author: CREM
Author-email: osem@crem.ch
License: UNKNOWN
Platform: UNKNOWN
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: thermo
Requires-Dist: networkx
Requires-Dist: numpy
Requires-Dist: xlrd
Requires-Dist: fluid
Requires-Dist: mpmath
Requires-Dist: sympy
Requires-Dist: aniso860
Requires-Dist: data

# OSEM
Open Source Energy Module: dedicated tools and methods for energy related models and applications


## Presentation

The OSEM module collects different functions which are useful to energy planners. The functions contain in this module can be grouped in 
four types:

* Functions to accesss usual data: This part is centered on the Swiss energy market and contain API to access databases about price, C02 
emissions and primary energy usage of various heating technology (also known as kbob). A database about the norm SIA 308/1 
and different swiss political objectives will also be developed.
* Functions to estimate energy demands from buildings.
* Models of different energy technology (production, distribution, storage, and conversion).
* Functions to support GIS-based creation of gas/electricity-network.
* Plotting functions for different energy indicators (primary energy, useful energy, etc.).

OSEM is currently under developement and is expected to be ready for production in 2019.

## Example

https://github.com/CREM-APP/OSEM-example/blob/master/get_meteo_data.ipynb

#TODO write requirements

## Getting Started

To install OSEM, clone the repository and run the set-up: 

$ git clone https://gitlab.com/crem-repository/OSEF.git
$ sudo python setup.py install

You test this module using Pytest (https://docs.pytest.org/en/latest/)


## Authors 

* Albain Dufils
* Lesly Houndole
* Pablo Puerto
* Jakob Rager
* Diane von Gunten

(by alphabetical order)

## License

You should have received a copy of the Apache License Version 2.0 along with this program.
If not, see http://www.apache.org/licenses/LICENSE-2.0.

#TODO write requirements

#TODO how to intall osem




