No features match your search.
Georeferencing
Georeference rasters with affine, polynomial or TPS transforms, RMS residuals and direct COG export via GDAL/WASM.
Assistant
Drive an AI agent that edits layers, runs SQL/Python/MapLibre, executes processing tools and searches STAC; code approval required.
Whitebox Toolbox
client-sideRun most geoprocessing tools in-browser via WASM with an area-of-interest picker, source filter and shareable ?tool= links.
SQL Workspace
client-sideRun spatial SQL across DuckDB-WASM, PostGIS (PGlite) and Sedona engines, with live layers and CSV/GeoParquet export.
Python Console
client-sideScript the map from a Pyodide console with on-demand packages, run-selection editing and .py open/save.
Notebook
client-sideDocuments an analysis step by step with text, code, results, and visualizations for reproducible, shareable workflows.
Dashboard
client-sideBuild dashboards with eight widget types, KPI aggregations, editable grids and DuckDB query-layer sources.
Processing History
Re-run or edit-and-rerun past executions and export a run as JSON or Python, with inputs, status, duration and outputs.
Google Earth Engine
serviceConnects the project to Earth Engine collections and analyses, adding results as layers; requires a service connection.
Batch Address Geocoding
serviceGeocode a CSV address column into a point layer that keeps your original fields plus coordinates and match score.
Batch Processing
client-sideRun the same vector tool across many selected layers in one pass instead of repeating it layer by layer.
Model Builder
client-sideChain processing tools into a reusable model whose steps pass each output to the next, saved with your project.
History Re-run & Code Export
Re-run or fine-tune any past execution, and copy it as JSON or a ready-to-adapt Python script.
Switchable Vector Engines
client-sideChoose per run whether vector tools execute with Turf.js in the browser, GeoPandas on the sidecar, or Pyodide.
Spatial Join
client-sideTransfer attributes between layers by spatial relationship instead of matching table keys.
Random Feature Extract
client-sideSplit off a random subset of features for sampling, QA or training data.
Regular Grid Generator
client-sideGenerate grids of evenly sized cells over a drawn extent or around a layer's features.
Cell-Site Coverage
client-sideDraw antenna sector wedges from point attributes such as azimuth, radius and beamwidth.
Trajectory Speed
client-sideCompute per-point speeds along GPS tracks from timestamps, grouped by moving object.
Stop Detection
client-sideFlag where tracked objects dwell, using a distance radius and a minimum stay duration.
Space-Time Proximity
client-sideFind pairs of tracked objects that meet within both a distance and a time window.
Getis-Ord Gi* Hot Spot Analysis
client-sideLocate statistically significant hot and cold spots of a numeric attribute.
Emerging Hot Spot Analysis
client-sideClassify grid cells over time as intensifying, diminishing or persistent hot spots using a space-time cube.
Kernel Density Heatmap
client-sideEstimate a continuous density surface from weighted points as a gridded heatmap layer.
Sequential Route Solver
serviceRoute through waypoints in field order via live Valhalla routing, snapping off-road points to roads.
In-Browser Object Detection (YOLO)
wasmRun YOLO ONNX models over GeoTIFFs or geotagged photos in the browser; detections land as georeferenced layers.
Automatic Image Segmentation (SlimSAM)
wasmSegment every object in a GeoTIFF automatically with SlimSAM and get one georeferenced polygon layer.
AI Segmentation with SAM3
serviceTurn imagery into polygons by describing what to segment; SAM3 runs on the optional MappView server. Desktop only.
GeoTIFF to COG Converter
wasmRe-encode plain GeoTIFFs as tiled Cloud Optimized GeoTIFFs with overviews, fully in the browser.
Raster Reclassify
wasmRemap raster cell values with a classification table to turn continuous surfaces into classes.
Shareable Tool Links
Open any processing tool from a URL with its parameters prefilled, ready to share with teammates.
Raster to COG
wasmConvert rasters into tiled Cloud Optimized GeoTIFFs with overviews and seven compression codecs. Browser handles GeoTIFF input.
Vector to FlatGeobuf
wasmConvert vector datasets to Hilbert-sorted FlatGeobuf with a packed spatial index for fast cloud-native access.
Vector to GeoPackage
wasmConvert vector datasets to GeoPackage for lossless exchange with QGIS, ArcGIS, and other GIS tools.
Vector to Shapefile
wasmConvert vector datasets to zipped ESRI Shapefiles, truncating field names to ten characters as the format requires.