similar to: Fwd: Webinar: How to access ERDDAP data using R

Displaying 17 results from an estimated 17 matches similar to: "Fwd: Webinar: How to access ERDDAP data using R"

2011 Nov 13
1
New PLYR issue
Issue with PLYR. Now using R 2.14 and this data and plyr command line worked with 2.13 I am also loading the same saved data that worked previously, but now some issue. > library(plyr) > UNESCO <- dget('C:/Carbon-GJ/BZE_ecosys.robj') > df2 <- ddply(df, "UNESCO", summarise, total_ha = sum(Ha)) *Error in if (empty(.data)) return(.data) : missing value where
2024 Feb 01
1
Need help testing a problem
?s 23:47 de 31/01/2024, Roy Mendelssohn - NOAA Federal via R-help escreveu: > HI All: > > We are trying to figure out a problem that is occurring with a package, and we need a non-NOAA person with a Windows computer with the latest R to test for us what is failing (but works on Macs and Linux from different sites). Part of the problem is there is an Akamai service in between that we
2017 Dec 22
0
Development versions of xtractomatic and rerddapXtracto
If you are a user of the R package "xtractomatic", I have a new development version available, as well as a test version of the package "rerddapXtracto". The biggest changes are functions that can take the output of any of the data download functions and quickly map the data. These functions use the package "plotdap". Also, a lot of the code in the development
1998 Jun 22
0
(Fwd) samba lenta
------- Forwarded Message Follows ------- From: Self <UNESCO1/BERNARDO> To: freebsd@SBQ.Org.BR Subject: samba lenta Date: Mon, 22 Jun 1998 12:18:05 GMT-3 Couldn't get help in my FreeBSD list: As I don't sign samba's list please send copy to my e-mail address: bernardo@unesco.org.br With samba working in a FreeBSD 2.2.6 box, I made some tests,
2024 Jan 31
1
Need help testing a problem
HI All: We are trying to figure out a problem that is occurring with a package, and we need a non-NOAA person with a Windows computer with the latest R to test for us what is failing (but works on Macs and Linux from different sites). Part of the problem is there is an Akamai service in between that we feel may be messing up things. To do this you would need to be willing to: 1. install the
2005 Apr 27
2
SOS (seting up SWAP)
Hi: My english is very bad but I will try to explain that it We need. We work at Library of Ministry of Economy. We use one Linux Server with Samba 3.07 (mainly it has data files, CDS/ISIS databases and It application (from Unesco)). Right now, the administrator are Information System's people from Ministry.We need in some case not only to track what user are connected and what files they are
2018 Jan 02
4
httr::content without message
Hi All: I am using httr to download files form a service, in this case a .csv file. When I use httr::content on the result, I get a message. Since this will be in a package. I want to suppress the message, but haven't figured out how to do so. The following should reproduce the result: myURL <-
2011 Apr 13
6
Winevdm launchs a second, unwanted black window.
Hello, A couple of years ago I installed Wine on my Ubuntu 8.04 in order to be able to run Winisis, the Unesco program for managing library databases. Everything worked fine, until I decided to upgrade the Ubuntu. Now that I have wine 1.2 installed on a Ubuntu 10.04, I am experiencing the following problem. Each time I run Winisis, Winevdm launchs a second, black window. You may say it is not a
2018 Jan 02
0
httr::content without message
Ahoy! That's a message generated by the readr::read_table() function (or it's friends). You can suppress it a number of ways, but this should work as httr::content() will pass through arguments, like col_types = cols(), to the file reader. junk <- httr::content(r1, col_types = cols()) See more here... https://blog.rstudio.com/2016/08/05/readr-1-0-0/
2009 Nov 02
2
New website and call to test / feedback
Dear NUT users and contributors, The first round on the new NUT website is mostly done: http://new.networkupstools.org The general layout has changed a bit to overcome some navigation issues. The Hardware Compatibility List is also finalized, using actual data and providing a static version for browser without JavaScript. There are still a few things remaining, and most of all the conversion of
2018 Jan 02
1
httr::content without message
Thanks to all that replied. I had just looked through the httr code and sure enough for a .csv mime time it calls readr::read_csv(). The httr::content docs suggest not using automatic parsing in a package, rather to determine mime type and parse yourself and Ben's suggestion also works if I do: junk <- readr::read_csv(r1$content, col_types = cols()) Perfect. Using httr rather than
2013 Apr 08
1
Computational Ecologist Job at NOAA in Silver Spring, MD -- Marine Wildlife Spatial Modeling in R
The NOAA National Centers for Coastal Ocean Science is hiring a Computational Ecologist, a statistical/computational ecologist with experience fitting advanced spatial models to marine wildlife survey data (e.g., seabirds and marine mammal transects, fisheries trawl surveys) in R and other statistical languages. This is a full-time, long-term stable contract position. We are looking for an
2012 Jan 13
3
The Future of R | API to Public Databases
Dear R Users - R is a wonderful software package. CRAN provides a variety of tools to work on your data. But R is not apt to utilize all the public databases in an efficient manner. I observed the most tedious part with R is searching and downloading the data from public databases and putting it into the right format. I could not find a package on CRAN which offers exactly this fundamental
2008 Jun 20
1
World Ocean Database files
Has anyone written a script or function to read data from NODC?s World Ocean Database files? (I know there are simple Fortran and C programs to read these files, but the output is not suitable for easy analysis) Thanks, Franz _____________________________________________________ Dr. Franz J. Mueter School of Fisheries and Ocean Sciences, Juneau Center University of Alaska Fairbanks 11120
2020 Mar 29
2
Tareas interactivas en R
Muchas gracias Emilio. Sí, yo cometí un error, veo exams puede usar Rmarkdown también. Manuel El dom., 29 mar. 2020 a las 9:11, Emilio L. Cano (<emilopezcano en gmail.com>) escribió: > Manuel, > > No conozco learnr ni gradethis, pero simplemente como apunte decirte que > con exams puedes utilizar Rmarkdown. > > Un saludo, > > Emilio L. Cano >
2005 Jan 25
4
agglomerative coefficient in agnes (cluster)
I haven't read the book, but could anyone explain more about this parameter? help(agnes) says that ac measures the amount of clustering structure found. From the definition given in help(agnes.object), however, it seems that as long as the dissimilarity of the merger in the final step of the algorithm is large enough, the ac value will be close to 1. So what does ac really mean? Thank
2009 Mar 02
4
portable R editor
Hi, I have been dreaming about a complete R environment on my USB stick for a long time. Now I finally want to realize it but what I am missing is a good, portable editor for R which has tabs and syntax highlighting, can execute code, has bookmarks and a little project file management facility pretty much like Tinn-R has those. I like Tinn-R but it seems like there is only a very old version of