Displaying 20 results from an estimated 700 matches similar to: "HDF or netCDF"
1998 Nov 25
1
Connect to Visual? and Bench Mark
Hi,
Is there any possible way to connect to VB, VC++, Delphi, Python, etc...
to R?
I am trying to put some nice GUI using something like VB and use R as a
back end for computations. I search through the FAQ and help archive, but
could not find any.
I am willing to look at any tools on Sun/Solaris environment as well (Like
C or Python or Perl).
If anyone can share some examples, pls let me
1998 Nov 24
1
Loess & Tar file
Hi,
First time on this list. Here it goes
I am trying to find Loess. I could not find it on the windows version. Is
there one in either Unix version of R or some C program somewhere?
I tried one from http://netlib.bell-labs.com/netlib/a/, but I cannot get
it to compile due to problem with missing lib (I think):
cc -o gas.x gas.o loessc.o loess.o predict.o misc.o loessf.o -llinpack -lcor
-lm
1998 Dec 01
1
Benchmark
Hello:
I modified benchmark used in
http://www.informatik.uni-frankfurt.de/~stst/benchspl.txt now the attached
code will work with R, except for last test for some reason (Sorry ran out
of time to play with this).
Immediate problem is that R does not show fraction of seconds. So, that
kinda makes comparison some what hard. I also looked at memory and CPU usage
on NT console. R seems to go
1998 Dec 09
1
R.dll
Hi,
Is there any docs on R.dll? Or is it "use the source Luke" time? (The NT
0.63.1) Can anyone give me pointers on where to look? I am trying to wrap it
under a GUI. The bdr release has examples, but it seems to be limited in
scope.
Has anyone compiled R under VC++. I see that the older version has been
compiled under VC++ at some point. Is this best place to start to see how to
1998 Dec 07
0
R for WINDOWS (was R-0.63.1 is released)
> To: "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA>
> Subject: Re: [R] R-0.63.1 is released
> From: Peter Dalgaard BSA <p.dalgaard at biostat.ku.dk>
>
> "Heberto Ghezzo" <heberto at MEAKINS.Lan.McGill.CA> writes:
>
> > Sorry for a silly question but. . .
> > why the new version is 'bdr0631' ? what is the
1999 Jun 30
2
Compile on NT
Hi,
I am getting following error messages while trying to compile:
cp -p man/*.Rd ../../library/base/man
rm -f ../../library/base/man/BATCH.Rd ../../library/base/man/COMPILE.Rd
../..
/library/base/man/INSTALL.Rd ../../library/base/man/REMOVE.Rd
../../library/ba
se/man/RHOME.Rd ../../library/base/man/SHLIB.Rd
echo done > fixRd
cp -p bin/fwf2table bin/helpPRINT.bat ../../../bin
echo
2011 Mar 16
2
how do we read netcdf / hdf files in R?
Dear R Users,
How do we read netcdf / hdf format files in R ?
Also, can we convert netcdf to hdf format in R?
Great Thanks,
Best Regards,
Yogesh
[[alternative HTML version deleted]]
2010 Jan 26
2
hdf files
hello,
I have a problem to open an hdf file. i have downloaded the package 'hdf5' as it was advised on R seek. But when i try to load the file, the R console sends me an eror message:
setwd("C:/Documents and Settings/Karine/Bureau/data/")
#install.packages('hdf5')
library("hdf5")
sea_ice <- hdf5load("asi-s6250-20090704-v5i.hdf", load =
2010 Sep 23
2
hdf-files
Dear All,
I have data in HDF file format and would like to read it into R.
I have tried the package hdf5 without success.
Any ideas and suggestions??
Kind regards,
Katrin
--
Katrin Fleischer
Vrije Universiteit Amsterdam
Faculty of Earth and Life Sciences
Subdepartment Hydrolgy and Geo-Environmental Sciences
Room E-360
De Boelelaan 1085
1081 HV AMSTERDAM
Tel: +31 20 59 87391
2012 Apr 21
1
hdf library for windows
The question puzzled me at first, because of your use of "library". It
looks as if the hdf5 r "package" utilises the "windows hdf5 library"
binary.
My reading is that you will have to compile the package yourself after
you have downloaded the hdf windows dll from hdf.ncsa.uiuc.edu The
instructions are in win.readme.txt of the package source which you can
download at
2003 Dec 01
1
hdf library for windows
Hi,
Is there a version of the hdf library for windows?
Cheers
Toby
2013 Jan 15
1
Using system() to dump HDF to text file?
Hi all --
I am working on 64-bit Windows XP. I'm not a very technical person when it
comes to the command line stuff, so please forgive me if this is a stupid
question.
I have a bunch of HDF files, and I want to dump a single PM25 data layer
from each file to .txt by invoking ncdump.exe from system(). Here's a
sample command string:
"C:/ncdump -v PM25 C:/01aug2010.hdf >
1998 Nov 20
2
R and hdf
Hi,
I've been playing with R for only a few days, so I'm not terribly
familiar with it yet. Has anyone ever done any work using HDF or
NetCDF files with R? Both file formats have libraries which can be
linked to a program to read and write data to these formats. Is this
sort of thing possible with R? We are planning to use the HDF format to
store experimental data collected by some
2006 Jun 07
2
how to read hdf files under R?
Hi!
I am trying to install in my R environment the rhdf5 package and
library but it seems to have vanished from either the CRAN or
BioConductors sites.
Can you tell me where it would be possible to find it or any R
library (or function) able to read hdf files?
Sincerely,
Nicolas Degallier
UMR 7159 / IRD UR182
Laboratoire d'Oc?anographie et du Climat, Exp?rimentation et
Approches
1999 Mar 29
1
Can R read NCSA's HDF?
I'm an R newbie, so please forgive if this question has been
asked and answered many times before on this mailing list. I
can't find anything in the manual (Notes or R), the FAQ or on
CRAN, so...
Has anyone implemented an interface so R can read NCSA's HDF?
--
Terry J. Westley, Principal Engineer
Veridian Engineering, Calspan Operations
P.O. Box 400, Buffalo, NY 14225
twestley at
2010 Apr 07
1
samba server file read size limit of 64MB for HDF files
Sorry if that's a vague subject, but this problem is a little weird and I'm just wondering if there are any suggestions out there.
We've got a Samba server (3.0.23) running on a CentOS 5.3 server offering up a data share of 7TB on an XFS filesystem. The authentication all happens through a Samba PDC with an LDAP backend all on a different server. The system in question is just a
2012 Jun 01
0
Is there an HDF explorer in R?
So that we could explore the structure of a HDF5 file?
Thanks a lot!
[[alternative HTML version deleted]]
2002 Mar 01
1
HDF 5 install - how to pass configure flag to the R CMD command
The basic question is: How can I pass configure script command line flags
from the R CMD command?
Now I try to install the HDF5 package on Linux (SuSE 7.3).
I got hdf5 libraries installed in /usr/local/hdf5 (man/lib/bin).
I understood to install packages the following way:
as root# R CMD INSTALL hdf5_1.4.7.tar.gz
Installing source package `hdf5' ...
checking for gcc... gcc
checking for
2005 Jan 06
2
Segmentation fault while using Mclust function of mclust library in R-2.0.1
Hi, all;
I got an unusual error while using mclust library 2.1-7 on R 2.0.1.
When I tried to run Mclust(rnorm(100)), I got segmentation fault error.
Does anyone know what causes this problem?
I came across the same problem even when I tried to run the example shown in
Mclust help using iris data.
Thanks in advance,
Tae-Hoon Chung
--------------------------------------------------
Tae-Hoon Chung
2005 Jan 31
3
Special paper for postscript
Hi, All;
When I generate a "special" paper postscript image larger than "a4" or
"letter" using R, I can only see one-page portion of all image, of course.
What will be the simple solution for this? Is there any way I can set the
bounding box information on the image? Or any other suggestions?
Thanks in advance;
Tae-Hoon Chung