Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Irregular lattice data blocks do not conform to specifications #10

Open
GPMueller opened this issue Feb 20, 2019 · 0 comments
Open

Irregular lattice data blocks do not conform to specifications #10

GPMueller opened this issue Feb 20, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@GPMueller
Copy link
Member

GPMueller commented Feb 20, 2019

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?
@GPMueller GPMueller added the bug Something isn't working label Feb 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant