From danny.c.bowman at gmail.com Tue May 2 14:37:33 2017 From: danny.c.bowman at gmail.com (Daniel Bowman) Date: Tue, 02 May 2017 12:37:33 +0000 Subject: [Rnomads-user] rNOMADS 2.3.6 released Message-ID: Hello all: I have just released a new version of rNOMADS. It should be available on CRAN within the next 24-48 hours. It has a variety of bug fixes and stability enhancements. Best, Danny -------------- next part -------------- An HTML attachment was scrubbed... URL: From carina.widung at googlemail.com Wed May 10 12:14:16 2017 From: carina.widung at googlemail.com (Carina Widung) Date: Wed, 10 May 2017 12:14:16 +0200 Subject: [Rnomads-user] Import data Message-ID: <000001d2c976$2f011650$8d0342f0$@gmail.com> Hi, i'm trying to import external .grb data from ftp://ftp.meteo.uni-bonn.de/pub/reana/COSMO-REA6/UV3D/2014/ with the rNOMADS package. I tried the following command: data<-ReadGrib("UV.201412.grb", levels, variables, domain = NULL, domain.type = "latlon", file.type = "grib1", missing.data = NULL) I have no errors, but it seems like the file is empty. Do you know what could be the reason for that? Or could you provide me with an example how to import an external .grb file? Thanks for your help and kind regards Carina Carina Widung G7, 30 68159 Mannheim Tel: 0621 97873011 carina.widung at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From danny.c.bowman at gmail.com Thu May 11 06:44:30 2017 From: danny.c.bowman at gmail.com (Daniel Bowman) Date: Wed, 10 May 2017 22:44:30 -0600 Subject: [Rnomads-user] Import data In-Reply-To: <000001d2c976$2f011650$8d0342f0$@gmail.com> References: <000001d2c976$2f011650$8d0342f0$@gmail.com> Message-ID: Hello Carina, To be honest, I have very little experience with grib1 files. The NOMADS system is entirely in grib2 format, with grib1 only appearing in old archive data. I have provided very rudimentary grib1 reading support, but I am not surprised if it is not working, particularly for grib1 files not generated for NOMADS. My recommendation is to use the following method to convert them to grib2 format, then try reading them into rNOMADS: http://www.cpc.ncep.noaa.gov/products/wesley/grb1to2.html I will try it also and see if I can get it to work. It may be a few days before I have a chance, however. Best, Danny On Wed, May 10, 2017 at 4:14 AM, Carina Widung wrote: > Hi, > > > > i?m trying to import external .grb data from > ftp://ftp.meteo.uni-bonn.de/pub/reana/COSMO-REA6/UV3D/2014/ with the rNOMADS > package. > > > > I tried the following command: > > > > data<-ReadGrib("UV.201412.grb", levels, variables, domain = NULL, > domain.type = "latlon", file.type = "grib1", missing.data = NULL) > > > > I have no errors, but it seems like the file is empty. > > > > Do you know what could be the reason for that? Or could you provide me with > an example how to import an external .grb file? > > > > Thanks for your help and kind regards > > > > Carina > > > > Carina Widung > > G7, 30 > > 68159 Mannheim > > > > Tel: 0621 97873011 > > carina.widung at gmail.com > > > > > _______________________________________________ > 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 >