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)

bunny.xml (398 bytes ) - added by bma1 9 years ago.
PDAL input-file
bun_zipper_res4.ply (33.6 KB ) - added by bma1 9 years ago.
Bunny ply

Download all attachments as: .zip

Change History (5)

by bma1, 9 years ago

Attachment: bunny.xml added

PDAL input-file

by bma1, 9 years ago

Attachment: bun_zipper_res4.ply added

Bunny ply

comment:1 by jef, 7 years ago

Owner: changed from osgeo4w-dev@… to hobu

comment:2 by hobu, 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 hobu, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.