Skip to content

Write The Array Format #1

@william-dawson

Description

@william-dawson

Currently, we support reading of both array and coordinate formats. However, we only support writing the coordinate format.

Supporting the array format would be a nice feature, though implementing it feels out of the scope of this project. The main challenge is that the data must be stored in a very specific order before writing. Whereas for the coordinate format, any order is fine, which keeps the data redistribution routines in the hands of the user.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions