Considerations
- You may need to change the default legacy GFW event type values (e.g. from
gfw_activefire_alert
togfwfirealert
) for data to be received via Gundi.
Name
: GFW Integrated Deforestation Alerts
Value
: gfwgladalert
Category
: Analyzer Event
{
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Auto-generated schema, from incoming data.",
"type": "object",
"properties": {
"confidence": {
"type": "number",
"title": "Confidence"
}
}
},
"definition": [
"confidence"
]
}
Name
: GFW Fire Alerts
Value
: gfwfirealert
Category
: Analyzer Event
{
"schema": {
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Auto-generated schema, from incoming data.",
"type": "object",
"properties": {
"confidence": {
"type": "string",
"title": "Confidence"
},
"alert_time": {
"type": "string",
"title": "Alert Time"
}
}
},
"definition": [
"alert_time",
"confidence"
]
}