Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISD ftp access fxns #76

Closed
sckott opened this issue Nov 17, 2014 · 5 comments
Closed

ISD ftp access fxns #76

sckott opened this issue Nov 17, 2014 · 5 comments

Comments

@sckott
Copy link
Contributor

sckott commented Nov 17, 2014

Work on making fxns to access ISD data from FTP because the legacy NCDC REST service is quite unreliable. It does provide search which is good, but FTP should be more reliable at least for getting data.

@sckott sckott self-assigned this Nov 17, 2014
@sckott sckott added this to the v0.4 milestone Nov 17, 2014
@sckott
Copy link
Contributor Author

sckott commented Nov 18, 2014

what a mess this data is 😭

@ghost
Copy link

ghost commented May 21, 2015

I've done some work on this since I use ISD data regularly. It might be worth considering starting with the ISD Lite data. It's way easier to work with as there are only 12 fields to parse. The granularity is not quite as good, and the times are rounded to the nearest hour, but the data is still good enough for most purposes. If it's something that you think is worthwhile. I'd be glad to give it a go.

@sckott
Copy link
Contributor Author

sckott commented May 21, 2015

thanks @swayland - Been a while since I worked on this. I'll look through the code as is and see where we're at

sckott added a commit that referenced this issue May 21, 2015
@sckott
Copy link
Contributor Author

sckott commented May 21, 2015

@swayland made some changes. Try reinstalling rnoaa from github, then trying its examples https://github.com/ropensci/rnoaa/blob/master/R/isd.R

Let me know if you think the interface for the function is good, and behavior is good, and output data (column names, etc.) Note that we cache the original compressed (.gz) file, and then also the created .csv file (so that on subsequent calls to get the same data, we only have to read in the .csv - impt. b/c processing the ISD data takes a long time given the nasty messy strings of data)

@sckott
Copy link
Contributor Author

sckott commented Jun 17, 2015

seems done to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant