Metadata-Version: 2.4
Name: maeson
Version: 0.0.5
Summary: Geospatial software for raster and point cloud processing.
Author-email: Dryver Finch <dryver2206@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/dzfinch/maeson
Project-URL: Repository, https://github.com/dzfinch/maeson
Project-URL: Issues, https://github.com/dzfinch/maeson/issues
Keywords: geospatial,raster,point-cloud,gis
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas>=0.12.0
Requires-Dist: numpy>=1.23.0
Requires-Dist: shapely>=2.0.0
Requires-Dist: pandas>=1.5.0
Requires-Dist: matplotlib>=3.6.0
Requires-Dist: rasterio>=1.4.0
Requires-Dist: localtileserver>=0.13.0
Requires-Dist: earthengine-api>=0.1.326
Requires-Dist: geemap>=0.19.1
Requires-Dist: leafmap>=0.18.0
Requires-Dist: requests>=2.28.0
Requires-Dist: ipyleaflet>=0.17.0
Requires-Dist: ipywidgets>=8.0.0
Requires-Dist: folium>=0.14.0
Provides-Extra: extra
Requires-Dist: scipy>=1.9.0; extra == "extra"
Requires-Dist: rtree>=0.9.0; extra == "extra"
Provides-Extra: docs
Requires-Dist: sphinx>=5.0.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme>=1.0.0; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Requires-Dist: pytest-cov>=3.0.0; extra == "test"
Requires-Dist: black>=22.0.0; extra == "test"
Requires-Dist: flake8>=5.0.0; extra == "test"
Provides-Extra: all
Requires-Dist: maeson[extra]; extra == "all"
Requires-Dist: maeson[docs]; extra == "all"
Requires-Dist: maeson[test]; extra == "all"
Dynamic: license-file

# MAESon: Machine learning and Artificial intelligence for Earth Science 🌍🤖

**MAESon** is an open-source geospatial software designed to leverage machine learning (ML) and artificial intelligence (AI) techniques for Earth science applications. This project provides tools for analyzing and processing geospatial data, making it accessible for research, environmental monitoring, and decision-making.

## Features 🚀
- 🛰 **Remote Sensing Data Processing**: Support for multispectral and LiDAR datasets.
- 🌊 **Hydrological & Ecological Analysis**: Tools for analyzing water bodies, vegetation, and land cover.
- 🏗 **Geospatial Machine Learning**: Built-in models for classification, segmentation, and prediction.
- 📊 **Data Visualization**: Interactive mapping and statistical insights.

## Installation 💾
```bash
git clone https://github.com/yourusername/MAESon.git
cd MAESon
pip install -r requirements.txt
