Provenance
PublisherNASA VIIRS Flaring
Freshness & coverage
FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required
Methods (3)
searchThermalHotspots
readSearch VIIRS thermal hotspots by bbox, min FRP, confidence, day/night, recency.
Input schema
{ "type": "object", "properties": { "bbox": { "type": "array", "items": { "type": "number" } }, "minFrp": { "type": "number" }, "confidence": { "type": "string" }, "dayNight": { "type": "string" }, "maxHoursOld": { "type": "number" }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }getHotspotsNearWell
readThermal hotspots within a radius (km) of a well lat/lon.
Required paramslatlonInput schema
{ "type": "object", "properties": { "lat": { "type": "number" }, "lon": { "type": "number" }, "radiusKm": { "type": "number" }, "minFrp": { "type": "number" }, "maxHoursOld": { "type": "number" }, "limit": { "type": "number" } }, "additionalProperties": false, "required": [ "lat", "lon" ] }getServiceInfo
readField meanings + valid confidence/dayNight values.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
