No hardware to deploy
Traditional spatial data workflows require you to procure sensors, manage deployments, handle maintenance, and build ingestion pipelines. Vangrid removes that layer. You access captured data through the API, and commission new captures through bounties. When you make a spatial query, Vangrid identifies which nodes cover your area of interest, routes your request to them, aggregates their responses, and returns a single verified payload. From your perspective, the network behaves like a continuously operating sensor grid that you query on demand.You are billed for the data you retrieve and for the bounties you fund. There is no hardware cost to pass on.
Node density and coverage
Vangrid’s network is designed for tactical urban density, the highest node concentrations are in metropolitan areas where autonomous systems, logistics, and infrastructure monitoring have the greatest need for fine-grained, continuous spatial data. In dense urban environments, multiple nodes typically cover any given location simultaneously, often from different vantage points and elevations. This overlap is intentional: it enables multi-view corroboration, which is the mechanism Vangrid uses to calculate theground_truth_score for each observation.
Coverage density varies by region. Contact hello@vangrid.io to confirm node coverage for a specific AOI before building production workflows that depend on it.
Multi-view ingestion
Captures of the same place come from different people, at different times, from different positions and heights. When you query an area of interest, the observations returned are drawn from those independent captures. Multi-view ingestion means the Vangrid aggregation layer combines observations from nodes with different physical perspectives and sensor types. This produces several advantages:- Occlusion handling, An object hidden from one node’s line of sight is often visible to another.
- Independent corroboration, Agreement between captures recorded by different contributors at different times increases confidence in the result.
- Redundancy, If one capture is low quality, other captures of the same place continue contributing.
sensor_modalities array in each API response lists the sensor types that contributed to that observation, so you can filter or weight results based on the modalities your application depends on.
How nodes are selected for your query
When you submit a spatial query, you specify an area of interest (AOI) as a GeoJSON polygon or bounding box along with a time range. Vangrid’s routing layer identifies all active nodes whose coverage intersects the AOI during the requested time window. Node selection factors include:- Geographic overlap, The node’s coverage area must intersect your AOI.
- Temporal availability, The node must have been active and capturing during your requested time range.
- Data quality, Nodes with persistent quality issues or flagged hardware are deprioritized.
- Sovereignty boundary, Only nodes within your configured data boundary are eligible.
Edge-computed privacy
Every node processes raw sensor data locally before transmitting anything to the network. Raw frames, point clouds, and sensor streams never leave the device. What the node transmits is a structured feature payload, spatial geometry, object classifications, timestamps, and metadata, derived from the raw data but containing no recoverable raw content. This means:- Personally identifiable information (faces, license plates, biometrics) is never present in API responses.
- Sensitive scene details are not stored or transmitted by the infrastructure.
- Privacy compliance is enforced at the hardware boundary, not in a downstream filtering layer that could be misconfigured or bypassed.
Edge-computed privacy is a network-level guarantee, not a configurable option. It applies to all nodes in the Vangrid network regardless of deployment region or query type.

