Skip to content

r* data type should be parametrized via configuration #335

@d-v-b

Description

@d-v-b

Instances of the r* data type are parametrized by a length, so no zarr metadata will contain {..., "data_type": "r*"} but rather {..., "data_type": "r8"} or similar. As a result of this design, the r* data type does not have a fixed name, unlike all the other data types defined in the spec. An alternative specification of the data type could easily result in a fixed name:

{
  "name": "r*",
  "configuration": {
    "length": <length in bits>
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions