MazamaScience / AirFireModeling

Utilities to ease merging of USFS AirFire model output and monitoring data.
0 stars 0 forks source link

Location - Model timeseries #18

Closed hmrtn closed 4 years ago

hmrtn commented 4 years ago

Create a function that produces a model time series of provided coordinates from a grid model. The function should also take a radius or count of cells and collapse them into a statistically sound time series that can be plotted.

Have an option to plot.

jonathancallahan commented 4 years ago

This sounds a lot like the model grid ==> monitor conversion.

Any conversion function should be completely separate from any plotting capabilities. And our single-monitor plotting capabilities should increasingly be handled by AirMonitorPlots.

hmrtn commented 4 years ago

See raster_toMonitor()