Displaying 10 results from an estimated 10 matches for "dataspac".
Did you mean:
dataspace
2017 Aug 01
2
Use case for HDF5 dataspace interface
...question is a clone of my stackoverflow question which never 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...
2017 Aug 03
1
Use case for HDF5 dataspace interface
1. This relates to the package *rhdf5* and its implementation of the HDF5
dataspace interface. I am asking for an example of how other people who use
this package make use of the HDF5 data space interface exposed by the
library.
Longer answer:
As per my understanding, the dataspace interface exposes data locations
within a dataspace, but even while retrieving data from an hdf5...
2017 Aug 01
0
Use case for HDF5 dataspace interface
...erflow question which never 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?
>
> Curre...
2011 Dec 01
2
HDF5 compound data types and h5r/hdf5 R packages
...re,
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 have tried R packages h5r and hdf5 in an attempt to read the file
but examining the source of h5r and reading documentation for hdf5
here: http://xweb.geos.ed.ac.uk/~hcp/Rhdf5.html leads me to believe
that compo...
2013 Jan 24
2
rsync parameters errors
...rd 0 Jan 24 05:11
/home/bigbird/rlog/ramdass-01-internal_webcasts_log
ls -l ${LOGFILE2}
+ ls -l /home/bigbird/rlog/ramdass-01-internal_webcasts_output
-rw-rw-rw- 1 root root 0 Jan 24 05:11
/home/bigbird/rlog/ramdass-01-internal_webcasts_output
ls -l ${MOUNT_POINT[0]}/${DIRECTORY[0]}/
+ ls -l /media/dataspace/data/webcasts/
total 12
drwxrwxr-x 5 bigbird bigbird 4096 Dec 14 13:24 Business
drwxrwxr-x 13 bigbird bigbird 4096 Jan 19 06:07 Health
drwxrwxr-x 10 bigbird bigbird 4096 Jan 10 12:38 Spiritual
ls -l ${MOUNT_POINT[1]}/${DIRECTORY[1]}
+ ls -l /media/dest/data/webcasts
total 44
drwxr-xr-x 6 bigbird...
2009 Jan 14
4
locks feature not loading ? (2.0.0rc1)
...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 self-heal, for example), an error gets
thrown.
Server config :
[root at dmatest02 glusterfs]# cat glusterfs-server.vol
# dataspace
volume test-ds
type storage/posix
option directory /opt/datadir
end-volume
# posix locks for test-ds
volume test-ds-locks
type features/locks # features/posix-locks gives same error
option mandatory-locks on # on or off, same problem
subvolumes test-ds
end-volume
# dataspace of t...
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 I'm able only to draw points (I grabbed an example
from the web)
Could anyone post a line of code with an example?
Thanks a lot
-a-
Andrea Valle
DAMS - Facoltà di Scienze della Formazione
Univer...
2009 Nov 13
1
R and HDF5 Question
...y seems to load without issue, but no data is
returned when I try to load a file:
> library(hdf5)
> hdf5load("test.h5")
> NULL
Yet,
osx:data scott$ h5dump test.h5 HDF5 "test.h5" { GROUP "/" { DATASET
"dset" { DATATYPE H5T_STD_I32LE DATASPACE SIMPLE { ( 31 ) / ( 31 ) } DATA {
(0): 1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096, 8192, (14):
16384, 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, (22):
4194304, 8388608, 16777216, 33554432, 67108864, 134217728, (28): 268435456,
536870912, 1073741824 } } } }
Any thoughts?...
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_
...s/SourceAndBinaries/OSX-Tools/iODBC
The:
configure.args = "--with-odbc-include=..."
part of the function call points to where the header files are located after extraction from the tarball as per the vignette.
The iODBC source tarball can be downloaded from:
http://www.iodbc.org/dataspace/iodbc/wiki/iODBC/Downloads
If you want to temporarily set the OS X environment variable, you can open an OS X Terminal and in the console, use:
export _R_CHECK_FORCE_SUGGESTS_=FALSE
You can then check to see if it is set by using:
env
in the Terminal and/or with the following in an R c...