<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 24, 2017 at 1:25 PM, Howard Butler <span dir="ltr"><<a href="mailto:howard@hobu.co" target="_blank">howard@hobu.co</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Adam,<br>
<br>
We're just using OGR to write the SQLite file, which I think defaults to using spatialite, but I'm not exactly sure.<br>
<br>
You might try writing to a shapefile or something to see if it is merely the OGR driver falling over:<br>
<br>
> $ pdal tindex act_8ppm_index4326.shp  "LAS/AHD/*.las" -f "ESRI Shapefile" --lyr_name "pdal" --t_srs "EPSG:4326" —fast_boundary<br>
<br>
Hope this helps,<br>
<br>
Howard<br>
<div class="HOEnZb"><div class="h5"><br>
> On Feb 23, 2017, at 7:17 PM, Adam Steer <<a href="mailto:Adam.Steer@anu.edu.au">Adam.Steer@anu.edu.au</a>> wrote:<br>
><br>
> I’m making tile indexes for a set of LAS tiles, and getting no geometry column:<br>
><br>
> # pdal tindex act_8ppm_index4326.sqlite "LAS/AHD/*.las" -f "SQLite" --lyr_name "pdal" --t_srs "EPSG:4326" —fast_boundary<br>
><br>
> # sqlite3 act_8ppm_index4326.sqlite<br>
><br>
> sqlite> PRAGMA table_info(pdal);<br>
> 0|OGC_FID|INTEGER|0||1<br>
> 1|GEOMETRY|BLOB|0||0<br>
> 2|location|VARCHAR(254)|0||0<br>
> 3|srs|VARCHAR(254)|0||0<br>
> 4|modified|TIMESTAMP|0||0<br>
> 5|created|TIMESTAMP|0||0<br>
><br>
> sqlite> select * from pdal;<br>
> 34||/mnt/pointcloud/act_all/<wbr>8ppm/LAS/AHD/ACT2015_8ppm-C3-<wbr>AHD_6886100_55_0002_0002.las|<wbr>EPSG:4326|2016-11-25T01:08:31|<wbr>2017-02-07T00:02:54<br>
> 35||/mnt/pointcloud/act_all/<wbr>8ppm/LAS/AHD/ACT2015_8ppm-C3-<wbr>AHD_6866076_55_0002_0002.las|<wbr>EPSG:4326|2016-11-25T00:53:45|<wbr>2017-02-07T00:02:54<br>
> …<br>
><br>
> …here, the second column GEOMETRY is empty - it should contain a blob of geometry data.<br>
><br>
> Where have I gone astray?<br>
><br>
> On this topic - do hooks exist in the tindex system to extract these data (tile boundaries) from a postGIS store?<br>
><br>
> Thanks<br>
><br>
> Adam<br>
><br>
> ______________________________<wbr>_________________<br>
> pdal mailing list<br>
> <a href="mailto:pdal@lists.osgeo.org">pdal@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/pdal</a><br>
<br>
______________________________<wbr>_________________<br>
pdal mailing list<br>
<a href="mailto:pdal@lists.osgeo.org">pdal@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pdal" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/pdal</a></div></div></blockquote></div><br>You might also try running with the log level turned up:</div><div class="gmail_extra"><br></div><div class="gmail_extra">pdal tindex --verbose=Debug ...<br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Andrew Bell<br><a href="mailto:andrew.bell.ia@gmail.com" target="_blank">andrew.bell.ia@gmail.com</a></div>
</div></div>