The ETS (TNO) CookBook of useful Python Scripts
Project description
ETS_CookBook
This repository contains the ETS CookBook, which is a collection of useful Python scripts used across ETS (a research group within TNO) models.
Authors and contact
Omar Usmani Omar.Usmani@TNO.nl
Installation and use
You can either copy the ETS_CookBook.py file (in src/ETS_CookBook) to your project and import it, or (preferably) install it via PyPi:
pip install ETS_CookBook
You also need to ensure that all the required libraries are installed. Their list in given in requirements.txt. You can do this with the following command:
pip install -r requirements.txt
To use the CookBook, import it as such:
from ETS_CookBook import ETS_CookBook as cook
Then you can call your functions as such:
cook.reference_scale([0.26, 0.89])
(You can replace the as cook with something else, or even skip it altogether: if you do skip it, then call the functions with ETS_CookBook.function).
License
This cookbook is released under the Apache 2.0. All accompanying documentation and manuals are released under the Creative Commons BY-SA 4.0 license
Documentation
The documentation can be found here.
Distribution package
The distribution package can be found here.
Status
This CookBook is a working version that will be updated with new functions as they are need in various projects. Functions will be updated as appropriate. You can contact the authors for bug reports, feature suggestions, or any questions you might have.
Goals
This module was forked from prior work, most notably from ChaProEV. The forking is due to the/desire to use the auxiliary functions developed in these projects in more project needs.
Libraries used and licensing
(See requirements.txt file for versions (corresponding to Python 3.11.1, which is the version used for developing and testing the model)) pip install -r requirements.txt
Acknowledgements
This CookBook has been developed within multiple projects, including the following:
This project was partly develop under funding from European Climate, Infrastructure and Environment Executive Agency under the European Union’s HORIZON Research and Innovation Actions under grant agreement N°101095998. | |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ets_cookbook-1.1.0.tar.gz
.
File metadata
- Download URL: ets_cookbook-1.1.0.tar.gz
- Upload date:
- Size: 3.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66d59df177b7c39b02f911d9f2c08be3888f835a767d9474644e363fa5585047 |
|
MD5 | d4b4547780e541f33986bc857c180e51 |
|
BLAKE2b-256 | 343bd09c5f66732121e521669396dec57a42c8238b3e4d62811abfe861d0ecc5 |
File details
Details for the file ETS_CookBook-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: ETS_CookBook-1.1.0-py3-none-any.whl
- Upload date:
- Size: 65.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 607456184a4fbbe3ff8989161df1342955d1a9f1c410f67dbd2e2ff5dc45a21b |
|
MD5 | 324e9dd6dbb24aa40ff825ec889792ea |
|
BLAKE2b-256 | c801d6e977a8b25763d48bf72c3a1de55be05a29e8b68973c071c4938b286829 |