Metadata-Version: 2.4
Name: autofloods
Version: 0.1.0a28
Summary: Automated flood mapping at scale from Sentinel-1 SAR imagery
Author-email: Pratyush Tripathy <pratkrt@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/PratyushTripathy/AutoFloods
Project-URL: Repository, https://github.com/PratyushTripathy/AutoFloods
Classifier: Development Status :: 3 - Alpha
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
Classifier: Programming Language :: Python :: 3.13
Requires-Python: <3.14,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas==0.14.4
Requires-Dist: fiona==1.10.1
Requires-Dist: rioxarray==0.14.1
Requires-Dist: xarray==2024.3.0
Requires-Dist: pandas==2.2.3
Requires-Dist: rasterio==1.3.11
Requires-Dist: shapely==2.0.6
Requires-Dist: numpy==2.1.0
Requires-Dist: matplotlib==3.9.2
Requires-Dist: xarray-spatial==0.4.0
Requires-Dist: pystac==1.7.2
Requires-Dist: pystac-client==0.6.1
Requires-Dist: scikit-image==0.25.0
Requires-Dist: planetary-computer==1.0.0
Requires-Dist: dask[array,dataframe]==2024.4.1
Requires-Dist: requests==2.31.0
Requires-Dist: mgrs==1.5.4
Requires-Dist: tqdm==4.70.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Provides-Extra: docs
Requires-Dist: quartodoc; extra == "docs"
Requires-Dist: griffe<2; extra == "docs"
Dynamic: license-file

AutoFloods is a Python package for automated flood mapping at scale from Sentinel-1 SAR imagery, with pluggable data sources (Microsoft Planetary Computer, NASA OPERA) and detection methods (Z-score, Otsu).

## Quickstart

OPERASource requires a free NASA Earthdata Login; MPCSource needs no credentials at all — see [Authentication](https://autofloods.readthedocs.io/en/latest/getting-started.html#authentication).

<!-- TODO: drop --pre once a stable (non-alpha/beta) 0.1.0 release exists -->
Pre-release: `pip install --pre autofloods`

See the documentation for full usage, API reference, and citation details: https://autofloods.readthedocs.io/en/latest/
