Closed philtau closed 5 years ago
I can't reproduce this. I get a count of 2. This seems like an issue with cython to me, but I'm not an expert. Note that I get the error: "RuntimeError: readers.memoryview: Can't provide shape
option when Fields contain X, Y and Z." without the latest fix for #33, but this doesn't explain the error you're seeing.
Reproduced on windows with current Conda build of the Python extension.
2.2.2 has been released that should fix this issue. If you still have trouble, please reopen.
I want to provide a numpy array as input for my pipeline. I am following the solution given in #28 like so:
The constructed numpy array looks like this:
However, upon execution I get this error:
The same error occurs when I am using the (correctly formatted) numpy array provided by another pipeline (e.g. a simple
readers.las
stage) as input like so:As far as I can tell everything seems to be correct on my side or am I overlooking something? How can I make this work?