Skip to content

sertit/sertit-utils

Repository files navigation

pypi Conda Tests pre-commit Apache DOI

Sertit-Utils

Library gathering functions for all SERTIT's projects.

Find the API documentation here.

Installing

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 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 need rioxarray: pip install sertit[rasters_rio]
  • [rasters]: pip install sertit[rasters]
  • [colorlog]: pip install sertit[colorlog] to have colorlog installed
  • [dask]: pip install sertit[dask] to have dask installed

Conda

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

About

SERTIT library for generic tools

Resources

License

Code of conduct

Stars

Watchers

Forks

Contributors 6

Languages