-
Seeing ~20-25% CPU usage when running 40 HSDS pods on a one node Kubernetes cluster and no requests coming in to the service.
Suspect that time spent doing health checks is increasing with the numb…
-
Hello,
My name is Sterling and I lead development on [MHKiT-python](https://github.com/MHKiT-Software/MHKiT-Python). Our toolbox uses [nrel-rex](https://github.com/NREL/rex) to access `directional_…
-
This was found while testing out the new fancy indexing feature (#47)
When indexing into a dataset like `f['coordinates'][:, idx_list, :]` and `idx_list` contains more than ~1000 indices, HSDS return…
-
Hi John
Using Vaex, I am trying to read hdf5 file from Azure blob, using below code, I am getting "FileNotFoundError: /blob_name/home/testFile_fromPython.h5"
df = vaex.open("/blob_name/home/test…
-
**Bug Description**
The parameter `directional_wave_spectrum` when calling `get_lat_lon_df` on the path: '/nrel/US_wave/virtual_buoy/West_Coast/West_Coast_virtual_buoy_1995.h5' returns an array of si…
-
We cannot access direction wave spectrum data from the hindcast dataset hosted on NREL's HSDS. This issue first appeared in #194 where we merged a version of the MHKiT CI which does not check hindcast…
-
The `h5serv` documentation says that attribute shape should be either a string or an integer array, but in `create_scale()` an object is sent instead. This causes `h5serv` to raise a 400 error due to …
-
- array of byte strings to be loaded into h5pyd
time_index = pd.date_range('2016-01-01 00:30:00', '2016-12-31 23:30:00', freq='h')
time_index = np.array(time_index.astype(str), dtype='S20')
- Loa…
-
When using hsload with a file (created from Matlab btw.) errors occur as soon as an ASCII-encoded (cset=H5T_CSET_ASCII) attribute with a special character is processed.
I do realize that this is pr…
-
When run getNRELdata.py on my machine, it shows "ValueError: no endpoint set". I think the URL:"/nrel/wtk/conus/wtk_conus_2012.h5" is not available right now. I want to know how can I get this datase…