#92 · Primary category: Computer Vision
segment-geospatial
A Python package for segmenting geospatial data with the Segment Anything Model (SAM)
Project last updated:08/24/26
GitHub Stars
4.1K
Forks
440
Contributors
28
License
MIT
Why we included this project
Drawing boundaries on satellite and aerial imagery by hand is slow and inconsistent, so this package adapts Meta's Segment Anything Model to geospatial data to automate the work. It wraps SAM in a thin Python API, letting researchers and GIS analysts prompt for a feature and get vector results back in a few lines of code, with helpers for running inference over tiles, masking clouds, and exporting to common geospatial formats. That means you can pull out built-up areas, water, or vegetation from a scene without training a custom model every time. The convenience utilities also handle the coordinate and format wrangling that usually trips up remote sensing work, so outputs drop into existing raster and vector pipelines. If extracting shapes from imagery is a recurring task rather than a research project in itself, this is a solid shortcut.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)