MazamaScience / AirFireModeling

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

investigate adding functionality from gridMap_correlation.R #3

Closed jonathancallahan closed 4 years ago

jonathancallahan commented 4 years ago

All of the code in local_R/ is code left over from the previous version of the package. Each of these functions needs to be evaluated as to whether it is useful and still needed in the AirFireModeling version of the package.

This task is to investigate creating an updated grid_correlationMap() function, using the old gridMap_correlation() as a starting point.

The original code use base R functionality and this is a chance to evaluate options for improvement including:

The end result of this issue will be the creation of more specific tasks.

hmrtn commented 4 years ago

Yes, this looks like it can be added. As for its purpose - I see it as important, too. We need to review the use of our correlation algorithms.

hmrtn commented 4 years ago

Added