Metadata-Version: 2.1
Name: atash
Version: 0.1.1
Summary: A library for satellite image processing and fire analysis.
Home-page: https://github.com/Bahman75/Geospatial-Processing
Author: Bahman Amirsardary
Author-email: bahman.amirsardary@mail.polimi.it
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: scipy
Requires-Dist: numpy
Requires-Dist: openeo
Requires-Dist: matplotlib
Requires-Dist: rasterio
Requires-Dist: ipyleaflet
Requires-Dist: ipywidgets
Requires-Dist: scikit-learn
Requires-Dist: scikit-image

%%writefile README.md
# Atash

Atash is a Python library for satellite image processing and fire analysis, using Sentinel-2 data and vegetation indices like NDVI and NBR.

## Installation

```bash
pip install atash
