search for: dataspaces

Displaying 10 results from an estimated 10 matches for "dataspaces".

Did you mean: dataspace
2017 Aug 01
2
Use case for HDF5 dataspace interface
...got answered (o_O). Therefore I am posting it here. I would really like some inputs if possible. I am currently building some applications which make use of HDF5 files. I have already taken a look at the hdfgroup website with regards to dataspace <https://support.hdfgroup.org/HDF5/doc/H5.user/Dataspaces.html> and I think I understand the concept. But I am very much unable to understand it's real world use. Can someone please, tell me what is the dataspace interface supposed to be used for? Currently, I think if I load a matrix of size 1.5M x 1.5M I may be able to store dataspace coordinat...
2017 Aug 03
1
Use case for HDF5 dataspace interface
...ld really like some > > inputs if possible. > > > > I am currently building some applications which make use of HDF5 files. > > > > I have already taken a look at the hdfgroup website with regards to > > dataspace <https://support.hdfgroup.org/HDF5/doc/H5.user/Dataspaces.html > > > > and I think I understand the concept. But I am very much unable to > > understand it's real world use. > > > > Can someone please, tell me what is the dataspace interface supposed to > be > > used for? > > > > Currently, I think if...
2017 Aug 01
0
Use case for HDF5 dataspace interface
...re I am posting it here. I would really like some > inputs if possible. > > I am currently building some applications which make use of HDF5 files. > > I have already taken a look at the hdfgroup website with regards to > dataspace <https://support.hdfgroup.org/HDF5/doc/H5.user/Dataspaces.html> > and I think I understand the concept. But I am very much unable to > understand it's real world use. > > Can someone please, tell me what is the dataspace interface supposed to be > used for? > > Currently, I think if I load a matrix of size 1.5M x 1.5M I may be...
2011 Dec 01
2
HDF5 compound data types and h5r/hdf5 R packages
Hi there, I have a Java process that writes HDF5 files with the following approximate structure: group "xxx" { group "yyy" { dataset {} dataset {} } group "zzz" { dataset {} dataset {} } } where dataset is a rank one dataspace having a compound datatype defined as: H5T_UNIX_TIME, float, float, float, float I
2013 Jan 24
2
rsync parameters errors
In my new bash script, I'm doing what I think is a very simple rsync command the way I'm used to doing it. I just do a lot of setup and checking before I get to it. When I run it, it gets very unhappy with me. It's probably something very simple. I need to build the rsync command in a string so that some things can go away - like if my variables DRY_RUN and DELETE are undefined,
2009 Jan 14
4
locks feature not loading ? (2.0.0rc1)
Hi all, I upgraded from 1.4.0rc3 to 2.0.0rc1 in my test environment, and while the upgrade itself went smoothly, i appear to be having problems with the (posix-)locks feature. :( The feature is clearly declared in the server config file, and according to the DEBUG-level logs, it is loaded successfully at runtime ; however, when Gluster attempts to lock an object (for the purposes of AFR
2006 Apr 18
1
adding lines to scatterplot3d
Hi to all, I usually use R for simple 2D graphs so now I cannot solve the following problem (which I suppose very simple too). I'm using scatterplot3d. I want to add dotted lines parallel to the 3 axes, in order to create a sort of cage in the 3D box (so to represent subdomains in my dataspace). I saw that points3d can be used to draw points or lines to the existing plot but actually
2009 Nov 13
1
R and HDF5 Question
Hello All, I just signed up to this list, so I apologize if this question has been asked before. I am trying to load an hdf5 file into R and running into some problems. Here are the steps I took to configure my environment: * R 2.10.0 (x64) on Mac OS X 10.6 * hdf5 1.8.3 installed via macports * hdf5_1.6.9.tar.gz from CRAN I suspect the problem I am having relates to
2016 Jun 20
4
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
"R CMD check sos" with R 3.3.0 under Mac OS X 10.11.5 ends as follows: >* checking package dependencies ... ERROR >Package suggested but not available: ?RODBC? > >The suggested packages are required for a complete check. >Checking can be attempted without them by setting the environment >variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
2016 Jun 20
0
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
> On Jun 20, 2016, at 9:19 AM, Spencer Graves <spencer.graves at prodsyse.com> wrote: > > "R CMD check sos" with R 3.3.0 under Mac OS X 10.11.5 ends as follows: > > > >* checking package dependencies ... ERROR > >Package suggested but not available: ?RODBC? > > > >The suggested packages are required for a complete check. >