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

Fix IO bugs due to input assumptions #24

Open
2 tasks
rmsare opened this issue Nov 6, 2019 · 0 comments
Open
2 tasks

Fix IO bugs due to input assumptions #24

rmsare opened this issue Nov 6, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@rmsare
Copy link
Collaborator

rmsare commented Nov 6, 2019

There are a couple of IO bugs due to poor input handling.

  • usecols does not behave correctly when reading a LAS/LAZ file because it performs selection on a labeled array
  • write_las fails silently (writes empty file) when passed an XYZ (rather than XYZRGB) array

Some of these could be resolved by using laspy (#15)

@rmsare rmsare added the bug Something isn't working label Nov 6, 2019
@rmsare rmsare self-assigned this Nov 6, 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