<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">No, what’s happening is that PDAL is generating a Schema object based on the LAS files, and then serializing that object to XML to hand to pointcloud. Pointcloud is getting that document and going “huh?” and not successfully parsing it. Something is changed with the Schema object -> XML document step in PDAL, which is consistent with your having changed the version of PDAL you’re using.</div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;"><br></div><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">P</div> <div id="bloop_sign_1404845809657093888" class="bloop_sign"><div><br></div><span style="font-family:helvetica,arial;font-size:13px"></span>-- <br>Paul Ramsey<br>http://cleverelephant.ca<div>http://postgis.net</div></div> <br><p style="color:#000;">On July 8, 2014 at 11:55:35 AM, dean.hand.ctr@nga.mil (<a href="mailto:dean.hand.ctr@nga.mil">dean.hand.ctr@nga.mil</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>I believe it is a PDAL issue as it worked before with the same XML and las/laz files before the new version was installed.  Could it be a compiler issue?
<br>
<br>-----Original Message-----
<br>From: Paul Ramsey [mailto:pramsey@cleverelephant.ca]  
<br>Sent: Tuesday, July 08, 2014 1:49 PM
<br>To: Hand Dean NGA-II USA CTR; pgpointcloud@lists.osgeo.org
<br>Subject: Re: [pgpointcloud] PDAL error
<br>
<br>Looks like libxml is failing to parse the XML document PDAL is generating, which is odd, because the failure is at the basic XML parse level, not at any further level. So this is a particular problem w/ the XML generated (or not) by PDAL, possibly because the API contract there changed? So more of a PDAL problem, perhaps, than a pointcloud one.
<br>
<br>P.
<br>
<br>--  
<br>Paul Ramsey
<br>http://cleverelephant.ca
<br>http://postgis.net
<br>
<br>
<br>On July 8, 2014 at 11:44:08 AM, dean.hand.ctr@nga.mil (dean.hand.ctr@nga.mil) wrote:
<br>
<br>              
<br>      So we compiled the latest version of PDAL and installed, but now I can't get pipeline to work right. The reason we updated was to take advantage of the multi-filter and scaling features (which seem to work great). When I try to pipeline las/laz files into PostGIS I get this:  
<br>              
<br>      $ pdal pipeline laz2pg.xml  
<br>              
<br>      Requested to read 35400 points  
<br>      Requested to write 35400 points  
<br>              
<br>      0WARNING: unable to parse schema XML  
<br>      Caught PDAL exception: ERROR: new row for relation "pointcloud_formats" violates check constraint "pointcloud_formats_schema_check"  
<br>              
<br>      DETAIL: Failing row contains (1, 4326, ).  
<br>              
<br>      Dean E. Hand  
<br>      Image Scientist  
<br>      NGA | InnoVision |BITC  
<br>      Phone: 314-676-0899  
<br>      VOIP: 577-5860  
<br>      SBU: dean.hand.ctr@nga.mil  
<br>      JWICS: dean.hand@nga.ic.gov  
<br>              
<br>              
<br>              
<br>              
<br>              
<br>              
<br>      _______________________________________________  
<br>      pgpointcloud mailing list  
<br>      pgpointcloud@lists.osgeo.org  
<br>      http://lists.osgeo.org/cgi-bin/mailman/listinfo/pgpointcloud  
<br>              
<br>
<br></div></div></span></blockquote></body></html>