-
Hi,
I am having some issues trying to setup hsds on an Azure VM following this guide : https://github.com/HDFGroup/hsds/blob/master/docs/docker_install_azure.md
I just can't access $HSDS_ENDPOIN…
-
My understanding is that we'd like a single HSDS reference section, with 'API reference' and 'Schema reference' subsections, to reflect the 'API first' nature of the standard. The HSDA section will th…
-
Hi Lior,
I had to introduce at least two breaking changes to PureHDF in the latest update:
- many concrete types have been replaced by interfaces, e.g. `H5Attribute` is now `IH5Attribute`. Reaso…
-
Hey Rex team I am having issues using the API docs because I cannot find the definition of `ds_name` here: https://nrel.github.io/rex/_autosummary/rex.resource_extraction.resource_extraction.MultiYear…
-
@jhendersonHDF or anyone else,
From the documentation for H5Fget_name:
hid_t obj_id - IN: Identifier of the object for which the associated file name is sought; may be a file, group, dataset, attrib…
-
Seems like there are several problems happening, but the major one that prevents `hsload` from finishing even with the `--ignore` flag enabled is due to [this line](https://github.com/HDFGroup/h5pyd/b…
-
For the HSDS upgrade, we need to finalise work on the JSON schemas, and finalise tooling updates to work with the JSON schemas
-
At present there are `3.0-dev` and `3.0-dev-update` branches, and it isn't clear which we should be working from for the HSDS 3,0 upgrade. We should document this and delete branches that we aren't go…
-
We should add a PR template to help people ensure that they have
- referenced relevant issues to be closed
- ran `hsds_schema.py` where relevant
- updated the changelog
-
Hello, I am trying to use your data-jupyter notebook for downloading the wind data. I installed h5pyd and requested an API key. But still, writing the data for each timestep takes several seconds and …