Skip to main content
Private Preview

RasterFlow Overview

Learn about RasterFlow’s key features and capabilities

Get Started

Get started running RasterFlow in Wherobots.

Reference

Browse the RasterFlow API documentation

RasterFlow Datasets

Learn about built-in datasets and how to bring your own.

RasterFlow built-in models

RasterFlow includes curated, open-source models for common geospatial use cases.

Running model inference

There are two options for running model inference in RasterFlow:
  • Run an end-to-end workflow that ingests the required imagery, generates a mosaic and runs the model using a pre-configured recipe. See build_and_predict_mosaic_recipe() for more details.
  • Run model inference on an existing mosaic. See predict_mosaic() for more details.

Vectorization of model outputs

Convert raster predictions to vector geometries for further spatial analysis: Vectorization enables you to:
  • Join with other vector datasets (e.g., cadastral data, yield records)
  • Calculate area statistics for each field
  • Perform spatial queries in WherobotsDB
  • Export to standard GIS formats for visualization
See vectorize_mosaic() for more information.

API reference

For detailed API documentation, see: