Skip to content

Big-endian array fields in compound datasets #101

Description

@axelboc
"type": {
  "class": "Compound",
  "fields": {
    // ...,
    "Integer Array": {
      "class": "Array",
      "base": {
        "class": "Integer",
        "signed": true,
        "endianness": "big-endian",
        "size": 32
      },
      "dims": [4]
    },
    "Float Array": {
      "class": "Array",
      "base": {
        "class": "Float",
        "endianness": "big-endian",
        "size": 32
      },
      "dims": [20]
    }
  }
}
h5grove h5wasm & HSDS
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions