Metadata-Version: 2.2
Name: geoai-py
Version: 0.1.5
Summary: A Python package for using Artificial Intelligence (AI) with geospatial data
Author-email: Qiusheng Wu <giswqs@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/giswqs/geoai
Keywords: geoai
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
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: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: albumentations
Requires-Dist: scikit-learn
Requires-Dist: segment-geospatial
Requires-Dist: torch
Requires-Dist: transformers
Provides-Extra: all
Requires-Dist: geoai[extra]; extra == "all"
Provides-Extra: extra
Requires-Dist: pandas; extra == "extra"

# geoai

[![image](https://img.shields.io/pypi/v/geoai-py.svg)](https://pypi.python.org/pypi/geoai-py)
[![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](https://anaconda.org/conda-forge/geoai)

**A Python package for using Artificial Intelligence (AI) with geospatial data**

-   Free software: MIT license
-   Documentation: <https://geoai.gishub.org>

## Features

-   Visualizing geospatial data, including vector, raster, and LiDAR data
-   Segmenting remote sensing imagery with the Segment Anything Model
-   Classifying remote sensing imagery with deep learning models
