Just created a flow to plot the wild-fires data from NASA (using the EONET category) on the worldmap node. I've placed some buttons on the dashboard to filter the data by regions around the world.
This is what the revised (see Note-A below) Node-RED flow looks like.
[{"id":"8a88f56d6fd5eb7f","type":"tab","label":"Wild Fires","disabled":false,"info":"","env":[]},{"id":"01d9626af51fcc59","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for world","group":"d4d2c5a78449ad8a","order":3,"width":2,"height":1,"passthru":true,"label":"World","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"[-90,90,-180,180]","payloadType":"json","topic":"world","topicType":"str","x":230,"y":200,"wires":[["6862402c5412c3ca"]]},{"id":"6862402c5412c3ca","type":"function","z":"8a88f56d6fd5eb7f","name":"","func":"msg.headers = {\"Accept\":\"text/json\"};\nmsg.url = \"https://eonet.gsfc.nasa.gov/api/v2.1/events\";\nmsg.points = msg.payload;\nreturn msg;","outputs":1,"noerr":0,"initialize":"","finalize":"","libs":[],"x":540,"y":260,"wires":[["3ef74e602820ab02"]]},{"id":"6541e0cae5bdefd0","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for UK","group":"d4d2c5a78449ad8a","order":4,"width":2,"height":1,"passthru":true,"label":"UK","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"[49, 60, -1, 1]","payloadType":"json","topic":"uk","topicType":"str","x":230,"y":240,"wires":[["6862402c5412c3ca"]]},{"id":"64e791c7f3027a6d","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for Portugal / Spain","group":"d4d2c5a78449ad8a","order":5,"width":4,"height":1,"passthru":true,"label":"Portugal / Spain","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"[36, 44, -10, 3]","payloadType":"json","topic":"spain","topicType":"str","x":270,"y":280,"wires":[["6862402c5412c3ca"]]},{"id":"e684d76e8f37a4d9","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for Australia","group":"d4d2c5a78449ad8a","order":6,"width":2,"height":1,"passthru":true,"label":"Australia","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"[-44, -8, 110, 156]","payloadType":"json","topic":"aus","topicType":"str","x":240,"y":320,"wires":[["6862402c5412c3ca"]]},{"id":"fc907e74b1154d6d","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for ????","group":"d4d2c5a78449ad8a","order":6,"width":2,"height":1,"passthru":false,"label":"- spare -","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"","payloadType":"str","topic":"none","topicType":"str","x":230,"y":360,"wires":[["6862402c5412c3ca"]]},{"id":"7f545cfdb4f92794","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for ????","group":"d4d2c5a78449ad8a","order":6,"width":2,"height":1,"passthru":false,"label":"- spare -","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"","payloadType":"str","topic":"none","topicType":"str","x":230,"y":400,"wires":[["6862402c5412c3ca"]]},{"id":"66ca07c8363c197a","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"Load fires for ????","group":"d4d2c5a78449ad8a","order":6,"width":2,"height":1,"passthru":false,"label":"- spare -","tooltip":"","color":"","bgcolor":"","className":"","icon":"fa-map","payload":"","payloadType":"str","topic":"none","topicType":"str","x":230,"y":440,"wires":[["6862402c5412c3ca"]]},{"id":"3ef74e602820ab02","type":"http request","z":"8a88f56d6fd5eb7f","name":"","method":"GET","ret":"obj","paytoqs":"ignore","url":"","tls":"","persist":false,"proxy":"","authType":"","senderr":false,"x":710,"y":260,"wires":[["7df729eab69e1708","9a3cd1a7ab7d6362"]]},{"id":"7df729eab69e1708","type":"change","z":"8a88f56d6fd5eb7f","name":"Filter for title=\"wildfires\"","rules":[{"t":"set","p":"payload","pt":"msg","to":"[$$.payload.events[\t categories.title = \"Wildfires\" and\t (geometries[0].coordinates[1] >= $$.points[0] and \t geometries[0].coordinates[1] <= $$.points[1] and \t geometries[0].coordinates[0] >= $$.points[2] and \t geometries[0].coordinates[0] <= $$.points[3])\t].{\t \"name\": $.id,\t \"lat\": $.geometries[0].coordinates[1],\t \"lon\": $.geometries[0].coordinates[0],\t \"Title\": $.title,\t \"Date\": $moment($.geometries[0].date).tz(\"Euroupe/london\").format(\"yyyy/MM/DD HH:mm:ss\"),\t \"icon\": \"fa-fire\"\t }]","tot":"jsonata"}],"action":"","property":"","from":"","to":"","reg":false,"x":930,"y":260,"wires":[["e681fc3b61902171"]]},{"id":"e681fc3b61902171","type":"trigger","z":"8a88f56d6fd5eb7f","name":"","op1":"{\"command\":{\"clear\":\"unknown\" }}","op2":"","op1type":"json","op2type":"pay","duration":"250","extend":false,"overrideDelay":false,"units":"ms","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":900,"y":320,"wires":[["5bf5b822c3ac1d30"]]},{"id":"93f49530be5de971","type":"ui_button","z":"8a88f56d6fd5eb7f","name":"","group":"d4d2c5a78449ad8a","order":8,"width":2,"height":1,"passthru":false,"label":"Clear map","tooltip":"","color":"","bgcolor":"","className":"","icon":"","payload":"{\"command\":{\"clear\":\"unknown\" }}","payloadType":"json","topic":"","topicType":"str","x":210,"y":480,"wires":[["5bf5b822c3ac1d30"]]},{"id":"5bf5b822c3ac1d30","type":"ui_worldmap","z":"8a88f56d6fd5eb7f","group":"d4d2c5a78449ad8a","order":1,"width":18,"height":14,"name":"","lat":"","lon":"","zoom":"5","layer":"OSMG","cluster":"","maxage":"","usermenu":"show","layers":"show","panit":"true","panlock":"false","zoomlock":"false","hiderightclick":"true","coords":"none","showgrid":"true","allowFileDrop":"false","path":"/worldmap","overlist":"DR,CO,RA,DN,HM","maplist":"OSMG,OSMC,EsriC,EsriS,EsriT,EsriO,EsriDG,NatGeo,UKOS,OpTop","mapname":"","mapurl":"","mapopt":"","mapwms":false,"x":880,"y":480,"wires":[]},{"id":"558f2165096f3674","type":"inject","z":"8a88f56d6fd5eb7f","name":"Test","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"1","payloadType":"num","x":190,"y":140,"wires":[["01d9626af51fcc59"]]},{"id":"833c8cdd1e496a37","type":"ui_template","z":"8a88f56d6fd5eb7f","group":"d4d2c5a78449ad8a","name":"Capitalise first character","order":2,"width":0,"height":0,"format":"<style>\n .nr-dashboard-theme .nr-dashboard-button .md-button {\n text-transform:capitalize;\n }\n</style>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","className":"","x":590,"y":140,"wires":[[]]},{"id":"9a3cd1a7ab7d6362","type":"debug","z":"8a88f56d6fd5eb7f","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":890,"y":180,"wires":[]},{"id":"7cf0c411adbf93b9","type":"comment","z":"8a88f56d6fd5eb7f","name":"Last modified: 21st May 2022","info":"","x":240,"y":80,"wires":[]},{"id":"d4d2c5a78449ad8a","type":"ui_group","name":"World_map","tab":"47ec854f298fe1a9","order":1,"disp":true,"width":"18","collapse":false,"className":""},{"id":"47ec854f298fe1a9","type":"ui_tab","name":"Wild_fires","icon":"dashboard","order":40,"disabled":false,"hidden":false}]
I've left some -spare- buttons on the dashboard so you can adapt the flow for your specific region.
Note-A: I must give credit to @E1cid for his work creating the Jsonata in the Change node and for his suggestion to set the coordinates for the various regions in the buttons. This simplifies the processing in the Change node and makes the overall flow much simpler and easier to follow.
Note-B: According to the NASA data, there are currently (May, 2022) no wild-fires in Australia.
Note-C: Since taking the screenshots above I've added an 'icon' definition for Worldmap to get this effect.
Note-D: 21st May 2022 - I've updated the flow to include Title and Date on Worldmap popups, so you can see when the report was posted.