Metadata-Version: 2.1
Name: sdswrapper
Version: 0.2.11
Summary: A Python package for spatial data science workflows.
Home-page: https://github.com/AndersonEduardo/sdswrapper
Author: Anderson Aires Eduardo
Author-email: andersonaed@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: scikit-learn
Requires-Dist: pykrige

# Spatial Data Sscience Wrapper

A Python package for spatial data science workflows.

## Features
- Integration with scikit-learn models.
- Support for Kriging and Regression Kriging.
- Easy-to-use wrapper for spatial data workflows.

## Installation
```bash
pip install sdswrapper
```

Visit the main `PyPI` *[homepage](https://pypi.org/project/sdswrapper/)*.

## Usage
```python
from sdswrapper import Wrapper

# Use case starts usage here
```

## License
MIT License
