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 rioxarray and geopandas
However, if you do not need everything, you can type instead:
- nothing, and you won't need
rasterio,rioxarray:pip install sertit [rasters_rio], and you won't needrioxarray:pip install sertit[rasters_rio][rasters]:pip install sertit[rasters][colorlog]:pip install sertit[colorlog]to havecolorloginstalled[dask]:pip install sertit[dask]to havedaskinstalled
You can install it via conda (but you will automatically have the full version):
conda config --env --set channel_priority strict
conda install -c conda-forge sertit