Metadata-Version: 2.4
Name: tondortools
Version: 2.0.0
Summary: Geospatial utility tools
Author-email: sivasanarul <sivasankar.arul@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: boto3
Requires-Dist: GDAL
Requires-Dist: scipy
Requires-Dist: scp
Requires-Dist: shapely
Requires-Dist: scikit-learn
Requires-Dist: geopandas
Requires-Dist: numpy
Requires-Dist: joblib
Requires-Dist: lsru
Requires-Dist: pandas
Requires-Dist: paramiko
Requires-Dist: psycopg2-binary
Requires-Dist: rasterio
Requires-Dist: requests

# tondortools

Utilities extracted from the geospatial processing pipeline.

This package provides reusable utility modules originally developed for the geospatial EO processing framework.
It is intended to be used as a standalone Python package for processing workflows, transformations, and shared logic.

---

## Installation

Install from PyPI:

```bash
pip install tondortools
