Disclaimer: Sorbetto is currently in its early development phase, coming updates might introduce some breaking changes.
Sorbetto is a Python Library for producing classification tiles with different flavors.
Check out the documentation for user guides and a detailed API reference!
We recommend installing Sorbetto from PyPI:
pip install sorbettoBut you can also clone this repository for a manual installation:
git clone https://github.com/uliege-performance/sorbetto.git
cd sorbetto
pip install .Check out our tutorials to learn about the core concepts of Sorbetto here!
You can also have a look at our detailed example notebooks and interactive demos.
If you want to bring your contribution to this library, we will be happy to welcome it! Please go through our contributor guidelines to get started.
If you use this code in your work, please cite us accordingly as described in our documentation here.
Copyright 2025 Sebastien Pierard, Anais Halin, Francois Marelli, Simon Pernas, Jerome Pierre
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.