MazamaScience / AirFireModeling

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

restore netcdf xlim, ylim support #28

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 4 years ago

The earlier version of bluesky_load() currently on master has an extensive section of code to handle netcdf reads of subsets of a full model run in the following sections:

  # ----- Handle xlim, ylim ----------------------------------------------------
  ...
  # ----- Read in parameter data -----------------------------------------------
  ...

Utilizing netcdf capabilities to read in less than the full model grid is hugely important in the context of the current package and must be restored.