Skip to content

Irregular lattice data blocks do not conform to specifications #10

@GPMueller

Description

@GPMueller

For irregular lattices, the specs say the position of each data point should come right before the values, effectively increasing the number of columns by 3.
This is currently not respected by the library, both in writing and parsing.

Questions:

  • should two data pointers be used or only one, which points to a contiguous block of both positions and values?
  • how should the data reading function work: 1:1 into the array or e.g. first read positions, then values?
  • do the specs in the Readme need improvement?

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