tum_esm_utils

Python utilities by the Professorship of Environmental Sensing and Modeling at the Technical University of Munich


Keywords
tum, utils, utilities, environmental, sensing, modeling, python, library, pydoc-markdown
License
CNRI-Python-GPL-Compatible
Install
pip install tum_esm_utils==2.9.0

Documentation

📦  TUM ESM Python Utilities

This library is a collection of small functions used in our research projects. Here, we can test and document the functions properly instead of every project dealing with this overhead which allows us to reduce the size of the utility directories of individual projects.

Feel free to use it in any other project ✨

PyPI PyPI - Python Version
GitHub


For Users

Install the Python library with:

pdm add tum_esm_utils
# or
pip install tum_esm_utils

Use the API reference at tum-esm-utils.netlify.app.


For Developers

Publish the Package to PyPI:

pdm build
pdm publish

Open documentation page in dev mode

cd docs
npm install
npm run dev