Re: [R] Hdf files Download

2013-10-22 Thread David Winsemius
On Oct 22, 2013, at 11:34 AM, Roy Mendelssohn - NOAA Federal wrote: > Your script didn't make it. There are restrictions on the mail list for > attached files. You might try putting the script directly into the email. Thinking that the rejection might have be due to a Nabble posting I located

Re: [R] Hdf files Download

2013-10-22 Thread Roy Mendelssohn - NOAA Federal
Your script didn't make it. There are restrictions on the mail list for attached files. You might try putting the script directly into the email. -Roy On Oct 22, 2013, at 9:40 AM, "Tereza Smejkalova" wrote: > I am triing one more time since my first message was rejected by the filter: > >

[R] Hdf files Download

2013-10-22 Thread Tereza Smejkalova
I am triing one more time since my first message was rejected by the filter: Dear all, I need to download and process large amounts of MODIS surface reflectance imagery. I have adapted a script written by T. Hengl (

Re: [R] hdf-files

2010-09-23 Thread Steve Lianoglou
Hi Katrin, (don't forget to reply-all to R-help messages -- by default they are only sent to the recipient, and not back to the list). On Thu, Sep 23, 2010 at 10:03 AM, Katrin Fleischer wrote: > The error message is > > Error in hdf5load("Jan2006.HDF") : unable to open HDF file: Jan2006.HDF Dum

Re: [R] hdf-files

2010-09-23 Thread Steve Lianoglou
Hi, On Thu, Sep 23, 2010 at 7:13 AM, Katrin Fleischer wrote: > 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. What type of errors are you getting? > Any ideas and suggestions?? Sure, from: http://cran.r-project.or

[R] hdf files

2010-09-23 Thread Katrin Fleischer
Dear All, I want to upload data in HDF-file format into R. I have tried the package 'hdf5' without success. I presume that my files are in the hdf4 format and therefore are not readable with this package. I understand that its possible to convert hdf4 into hdf5 format using C, but I was wonde

[R] hdf-files

2010-09-23 Thread Katrin Fleischer
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-Environm

[R] hdf files

2010-02-03 Thread karine heerah
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 <-

Re: [R] hdf files

2010-01-27 Thread Jarle Brinchmann
Are you sure these are hdf5 files? If they are HDF4 files you will not be able to load them with the hdf5 package. I am not aware of a HDF4 package for R but I might be wrong. If it is a HDF4 file you might find the conversion utility at http://www.hdfgroup.org/h4toh5/ useful. Cheers,

[R] hdf files

2010-01-27 Thread karine heerah
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 <-

[R] hdf files

2010-01-26 Thread karine heerah
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_i