.dockerignore
.editorconfig
.gitignore
.pre-commit-config.yaml
CITATION.cff
Dockerfile
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
pytest.ini
requirements.txt
requirements_docs.txt
requirements_ptv3.txt
agent-harness/GEOAI.md
agent-harness/conftest.py
agent-harness/pytest.ini
agent-harness/setup.py
agent-harness/cli_anything/geoai/README.md
agent-harness/cli_anything/geoai/__init__.py
agent-harness/cli_anything/geoai/__main__.py
agent-harness/cli_anything/geoai/geoai_cli.py
agent-harness/cli_anything/geoai/core/__init__.py
agent-harness/cli_anything/geoai/core/change.py
agent-harness/cli_anything/geoai/core/classify.py
agent-harness/cli_anything/geoai/core/data.py
agent-harness/cli_anything/geoai/core/detect.py
agent-harness/cli_anything/geoai/core/project.py
agent-harness/cli_anything/geoai/core/raster.py
agent-harness/cli_anything/geoai/core/segment.py
agent-harness/cli_anything/geoai/core/session.py
agent-harness/cli_anything/geoai/core/vector.py
agent-harness/cli_anything/geoai/skills/SKILL.md
agent-harness/cli_anything/geoai/tests/TEST.md
agent-harness/cli_anything/geoai/tests/__init__.py
agent-harness/cli_anything/geoai/tests/test_core.py
agent-harness/cli_anything/geoai/tests/test_full_e2e.py
agent-harness/cli_anything/geoai/utils/__init__.py
agent-harness/cli_anything/geoai/utils/geoai_backend.py
agent-harness/cli_anything/geoai/utils/repl_skin.py
geoai/__init__.py
geoai/auto.py
geoai/canopy.py
geoai/caption.py
geoai/change_detection.py
geoai/classify.py
geoai/cli.py
geoai/clip_classify.py
geoai/detectron2.py
geoai/dinov3.py
geoai/dinov3_finetune.py
geoai/download.py
geoai/embeddings.py
geoai/esrgan.py
geoai/extract.py
geoai/ftw.py
geoai/geoai.py
geoai/hf.py
geoai/inference.py
geoai/landcover_train.py
geoai/landcover_utils.py
geoai/map_widgets.py
geoai/moondream.py
geoai/object_detect.py
geoai/onnx.py
geoai/pipeline.py
geoai/prithvi.py
geoai/recognize.py
geoai/rfdetr.py
geoai/sam.py
geoai/segment.py
geoai/segmentation.py
geoai/tessera.py
geoai/timm_regress.py
geoai/timm_segment.py
geoai/timm_train.py
geoai/train.py
geoai/water.py
geoai-mcp-server/.env.example
geoai-mcp-server/.gitignore
geoai-mcp-server/README.md
geoai-mcp-server/pyproject.toml
geoai-mcp-server/pytest.ini
geoai-mcp-server/src/geoai_mcp_server/__init__.py
geoai-mcp-server/src/geoai_mcp_server/__main__.py
geoai-mcp-server/src/geoai_mcp_server/config.py
geoai-mcp-server/src/geoai_mcp_server/server.py
geoai-mcp-server/src/geoai_mcp_server/schemas/__init__.py
geoai-mcp-server/src/geoai_mcp_server/schemas/tool_schemas.py
geoai-mcp-server/src/geoai_mcp_server/utils/__init__.py
geoai-mcp-server/src/geoai_mcp_server/utils/error_handling.py
geoai-mcp-server/src/geoai_mcp_server/utils/file_management.py
geoai-mcp-server/src/geoai_mcp_server/utils/validation.py
geoai-mcp-server/tests/__init__.py
geoai-mcp-server/tests/conftest.py
geoai-mcp-server/tests/test_schemas.py
geoai-mcp-server/tests/test_server.py
geoai-mcp-server/tests/test_utils.py
geoai/agents/__init__.py
geoai/agents/catalog_models.py
geoai/agents/catalog_tools.py
geoai/agents/data_tools.py
geoai/agents/geo_agents.py
geoai/agents/map_tools.py
geoai/agents/stac_models.py
geoai/agents/stac_tools.py
geoai/tools/__init__.py
geoai/tools/cloudmask.py
geoai/tools/multiclean.py
geoai/tools/sr.py
geoai/tools/timeseries.py
geoai/utils/__init__.py
geoai/utils/conversion.py
geoai/utils/device.py
geoai/utils/download.py
geoai/utils/geometry.py
geoai/utils/metrics.py
geoai/utils/models.py
geoai/utils/raster.py
geoai/utils/training.py
geoai/utils/vector.py
geoai/utils/visualization.py
geoai_py.egg-info/PKG-INFO
geoai_py.egg-info/SOURCES.txt
geoai_py.egg-info/dependency_links.txt
geoai_py.egg-info/entry_points.txt
geoai_py.egg-info/requires.txt
geoai_py.egg-info/top_level.txt
qgis_plugin/README.md
qgis_plugin/install.py
qgis_plugin/install.sh
qgis_plugin/package_plugin.py
qgis_plugin/geoai/LICENSE
qgis_plugin/geoai/__init__.py
qgis_plugin/geoai/_geoai_lib.py
qgis_plugin/geoai/_pkg_resources_compat.py
qgis_plugin/geoai/geoai_plugin.py
qgis_plugin/geoai/metadata.txt
qgis_plugin/geoai/core/__init__.py
qgis_plugin/geoai/core/deepforest_subprocess.py
qgis_plugin/geoai/core/geoai_task_subprocess.py
qgis_plugin/geoai/core/moondream_subprocess.py
qgis_plugin/geoai/core/proj_utils.py
qgis_plugin/geoai/core/python_manager.py
qgis_plugin/geoai/core/samgeo_subprocess.py
qgis_plugin/geoai/core/uv_manager.py
qgis_plugin/geoai/core/venv_manager.py
qgis_plugin/geoai/dialogs/__init__.py
qgis_plugin/geoai/dialogs/deepforest_panel.py
qgis_plugin/geoai/dialogs/deps_install_dialog.py
qgis_plugin/geoai/dialogs/instance_segmentation.py
qgis_plugin/geoai/dialogs/map_tools.py
qgis_plugin/geoai/dialogs/moondream.py
qgis_plugin/geoai/dialogs/samgeo.py
qgis_plugin/geoai/dialogs/segmentation.py
qgis_plugin/geoai/dialogs/update_checker.py
qgis_plugin/geoai/dialogs/water_segmentation.py
qgis_plugin/geoai/icons/about.svg
qgis_plugin/geoai/icons/deepforest.svg
qgis_plugin/geoai/icons/gpu.svg
qgis_plugin/geoai/icons/icon.png
qgis_plugin/geoai/icons/instance_segmentation.svg
qgis_plugin/geoai/icons/moondream.svg
qgis_plugin/geoai/icons/samgeo.png
qgis_plugin/geoai/icons/segment.svg
qgis_plugin/geoai/icons/water.svg
qgis_plugin/geoai/workers/__init__.py
qgis_plugin/geoai/workers/deepforest_worker.py
qgis_plugin/geoai/workers/deps_install_worker.py
qgis_plugin/geoai/workers/geoai_task_worker.py
qgis_plugin/geoai/workers/moondream_worker.py
qgis_plugin/geoai/workers/samgeo_worker.py
qgis_plugin/tests/__init__.py
qgis_plugin/tests/conftest.py
qgis_plugin/tests/test_plugin_menu.py
qgis_plugin/tests/test_pyqt6_imports.py
scripts/object_detection_nwpu.py
scripts/prepare_dc_impervious_data.py
scripts/preprocess_dales_ptv3.py
scripts/train_nwpu_detection.py
scripts/train_ptv3_dales.py
scripts/train_s2_water.py
scripts/train_whu_building.py
scripts/upload_to_qgis_plugin_repo.py
tests/__init__.py
tests/conftest.py
tests/create_test_data.py
tests/test_agents_models.py
tests/test_auto.py
tests/test_canopy.py
tests/test_caption.py
tests/test_change_detection.py
tests/test_classify.py
tests/test_cli.py
tests/test_clip_classify.py
tests/test_clip_segmentation.py
tests/test_detectron2.py
tests/test_dinov3.py
tests/test_dinov3_finetune.py
tests/test_display_training_tiles_origin.py
tests/test_download.py
tests/test_download_validation.py
tests/test_embeddings.py
tests/test_esrgan.py
tests/test_extract.py
tests/test_extract_classes.py
tests/test_fixtures.py
tests/test_freeze_encoder.py
tests/test_geoai.py
tests/test_hf.py
tests/test_inference.py
tests/test_instance_segmentation.py
tests/test_landcover_train.py
tests/test_landcover_utils.py
tests/test_lazy_import.py
tests/test_map_widgets.py
tests/test_merge_tiles.py
tests/test_minimax_provider.py
tests/test_moondream.py
tests/test_object_detection_batch.py
tests/test_onnx.py
tests/test_pad_window.py
tests/test_pipeline.py
tests/test_pkg_resources_compat.py
tests/test_prithvi.py
tests/test_recognize.py
tests/test_rfdetr.py
tests/test_sam.py
tests/test_segment.py
tests/test_segment_dataclasses.py
tests/test_segmentation.py
tests/test_tessera.py
tests/test_timm_regress.py
tests/test_timm_segment.py
tests/test_tools.py
tests/test_train_metrics.py
tests/test_training_validation.py
tests/test_utils.py
tests/test_utils_download.py
tests/test_utils_metrics.py
tests/test_utils_raster.py
tests/test_utils_raster_deep.py
tests/test_water.py