
🧰 Sertit-Utils
Library gathering functions for all SERTIT's projects.
Find the API documentation here.
🛠️ Installation
Pip
For installing this library to your environment, please type this: pip install sertit[full]
[full] will allow you to use the whole library, but you will need to install also all the optional libraries, notably rioxarray, geopandas and dask (see the pyproject file for more details)
However, if you do not need everything, you can type instead:
pip install sertit, if you don't any optional libraries
pip install sertit[rasters_rio], and you won't need rioxarray
pip install sertit[rasters]
pip install sertit[colorlog] to have colorlog installed
pip install sertit[dask] to have dask installed
Conda
You can install it via conda (but you will automatically have the full version):
conda install -c conda-forge sertit
📝 License
Sertit-Utils is licensed under Apache License v2.0. See LICENSE file for details.
🖋️ Authors
Sertit-Utils has been created by ICube-SERTIT.