How We Delivered “Fields of The World” with RasterFlow: A Planetary-Scale GeoAI Pipeline

See how we used RasterFlow to run a 100TB+ global GeoAI pipeline, from feature mosaics to predictions and vectors, with reproducible workflows.

Graph RAG for the Physical World

Introduction RAG (Retrieval Augmented Generation) has addressed one of AI’s biggest challenges for enterprise users: missing or hallucinating empirical business and real world context . Instead of generating answers from nothing, RAG retrieves relevant documents and feeds them to the model as context. It works. Ask an AI about your company’s Q4 revenue, and RAG […]

Building the Wherobots Mobility Solution Accelerator: A Technical Deep Dive

Three Notebooks, One Medallion Architecture, Full 4D GPS Trajectory Processing: Part 2 of 2

How well does SAM3 detect building footprints? Let’s ask the Wherobots Spatial AI Assistant!

In a recent post, we showed how easy it is to use RasterFlow and Meta’s Segment Anything 3 Model (SAM3) to detect features in the physical world. A single end-to-end pipeline built a 133 GB NAIP mosaic of Marion County, Oregon, ran SAM3 against it with text prompts spanning eight classes, and produced approximately one […]

Wherobots MCP Server: Building GEOINT Spatial Pipelines with AI Agents

I built three national-security GEOINT use cases on the Wherobots stack in days instead of weeks. A Critical Infrastructure Vulnerability (CIV) pipeline with two regional variants, plus a border-corridor analysis on real transportation segments. The Wherobots geospatial MCP server is what made that timeline possible. Most of the work in standing up a credible use […]

Change Detection Using AlphaEarth Foundations (Part 2)

Continue exploring how Alpha Earth Embeddings reveal change over time using scores.

AlphaEarth Embeddings, Zonal Statistics, and PCA

Aggregate AlphaEarth embeddings over Iowa fields and visualize them with PCA.

Introducing the Wherobots Python SDK

What is the Wherobots Python SDK? The Wherobots Python SDK is a typed Python client for submitting, monitoring, and managing Wherobots job runs. It ships on PyPI as wherobots-python-sdk. One install, one API key, and you’re running spatial jobs from any Python environment: CI/CD pipelines, notebooks, a local shell. The SDK is built for three […]