oscarperpinan / meteoForecast

A package to access outputs from Numerical Weather Prediction models both in raster format and as a time series for a location
GNU General Public License v3.0
51 stars 25 forks source link

changed NOMADS url protocol to HTTPS from HTTP #21

Closed mondorescue closed 7 years ago

mondorescue commented 7 years ago

and added RCurl package in NAMESPACE so that getURL can be used to generate xml that xmlParse can parse from NOMADS https. This time, I tested the code and grepVar works for GFS and NAM (not for RAP for some reason, but RAP wasn't working before the changes).

oscarperpinan commented 7 years ago

Thanks. I have merged the URL changes. However, instead of adding a new dependence (RCurl), I prefer to use download.file inside grepVar.