-
Proprosal to introduce a custom HSDA media type for bulk loading, which would be a single data point for GET and POST of data.
Open311 has a similar initiative - http://wiki.open311.org/
While …
-
From conversations being had in the Slack channel, there seems to be quite a bit of interest in creating feedback mechanisms. I took a crack at seeing what that would look like in HSDS taking inspirat…
-
The RESTfulSummarizedExperiment class seems to have a hidden constructor, and neither the class nor its methods are documented in the manual. How then are users supposed to use it with an arbitrary HD…
-
Doc: https://docs.google.com/document/d/1Yc5D8RxeVF73nlkudSR3Hawg6prZAf2OTVOUrTQDnBY/edit#heading=h.kpn5fmmsrxfx
Suggestions from Devin:
- Define at the top what a Proposal's scope should be. Do we …
-
@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:1…
-
After using h5pyd for a while, I'd like to propose a few new functions and changes to the Folder object. I believe these changes allow for more fluid file management programs and match the h5py syntax…
-
I'm going to add a datapackage path to the bulk data service, allowing for the POSTing and processing of a datapackage.json file:
{
"name": "a-unique-human-readable-and-url-usable-identifier",
…
-
>Here is the enquiry email sending from a current user which might help those who have similar concerns.
Hi
I tested for one file, generated the ##.species.txt from HSFinder.py.
How do I genera…
-
h5tojson.py and jsontoh5.py can't convert files whose size is comparable to the amount of physical memory on the machine the convertor is running on.
-
### Is your feature request related to a problem?
Reading very large files with the h5wasm provider is not possible, for several reasons:
1. maximum size of ArrayBuffer and also "file" in emscript…