MazamaScience / AirFireWRF

Utilities for working with WRF atmospheric model data
https://mazamascience.github.io/AirFireWRF/
0 stars 1 forks source link

Leaflet rasters #23

Closed tabrasel closed 4 years ago

tabrasel commented 4 years ago

See if WRF rasters can be given to AirFireModeling::raster_leaflet() and be displayed successfully. Or find out if a small change can be made to do so and give WRFmet its own version of the function.

tabrasel commented 4 years ago

Commands like AirFireModeling::raster_leaflet(WRFmet::example_PNW$HGT) work perfectly! The only thing to keep in mind is that raster_leaflet() only takes in a single RasterLayer, not a RasterBrick with a single layer.