From a.w.kulikov at gmail.com Wed Feb 8 12:07:49 2017 From: a.w.kulikov at gmail.com (Alexander Kulikov) Date: Wed, 8 Feb 2017 12:07:49 +0100 Subject: [Rnomads-user] rNOMADs Linux problem Message-ID: Dear All, dear Mr. Bowman, I use your beautiful rNOMADs R package to pull weather forecasts from the German weather service ftp-server (grib2 files). On my local computer under Windows there is no problem to get the data. However, on a Linux server, the "gribinfos" function returns e.g. "var discipline=0 master_table=11 parmcat=6 parm=1" istead of "TCDC". Accordingly, ReadGrib function returns no values. Do you know what causes the problem and how to solve it? Thanks a lot in advance and kind regards Alexander Kulikov -------------- next part -------------- An HTML attachment was scrubbed... URL: From danny.c.bowman at gmail.com Wed Feb 8 17:11:09 2017 From: danny.c.bowman at gmail.com (Daniel Bowman) Date: Wed, 08 Feb 2017 16:11:09 +0000 Subject: [Rnomads-user] rNOMADs Linux problem In-Reply-To: <8a5da58cc933419886227e83b85ff3dd@BL2PR03MB564.namprd03.prod.outlook.com> References: <8a5da58cc933419886227e83b85ff3dd@BL2PR03MB564.namprd03.prod.outlook.com> Message-ID: Hi Alexander, Can you open an R session and send me the output of: library(rNOMADS) sessionInfo() For the Linux machine, and also send me an example grib file that has the problem? Thanks, Danny On Wed, Feb 8, 2017 at 09:09 Alexander Kulikov wrote: > Dear All, dear Mr. Bowman, > > I use your beautiful rNOMADs R package to pull weather forecasts from the > German weather service ftp-server (grib2 files). > > On my local computer under Windows there is no problem to get the data. > However, on a Linux server, the "gribinfos" function returns e.g. > > "var discipline=0 master_table=11 parmcat=6 parm=1" > > istead of "TCDC". Accordingly, ReadGrib function returns no values. > > Do you know what causes the problem and how to solve it? > > Thanks a lot in advance and kind regards > Alexander Kulikov > -------------- next part -------------- An HTML attachment was scrubbed... URL: From w.greuell at hetnet.nl Tue Feb 14 15:54:24 2017 From: w.greuell at hetnet.nl (Wouter Greuell) Date: Tue, 14 Feb 2017 15:54:24 +0100 Subject: [Rnomads-user] failed to load external entity Message-ID: <4cbedb4e-f4d8-69db-3963-11ed3b79fbc7@hetnet.nl> LS I just began using the library rNOMADS with the aim of downloading data from the GFS archive. Unfortunately, the following program does not work rm(list=ls()) #remove all the variables from the workspace library (rNOMADS) arch_model <- NOMADSArchiveList ("dods") ind <- which (arch_model$abbrevs == "gfsanl") url_gfsanl <- arch_model$url[ind] model_runs <- GetDODSModelRuns (url_gfsanl) stop () I get the error message: failed to load external entity "http://nomads.ncdc.noaa.gov/dods/NCEP_GFS_ANALYSIS/" However, when I enter this URL in Internet Explorer, the URL exists (though http is automatically changed into https). I get the same error message when I run the second example on page 18 of rNOMADS.pfd. Can somebody help me with this issue? With kind regards Wouter Greuell -- Wouter Greuell Sportlaan 56 NL 6717 LC Ede phone: + 31 (0) 318 621395 From danny.c.bowman at gmail.com Fri Feb 17 22:33:56 2017 From: danny.c.bowman at gmail.com (Daniel Bowman) Date: Fri, 17 Feb 2017 14:33:56 -0700 Subject: [Rnomads-user] failed to load external entity In-Reply-To: <4cbedb4e-f4d8-69db-3963-11ed3b79fbc7@hetnet.nl> References: <4cbedb4e-f4d8-69db-3963-11ed3b79fbc7@hetnet.nl> Message-ID: Hello Wouter, NOAA is changing from the http to https protocol, and while I thought I had fixed that, it looks rNOMADS is still trying to access DODS archives using http. I'll fix this shortly and release a new version, and I'll let you know when it is available. Sorry for the inconvenience! Best, Danny On Tue, Feb 14, 2017 at 7:54 AM, Wouter Greuell wrote: > LS > > I just began using the library rNOMADS with the aim of downloading data from > the GFS archive. > > Unfortunately, the following program does not work > > rm(list=ls()) #remove all the variables from the workspace > > library (rNOMADS) > > arch_model <- NOMADSArchiveList ("dods") > ind <- which (arch_model$abbrevs == "gfsanl") > url_gfsanl <- arch_model$url[ind] > model_runs <- GetDODSModelRuns (url_gfsanl) > > stop () > > I get the error message: failed to load external entity > "http://nomads.ncdc.noaa.gov/dods/NCEP_GFS_ANALYSIS/" However, when I enter > this URL in Internet Explorer, the URL exists (though http is automatically > changed into https). > > I get the same error message when I run the second example on page 18 of > rNOMADS.pfd. Can somebody help me with this issue? > > With kind regards > > > Wouter Greuell > > -- > Wouter Greuell > Sportlaan 56 > NL 6717 LC Ede > phone: + 31 (0) 318 621395 > > _______________________________________________ > Rnomads-user mailing list > Rnomads-user at lists.r-forge.r-project.org > http://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rnomads-user From danny.c.bowman at gmail.com Thu Feb 23 14:38:51 2017 From: danny.c.bowman at gmail.com (Daniel Bowman) Date: Thu, 23 Feb 2017 06:38:51 -0700 Subject: [Rnomads-user] rNOMADS 2.3.3. released Message-ID: All: I have released a minor upgrade to rNOMADS that fixes some issues related to NOAA's upgrade to https. This impacted users attempting to interface with archived models using DODS. Please allow up to 48 hours for the new version to be posted to all mirrors. Best, Danny