Re: [R] Error in R_nc4_open

2017-01-11 Thread Roy Mendelssohn - NOAA Federal
> On Jan 11, 2017, at 8:39 PM, Debasish Pai Mazumder wrote: > > Thanks so much Roy. It works. > Thanks Jeff for all your help. > As a part of NCAR Command Language help group, I was only concern about the > first response I received from this help group which will discourage new user > like

Re: [R] Error in R_nc4_open

2017-01-11 Thread Debasish Pai Mazumder
Thanks so much Roy. It works. Thanks Jeff for all your help. As a part of NCAR Command Language help group, I was only concern about the first response I received from this help group which will discourage new user like me to post their problems in this forum. I would like apologize if I caused an

Re: [R] Error in R_nc4_open

2017-01-11 Thread Jeff Newmiller
My real point was that all the relevant information was missing, and it was missing because Debasish was unaware of which software was actually responsible for generating that error, and we were in the dark on that until the example was provided. -- Sent from my phone. Please excuse my brevity

Re: [R] Error in R_nc4_open

2017-01-11 Thread Roy Mendelssohn - NOAA Federal
Try replacing http with https. > gribfile <- > "https://nomads.ncdc.noaa.gov/thredds/dodsC/modeldata/cfsv2_forecast_ts_9mon/2011/201104/20110401/2011040100/tmax.01.2011040100.daily.grb2"; > nc <- nc_open(gribfile) > str(nc) List of 14 $ filename : chr "https://nomads.ncdc.noaa.gov/thredds/do

Re: [R] Error in R_nc4_open

2017-01-11 Thread Sarah Goslee
Jeff's point was that R and RStudio are two entirely different things, and if you think it's a problem with RStudio, you should pursue their tech support. If you think it's a problem with R, then you should prepare a reproducible example and submit it to this list, as you've done. I actually thin

Re: [R] Error in R_nc4_open

2017-01-11 Thread Ben Tupper
Hi, > error-Error in R_nc4_open: NetCDF: DAP server error Based upon the error above, the issue appears to be on the server side not your client end. Perhaps the URL to the grib file is not correct? I know that I recently switch NOMADS related URLS from http to https. You also asked about ma

Re: [R] Error in R_nc4_open

2017-01-11 Thread Debasish Pai Mazumder
Hi Jeff, Thanks for your detail response but I am really baffled by this sort of response from a help group because I am also a part of a help group (NCAR-Command Language). Anyway I felt its R/Rstudio issue because my code was working properly before..but since the update it isn't working

Re: [R] Error in R_nc4_open

2017-01-11 Thread Jeff Newmiller
You will do yourself a favor if you pay attention to which software you are using. When you use RStudio, the console window is a direct connection to R, which is NOT RStudio... it has a separate installer and a different support group (e.g. this mailing list). All of this means you have failed