Metadata-Version: 2.4
Name: FastArray
Version: 0.1.0
Summary: A lightweight Python package for preprocessing geospatial optical imagery for machine learning
Author-email: Isah Abdul-Azeez <isahabdul16@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: aiofiles
Requires-Dist: matplotlib
Requires-Dist: torch
Requires-Dist: rioxarray
Dynamic: license-file

# FastArray

`FastArray` is a Python-native, lightweight library for preprocessing geospatial arrays for machine learning pipelines. Currently supports NDVI, NDWI, patching, and conversion to PyTorch tensors.

## Installation

```bash
pip install FastArray
