h5pyd icon indicating copy to clipboard operation
h5pyd copied to clipboard

h5py distributed - Python client library for HDF Rest API

Results 43 h5pyd issues
Sort by recently updated
recently updated
newest added

```python coords[1:3] Out[100]: [(441, 82852), (441, 88209)] len(coords) Out[101]: 2500 data = ds_remote[coords] Traceback (most recent call last): File "/home/wjiang2/.local/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2910, in run_code exec(code_obj, self.user_global_ns, self.user_ns) File "", line...

Try `dask` on `h5pyd` instead of `h5py` to see if there are issues.

@jreadey, you used `hsload` to put our Hurricane Sandy netcdf4 file on HSDS: ``` (IOOS) rsignell@0e6be50c3dc2:~$ hsls /home/john/sandy.nc/ john domain 2017-09-07 22:11:07 /home/john/sandy.nc 1 items ``` If I try to...

I am trying to access a dataset which contains an enum array via h5serv, however h5pyd throws the following exception: File "$HOME/project/venv/lib/python2.7/site-packages/h5pyd-0.2.6-py2.7.egg/h5pyd/_hl/group.py", line 335, in __getitem__ tgt = getObjByUuid(link_json['collection'], link_json['id'])...

hsload isn't inspecting chunks prior to writing them to the server. This results in the server needlessly allocated chunks on the server and increased file size. hsload should inspect each...

Implement regionrefs

enhancement

Make MultiManager visible in base h5pyd. Add log handler to MultiManager Use env variable to set location of multi_benchmark.py output domains.

See HDFGroup/hsds#250

enhancement