MazamaScience / AirFireModeling

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

R markdown document -- single model run at a location #20

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 4 years ago

We will attempt to address the current request for model analysis output by creating a set of R markdown documents that we may later include in automated processing scripts or in a by-request web service.

The first markdown document will be local_Rmd/model_receptor.Rmd with a header something like this:

title: "Model Receptor Analysis"
output: html_document
params:
  model: "PNW-4km"
  modelRun: "2019111900"
  monitorID: NULL
  longitude: -120.25
  latitude: 45.5
  spatialDataDir: "~/Data/Spatial"
  modelDataDir: "~/Data/Bluesky"

This markdown document will contain headers, explanatory text and visual presentation but can hide most/all of the R code use to generate the plots.

Visualizations that should be included: