Library gathering functions for all SERTIT's projects.
Find the API documentation here.
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 librariespip install sertit[rasters_rio], and you won't needrioxarraypip install sertit[rasters]pip install sertit[colorlog]to havecolorloginstalledpip install sertit[dask]to havedaskinstalled
You can install it via conda (but you will automatically have the full version):
conda install -c conda-forge sertit
Sertit-Utils is licensed under Apache License v2.0. See LICENSE file for details.
Sertit-Utils has been created by ICube-SERTIT.