MazamaScience / AirFireModeling

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

Add Checks for all functions #25

Closed hmrtn closed 4 years ago

hmrtn commented 4 years ago

Every function in the package needs to have the appropriate checks.

Raster functions should check if it is a raster, dimensions, resolution, etc.

Monitor functions should check if it is a monitor, time, etc.

Some cases, throwing warnings may be more useful than throwing errors.

Find a standard method of evaluating the validity of parameters passed into these functions and implement them in all.