library(giscourse)
library(dplyr)
library(raster)
library(mapview)
CThe cde has already been set up on the server to load all the available points from the modis detected fire coordinates.
conn<-sconnect11()
d<-get_fires(146,-41.5, dist=2.4)
mapview(d,color="red", col.regions="red") %>% giscourse::hansen_wms()