-
This code:
```python
import h5pyd
with h5pyd.File('hdf5://home/userme/foo.h5', mode='w') as f:
x = f.create_dataset('x', shape=(2, 3), dtype='i4')
x[...] = [[1, 2, 3]]
```
Produces er…
-
This is the thread to discuss use of hypermedia as part of the HSDS v1.x. Now is the time to have this discussion, and discuss the evolution of the project.
I'm suggesting we look at the following …
-
My apologies if this is documented somewhere and i missed it
Is there a way to declaratively create some top-level folders and assign user permissions? Our use case is that we define our infrastruct…
-
We will discuss local caching on this issue.
-
At present all taxonomy terms are held in the "taxonomy" table. A select distinct is needed to retrieve a list of vocabularies.
We can see a need for a separate "vocabulary" table with a one to man…
-
I'd like to download multi-year outputs for multiple sites. I'm getting a rate limit and it would be useful to understand what the actual rate threshold is and also potential workarounds.
-
Try `dask` on `h5pyd` instead of `h5py` to see if there are issues.
-
`import h5pyd as h5py` -> Happiness
`import pandahsds as pandas` -> Sadness
-
This is a proposal to add dataset storage information to HDF5/JSON. JSON key for this is named `byteBlocks`. The word "block" is hopefully still technically accurate while not too similar to "chunk".
…
-
Getting KubeCluster/Dask/GCP tests to work properly took a little more elbow grease than I expected, but I'm getting consistent results finally. Previously published tests from my forked repo have bee…