#86 · Primary category: Computer Vision
torchgeo
TorchGeo: datasets, samplers, transforms, and pre-trained models for geospatial data
Project last updated:08/29/26
GitHub Stars
4.2K
Forks
581
Contributors
136
License
MIT
Why we included this project
Anyone who trains vision models on satellite or aerial imagery knows the pain of wrestling geospatial data into a form PyTorch will accept. TorchGeo exists to remove that friction: it is a PyTorch domain library in the spirit of torchvision, with CRS-aware loaders for over a hundred geospatial datasets, samplers that select geographically meaningful windows, multispectral transforms, and pretrained weights for backbones like SeCo, SatMAE, DOFA, and Prithvi. A pipeline can read 13-band Sentinel-2 input directly instead of hacking an RGB workaround, and the pieces drop into standard PyTorch and Lightning training loops. That makes it a practical starting point for land-cover classification, semantic segmentation of building footprints, or object detection, since the data plumbing and checkpoints are already in place. It is just as useful for ML engineers new to geospatial formats as for remote sensing experts who want standard deep learning workflows without rebuilding their tooling.
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)