Opened 9 years ago
Closed 7 years ago
#471 closed defect (fixed)
OSGEO4W 64 Bit PDAL PLY-Reader fails
Reported by: | bma1 | Owned by: | hobu |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | 1.0 | Keywords: | Pdal, ply-Reader |
Cc: |
Description
Hi,
on my System (Windows 7)I get the error "PDAL: Error opening ply file: aborted by user" for every ply-file I choose as Input.
Do you have an example for ply-reader is working ?
As an example I use the bunny-files from stanford University (http://graphics.stanford.edu/data/3Dscanrep/)
and the following XML-File
<?xml version="1.0" encoding="utf-8"?> <Pipeline version="1.0"> <Writer type="writers.text"> <Option name="filename">./bunny/reconstruction/test.txt</Option> <Option name="cache_block_size">32184</Option> <Reader type="readers.ply"> <Option name="filename">./bunny/reconstruction/bun_zipper_res4.ply</Option> </Reader> </Writer> </Pipeline>
I use the command pdal Pipeline bunny.xml.
Attachments (2)
Change History (5)
by , 9 years ago
comment:1 by , 7 years ago
Owner: | changed from | to
---|
comment:2 by , 7 years ago
Works in PDAL 1.5.0 now in OSGeo4W64.
C:\>pdal info C:\Users\hobu\Downloads\bun_zipper_res4.ply | jq .stats.statistic[0:3] [ { "average": -0.02538796247, "count": 453, "kurtosis": 10964891990000000, "maximum": 0.0581591, "minimum": -0.0931466, "name": "X", "position": 0, "skewness": -18936531780000000, "stddev": 0.04034366963, "variance": 0.00162761168 }, { "average": 0.09232343444, "count": 453, "kurtosis": 3112146042000000000, "maximum": 0.181897, "minimum": 0.0336204, "name": "Y", "position": 1, "skewness": 996197023000000000, "stddev": 0.04355677822, "variance": 0.001897192929 }, { "average": 0.008441656678, "count": 453, "kurtosis": -127850989700000, "maximum": 0.0578008, "minimum": -0.056644, "name": "Z", "position": 2, "skewness": 267060534200000, "stddev": 0.02753976861, "variance": 0.0007584388548 } ]
comment:3 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
PDAL input-file