besos

besos: Building and Energy Simulation, Optimization and Surrogate Modelling - Published in JOSS (2021)

https://gitlab.com/energyincities/besos

Science Score: 87.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README and JOSS metadata
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
    Published in Journal of Open Source Software

Scientific Fields

Artificial Intelligence and Machine Learning Computer Science - 83% confidence
Last synced: 6 months ago · JSON representation

Repository

Core functionality of the BESOS platform (besos.uvic.ca), including building energy simulation via EnergyPlus, optimization via Platypus and surrogate-modelling via scikit-learn.

Basic Info
  • Host: gitlab.com
  • Owner: energyincities
  • License: gpl-3.0
  • Default Branch: master
Statistics
  • Stars: 12
  • Forks: 5
  • Open Issues: 20
  • Releases: 0
Created almost 8 years ago

https://gitlab.com/energyincities/besos/blob/master/

![analysis domains encompassed by BESOS.](docs/images/besos.png)


BESOS: Building and Energy Systems Optimization and Surrogate-modelling
=====

[![PyPI Latest Release](https://img.shields.io/pypi/v/besos.svg)](https://pypi.org/project/besos/)
[![PyPi Package format](https://img.shields.io/pypi/format/besos)](https://pypi.org/project/besos/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/besos)](https://pypi.org/project/besos/)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4633738.svg)](https://doi.org/10.5281/zenodo.4633738)
[![DOI](https://joss.theoj.org/papers/10.21105/joss.02677/status.svg)](https://doi.org/10.21105/joss.02677)

[![Documentation](https://img.shields.io/readthedocs/besos)](https://besos.readthedocs.io/en/stable/)

[![pipeline status](https://gitlab.com/energyincities/besos/badges/master/pipeline.svg)](https://gitlab.com/energyincities/besos/-/commits/master)
[![Coverage](https://gitlab.com/energyincities/besos/badges/master/coverage.svg)](https://gitlab.com/energyincities/besos/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

BESOS is a collection of modules for the simulation and optimization of buildings and urban energy systems. BESOS is designed to help researchers and practitioners to design more sustainable, district-integrated buildings. It integrates [EnergyPlus](https://energyplus.net/) and [EnergyHub](https://gitlab.com/energyincities/python-ehub) simulation software with optimization and machine learning functionality. this includes lots of help with 'surrogate modelling', where machine learning models are fitted to data generated by parametric runs of detailed simulation models. BESOS facilitates running large-scale parametric analyses of EnergyPlus or EnergyHub models with output in a pandas DataFrame and using this to train machine learning surrogate models with scikit-learn or TensorFlow. We provide access to commonly used optimization algorithms via existing optimization toolboxes.

Installing BESOS
------------
Ensure that you have Python 3.7+ and the corresponding version of pip.
```pip install besos[complete]```
(If you do not want to run the example notebooks, you can use `pip install besos`, which will
install with less dependencies.)

### Install Dependencies
We use third party software to run building models (`EnergyPlus`), to solve EnergyHub models (a MILP solver), and make use of Rbfopt (via `Bonmin`). To use this functionality you need to install the software for the corresponding the task. GLPK and Bonmin are optional, it is possible to use Besos without them.


#### Install Energyplus
Download EnergyPlus [here](https://energyplus.net/downloads). (`BESOS` is currently supporting versions from 8.8-9.3+).

**For windows**: After downloading the installation file, double click the setup file to start installing.
After setup is complete, navigate to your `System Properties` and in the `Advanced` tab, select `Environment Variables`.
 In either your `User Variables` or `System Variables` (Depending on your permissions), double click on `Path`
 and add the location of your `EnergyPlus` folder to the end of it. Ensure the path is C:\EnergyPlusV{version} for proper integration with Besos.

**For linux**: Run the downloaded script, and accept the prompt to add symlinks. Ensure the path is /usr/local/EnergyPlus-{version} for proper integration with Besos.

#### TensorFlow (only required to use TensorFlow)
TensorFlow is a machine learning library of which we have provided some examples. This package is quite large 300 mb therefore we have not added this to the requirements.

To install TensorFlow use pip install.

```pip install tensorflow```


#### MILP solver (only required to use EnergyHub)
[EnergyHub](https://gitlab.com/energyincities/python-ehub) modelling requires a linear programming solver that is supported by [PuLP](https://pypi.org/project/PuLP/), such as `GLPK`, `CPlex`, or `Gurobi`. To learn about how to setup a custom solver please review the readthedocs page on [Customizing EnergyHub Solver](https://besos.readthedocs.io/en/stable/setting_a_custom_solver.html).

`GLPK` is free and open source. It can be found [here](https://www.gnu.org/software/glpk/).
If you are using a Debian based operating system, you can install GLPK with `sudo apt install glpk-utils`

#### Optional: Bonmin (only required to use RBFopt)
`Bonmin` is required to use the `RBFopt` optimizer.
How to install `Bonmin` can be found [here](https://ampl.com/products/solvers/open-source/#bonmin).


### Running Example Notebooks
Examples of Besos' functionality are provided through example notebooks. The notebooks can be viewed as Python scripts or through a Jupyter notebook.

You can run notebooks from the [Besos platform](https://besos.uvic.ca/), which has the besos library and all dependencies pre-installed, or you can install Jupyter locally.

To run the notebooks you need [Juptyer](https://jupyter.org/) installed. Jupyter can be installed using: `pip install juptyer` and launched from the current directory with `jupyter notebook`.

Contributing and Support
------------
When creating gitlab issues, please search the existing
[gitlab issues](https://gitlab.com/energyincities/besos/-/issues)
to see if someone else has already made the same request.

### Feature Requests
To request a feature open a new issue with your feature request.

### Bug reports/Questions
If you have found a bug, please open a gitlab issue describing the bug.
Make sure to include steps to reproduce the bug. Ideally, include a small
bit of code that causes the bug. If the bug causes an error, please include
the traceback. If the bug causes the wrong behaviour, please mention what
besos should do in this situation.

### Code contributions

If you are interested in contributing to the code please review the readthedocs page on [contributing to the code](https://besos.readthedocs.io/en/stable/contribute_to_the_code.html).


### Example notebooks
A good way to start is using the example notebooks.
They are described in the [examples overview](https://gitlab.com/energyincities/besos-examples/-/blob/master/besos/examples/ExamplesOverview.ipynb)

JOSS Publication

besos: Building and Energy Simulation, Optimization and Surrogate Modelling
Published
April 06, 2021
Volume 6, Issue 60, Page 2677
Authors
Paul Westermann ORCID
Energy in Cities group, Department of Civil Engineering, University of Victoria, British Columbia, Canada, Institute for Integrated Energy Systems, University of Victoria, British Columbia, Canada
Theodor Victor Christiaanse ORCID
Energy in Cities group, Department of Civil Engineering, University of Victoria, British Columbia, Canada, Institute for Integrated Energy Systems, University of Victoria, British Columbia, Canada
Will Beckett
Energy in Cities group, Department of Civil Engineering, University of Victoria, British Columbia, Canada
Paul Kovacs
Energy in Cities group, Department of Civil Engineering, University of Victoria, British Columbia, Canada
Ralph Evins ORCID
Energy in Cities group, Department of Civil Engineering, University of Victoria, British Columbia, Canada, Institute for Integrated Energy Systems, University of Victoria, British Columbia, Canada
Editor
Stefan Pfenninger ORCID
Tags
building energy simulation machine learning optimization surrogate modelling

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 1,339
  • Total Committers: 28
  • Avg Commits per committer: 47.821
  • Development Distribution Score (DDS): 0.684
Past Year
  • Commits: 25
  • Committers: 4
  • Avg Commits per committer: 6.25
  • Development Distribution Score (DDS): 0.32
Top Committers
Name Email Commits
Will Beckett w****t@u****a 423
Peter Wilson P****9@g****m 197
Theo Christiaanse t****i@u****a 168
Paul Kovacs p****s@u****a 89
Evan Guo e****7@u****a 78
Mark Hills m****6@u****a 64
peterrwilson99 p****9@g****m 53
Chase p****3@g****m 50
Goh Sato g****o@o****m 46
Bryan Eriksson b****3@g****m 37
Ross Alexandra r****s@h****m 34
Unknown j****h@s****a 28
Cameron Kwan c****n@g****m 26
westerm p****n@u****a 8
unknown T****o@D****a 7
Boris Kudryavtsev b****k@g****m 6
AndersWoodruff a****1@g****m 4
Ralph Evins r****s@u****a 4
Aum Pandya a****2@g****m 2
Florent Herbinger f****r@o****m 2
Paul p****n@u****a 2
Wes w****b@l****a 2
bryaneriksson b****n@u****a 2
theochristiaanse t****e@g****m 2
Dylan d****p@h****m 2
Peter Wilson p****m 1
Stefan Pfenninger s****n@p****g 1
Wesley w****1@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 6 months ago

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 322 last-month
  • Total docker downloads: 32
  • Total dependent packages: 2
    (may contain duplicates)
  • Total dependent repositories: 6
    (may contain duplicates)
  • Total versions: 40
  • Total maintainers: 1
pypi.org: besos

A library for Building and Energy Simulation, Optimization and Surrogate-modelling

  • Versions: 34
  • Dependent Packages: 1
  • Dependent Repositories: 5
  • Downloads: 262 Last month
  • Docker Downloads: 16
Rankings
Dependent packages count: 3.2%
Docker downloads count: 3.6%
Dependent repos count: 6.7%
Average: 9.8%
Downloads: 12.7%
Forks count: 15.4%
Stargazers count: 17.1%
Maintainers (1)
Last synced: 6 months ago
pypi.org: besos-examples

A collection of examples for the besos python package

  • Versions: 6
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 60 Last month
  • Docker Downloads: 16
Rankings
Dependent packages count: 3.2%
Docker downloads count: 3.6%
Forks count: 15.4%
Average: 16.9%
Stargazers count: 17.1%
Dependent repos count: 22.1%
Downloads: 40.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • Sphinx *
  • besos *
  • ipython *
  • sphinx_rtd_theme *
requirements-complete.txt pypi
  • SALib *
  • besos-examples *
  • distributed *
  • ipysheet *
  • ipywidgets *
  • joblib *
  • jupyter *
  • openpyxl *
  • papermill *
  • pvlib *
  • pyKriging *
  • scikit-learn *
  • scipy *
  • seaborn *
requirements-dev.txt pypi
  • black * development
  • ipykernel * development
  • openpyxl * development
  • pyKriging * development
  • pytest * development
  • pytest-cov * development
  • pytest-regtest * development
  • setuptools * development
  • toolz * development
  • xlrd ==1.2.0 development
requirements.txt pypi
  • Deprecated *
  • PyYAML *
  • Shapely *
  • dask *
  • eppy *
  • geomeppy *
  • matplotlib ==3.2.2
  • numpy *
  • packaging *
  • pandas *
  • platypus-opt *
  • pyDOE2 *
  • pyehub *
  • rbfopt *
  • tqdm *