You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function timeInfo() doesn't have any inherent dependence on the ws_monitor data PWFSLSmoke was created to work with. If we ever needed to use this function in another context (let's say working with raw air-sensor data), it would be convenient if was available from a smaller, more generalized package.
This function does have a dependency on MazamaSpatialUtils and the maptools package. If this function gets moved somewhere, it still needs to have access to these packages.
The text was updated successfully, but these errors were encountered:
Motivation
The function
timeInfo()
doesn't have any inherent dependence on thews_monitor
data PWFSLSmoke was created to work with. If we ever needed to use this function in another context (let's say working with raw air-sensor data), it would be convenient if was available from a smaller, more generalized package.Idea
timeInfo()
should exist in some *utils package, either MazamaSpatialUtils, MazamaCoreUtils, or some other "time utils" package.Potential Difficulties
This function does have a dependency on MazamaSpatialUtils and the maptools package. If this function gets moved somewhere, it still needs to have access to these packages.
The text was updated successfully, but these errors were encountered: