Burnt Areas
Burnt areas are computed automatically for select regions and allow displaying a more accurate outline of the fire perimeter. These are based on satellite imagery and are updated periodically. Burnt area APIs allow retrieving the generated burnt scar shapes. Usage of the feature requires specific subscription plans.
Get burnt areas
Retrieve burnt areas for a specific geographic region and time. Querying is based on the centroid of the burnt areas and the detection time of the burnt areas.
Get burnt area info
Get properties pertaining to a single burnt area. Depending on the passed select parameter, more information may be included in the response.
Get burnt areas for clusters
Retrieve burnt areas for clusters found within a specific geographic region and time. Querying is based on the centroid of the clusters and the time during which they were active. The search will return all burnt areas that are associated with the found clusters, regardless of the actual detection time of the burnt area.
Get harmonized burnt areas for clusters
Retrieve harmonized burnt areas for clusters found within a specific geographic region and time.
Get low-latency burnt areas
Retrieve low-latency burnt areas (firebeetle) from the dedicated burnt_areas_low_latency_ba table. Querying is based on the centroid of the burnt areas and the detection time of the burnt areas, mirroring the /burnt_areas/ endpoint.
Get cluster info
Get detailed information pertaining to a cluster id. Events are always returned. Other fields are optional and may be requested using the 'select' parameter.
Get burnt areas for a cluster
Get all burnt areas pertaining to a specific cluster. Depending on the passed select parameter, more information may be included in the response.
Get historic burnt area shapes per overpass for a cluster
Get all burnt areas pertaining to a specific cluster. One Feature per overpass is returned.
Get harmonized burnt areas for a cluster
Get all harmonized burnt areas pertaining to a specific cluster.
Get low-latency burnt areas for a cluster
Get all low-latency burnt areas (from burnt_areas_low_latency_ba) pertaining to a specific cluster. Mirrors /clusters/{id}/burnt_areas/.
Get harmonized burnt areas
Retrieve harmonized burnt areas from the burnt_areas_harmonized table for a specific geographic region and time.
Get low-latency burnt area info
Get properties pertaining to a single low-latency burnt area from the burnt_areas_low_latency_ba table. Mirrors /burnt_areas/{id}.