Metadata-Version: 2.4
Name: geosam
Version: 0.1.3
Summary: Add your description here
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: typing-extensions>=4.15.0
Provides-Extra: geospatial
Requires-Dist: geopandas>=1.0.1; extra == "geospatial"
Requires-Dist: pyarrow>=18.1.0; extra == "geospatial"
Requires-Dist: pyproj>=3.6.1; extra == "geospatial"
Requires-Dist: rasterio>=1.4.3; extra == "geospatial"
Requires-Dist: shapely>=2.0.7; extra == "geospatial"
Provides-Extra: ai
Requires-Dist: ultralytics>=8.4.33; extra == "ai"
Provides-Extra: all
Requires-Dist: geosam[ai,geospatial]; extra == "all"
Provides-Extra: code-style
Requires-Dist: pre-commit; extra == "code-style"
Requires-Dist: ruff; extra == "code-style"
Provides-Extra: test
Requires-Dist: geosam[all]; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Provides-Extra: docs
Requires-Dist: geosam[all]; extra == "docs"
Requires-Dist: recommonmark; extra == "docs"
Requires-Dist: sphinx>=7; extra == "docs"
Requires-Dist: myst-nb; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-design; extra == "docs"
Requires-Dist: pydata_sphinx_theme; extra == "docs"
Requires-Dist: sphinx-togglebutton; extra == "docs"
Requires-Dist: Jinja2; extra == "docs"
Requires-Dist: myst-sphinx-gallery; extra == "docs"
Provides-Extra: dev
Requires-Dist: geosam[all,code_style,docs,test]; extra == "dev"

# geosam

GeoSAM provides geospatially aware SAM capabilities for segmenting and labeling large raster imagery with geographic prompts, serving as the core engine of the Geo-SAM QGIS plugin.
