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
Hi! I'm using the rnoaa package to pull data from weather stations and then match that data to survey respondents. These respondents have geodata attached to them, so it would be great if I could match the output of meteo_nearby_stations to link which stations are closest to which respondents based on their geodata. Right now, meteo_nearby_stations outputs the lat and lon coordinates of pulled weather stations, but not the original coordinates used to search for those stations.
Is there a function in the package that does this that I'm missing? If not, is there any community interest (besides myself) in this capability being added or ways I can match pulled data (either a list of stations or the relevant temp data for those stations) to input datframes (the lat lon coordinates used to query stations!).
Session Info
Sessioninfo-----------------------------------------------------------------------------------------------------settingvalueversionRversion4.1.0 (2021-05-18)
osWindows10x64systemx86_64, mingw32uiRStudio
language (EN)
collateEnglish_UnitedStates.1252ctypeEnglish_UnitedStates.1252tzAmerica/New_Yorkdate2021-08-11
The text was updated successfully, but these errors were encountered:
It seems like something that would be valuable to have. I don't have an immediate solution but also don't think it should be too hard to implement. Let me dig in this weekend or early next week and let you know. Also, happy to have a pull request if @pdeshlab finds a solution in the meantime.
Hi! I'm using the rnoaa package to pull data from weather stations and then match that data to survey respondents. These respondents have geodata attached to them, so it would be great if I could match the output of meteo_nearby_stations to link which stations are closest to which respondents based on their geodata. Right now, meteo_nearby_stations outputs the lat and lon coordinates of pulled weather stations, but not the original coordinates used to search for those stations.
Is there a function in the package that does this that I'm missing? If not, is there any community interest (besides myself) in this capability being added or ways I can match pulled data (either a list of stations or the relevant temp data for those stations) to input datframes (the lat lon coordinates used to query stations!).
Session Info
The text was updated successfully, but these errors were encountered: