Metadata-Version: 2.1
Name: rote_satio
Version: 0.0.21b0
Summary: A package with utils for ml for remote sensing
License: MIT
Author: Hector Patino
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: dask[dataframe] (==2024.5.1)
Requires-Dist: feature-engine (==1.7.0)
Requires-Dist: kneed (>=0.8.5,<0.9.0)
Requires-Dist: rioxarray (==0.15.5)
Requires-Dist: scikit-image (==0.23.2)
Requires-Dist: scikit-learn (>=1.5.0,<2.0.0)
Requires-Dist: spyndex (==0.6.0)
Requires-Dist: typer (==0.12.3)
Requires-Dist: umap-learn (==0.5.6)
Description-Content-Type: text/markdown

# rote_satio

[![PyPI version](https://badge.fury.io/py/rote-satio.svg)](https://badge.fury.io/py/rote-satio)
[![Build Status](https://travis-ci.com/hectorpatino/rote_satio.svg?branch=main)](https://travis-ci.com/hectorpatino/rote_satio)
[![codecov](https://codecov.io/gh/hectorpatino/rote_satio/branch/main/graph/badge.svg?token=QZQZQZQZQZ)](https://codecov.io/gh/hectorpatino/rote_satio)
[![Documentation Status](https://readthedocs.org/projects/rote-satio/badge/?version=latest)](https://rote-satio.readthedocs.io/en/latest/?badge=latest)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

A package with utils for ml for remote sensing

## Installation

```bash
$ pip install rote_satio
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.

## License

`auto_segmentation` was created by Hector Patino. It is licensed under the terms of the MIT license.

## Credits

`auto_segmentation` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/) and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

