<div dir="ltr">Hi Howard,<div>I think something is not quite right in Windows-land.</div><div><br></div><div>1) I was not able to compile in release mode in Win32, lots of errors that I did not chase down yet.</div><div>2) On my laptop, I get the memory fault with a single cache_block.</div>

<div>3) On the server, it works reasonably well, but still fairly slow (although faster than with 3 cache blocks). It is good enough for now.</div><div>4) I tried just exporting to the las file like you did on the server, and it is about the same speed as the pgpointcloud pipeline, about 5 minutes for the sample file on a pretty fast machine.</div>

<div>5) I never did try the branch you sent me, this is the main branch from last week that I'm testing.</div><div><br></div><div>So, I'm going to leave it the way it is for now while I do some other things, like export and visualization. I'll come back to the speed and compile issues later on.</div>

<div><br></div><div>Thanks for your help!</div><div>Roger</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 18, 2013 at 10:27 PM, Howard Butler <span dir="ltr"><<a href="mailto:hobu.inc@gmail.com" target="_blank">hobu.inc@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Any news on this?<br>
<br>
Begin forwarded message:<br>
<br>
> From: Howard Butler <<a href="mailto:hobu.inc@gmail.com">hobu.inc@gmail.com</a>><br>
> Subject: Re: [pgpointcloud] Importing to pgpointcloud<br>
> Date: July 17, 2013 7:11:31 PM CDT<br>
> To: "<a href="mailto:pgpointcloud@lists.osgeo.org">pgpointcloud@lists.osgeo.org</a>" <<a href="mailto:pgpointcloud@lists.osgeo.org">pgpointcloud@lists.osgeo.org</a>><br>
<div class="HOEnZb"><div class="h5">><br>
> A few things to check<br>
><br>
> * Are you built in Release or RelWithDebInfo mode? PDAL defaults to debug mode.<br>
> * What does your PostgreSQL configuration look like?<br>
><br>
> On my 15" Retina MacBook Pro, a pipeline that chips this data at 400 points per chip and outputs to a LAS file instead of PostgreSQL only takes 13 seconds using PDAL/PDAL:master. That includes the reprojection.<br>


><br>
> <Pipeline version="1.0"><br>
>  <Writer type="drivers.las.writer"><br>
>    <Option name="filename">output.las</Option><br>
>    <Filter type="filters.chipper"><br>
>      <Option name="capacity">400</Option><br>
>      <Filter type="filters.cache"><br>
>        <Option name="max_cache_blocks">1</Option><br>
>        <Filter type="filters.inplacereprojection"><br>
>          <Option name="out_srs">EPSG:4326</Option><br>
>          <Option name="offset_x">-104</Option><br>
>          <Option name="offset_y">33</Option><br>
>          <Option name="offset_z">0.0</Option><br>
>          <Option name="scale_x">0.00000001</Option><br>
>          <Option name="scale_y">0.00000001</Option><br>
>          <Option name="scale_z">0.001</Option><br>
>          <Reader type="drivers.las.reader"><br>
>            <Option name="filename">36096a8_NW_C.las</Option><br>
>          </Reader><br>
>        </Filter><br>
>      </Filter><br>
>    </Filter><br>
>  </Writer><br>
> </Pipeline><br>
><br>
> Howard<br>
><br>
> On Jul 17, 2013, at 1:26 PM, Paul Ramsey <<a href="mailto:pramsey@cleverelephant.ca">pramsey@cleverelephant.ca</a>> wrote:<br>
><br>
>> If we're talking 8M features per file, that's still blisteringly slow.<br>
>><br>
>> P<br>
>><br>
>> --<br>
>> Paul Ramsey<br>
>> <a href="http://cleverelephant.ca" target="_blank">http://cleverelephant.ca</a><br>
>> <a href="http://postgis.net" target="_blank">http://postgis.net</a><br>
>><br>
>><br>
>> On Wednesday, July 17, 2013 at 11:24 AM, Roger Bedell wrote:<br>
>><br>
>>> Hello Howard,<br>
>>> Update on this. I transferred the program to another machine (without Visual Studio), and all four files worked fine, at a more reasonable speed of around 15 minutes per file.<br>
>>><br>
>>> Roger<br>
>>><br>
>>><br>
>>> On Wed, Jul 17, 2013 at 4:04 PM, Roger Bedell <<a href="mailto:rbedell@coordinatesolutions.com">rbedell@coordinatesolutions.com</a> (mailto:<a href="mailto:rbedell@coordinatesolutions.com">rbedell@coordinatesolutions.com</a>)> wrote:<br>


>>>> Here are four of them I'm using for testing.<br>
>>>><br>
>>>> <a href="http://ogi.state.ok.us/ogi/Downloads%5CLidar%5C36096a8_NW_D.zip" target="_blank">http://ogi.state.ok.us/ogi/Downloads%5CLidar%5C36096a8_NW_D.zip</a><br>
>>>><br>
>>>> I was using 36096a8_NW_C.las and the above pipeline xml. It is a 32 bit build of PDAL on Windows. If you can point me in the right direction, I can run in debug mode in Visual Studio and maybe see something.<br>


>>>><br>
>>>> Roger<br>
>>>><br>
>>>><br>
>>>> On Wed, Jul 17, 2013 at 3:36 PM, Howard Butler <<a href="mailto:hobu.inc@gmail.com">hobu.inc@gmail.com</a> (mailto:<a href="mailto:hobu.inc@gmail.com">hobu.inc@gmail.com</a>)> wrote:<br>
>>>>><br>
>>>>> On Jul 17, 2013, at 8:21 AM, Roger Bedell <<a href="mailto:rbedell@coordinatesolutions.com">rbedell@coordinatesolutions.com</a> (mailto:<a href="mailto:rbedell@coordinatesolutions.com">rbedell@coordinatesolutions.com</a>)> wrote:<br>


>>>>>><br>
>>>>>> The problem is I get this error:<br>
>>>>>><br>
>>>>>> C:\Users\roger>c:\dev\pdal\pcpipeline.exe -i C:\dev\pdal\ImportLASFile.xml<br>
>>>>>> Requested to read 8072702 points<br>
>>>>>> Requested to write 8072702 points<br>
>>>>>> Buffer capacity is 8072702<br>
>>>>>> 0Caught exception: bad allocation<br>
>>>>>><br>
>>>>>> Any suggestions?<br>
>>>>><br>
>>>>> Something's overflowing, but I don't have any idea where. Can you post the file available for download, and I'll give it a test locally on my osx box with gdb?<br>
>>>>><br>
>>>>> Thanks,<br>
>>>>><br>
>>>>> Howard<br>
>>>><br>
>>>><br>
>>>><br>
>>>> --<br>
>>>> Roger Bedell<br>
>>>> Coordinate Solutions Inc.<br>
>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Roger Bedell<br>
>>> Coordinate Solutions Inc.<br>
>>> _______________________________________________<br>
>>> pgpointcloud mailing list<br>
>>> <a href="mailto:pgpointcloud@lists.osgeo.org">pgpointcloud@lists.osgeo.org</a> (mailto:<a href="mailto:pgpointcloud@lists.osgeo.org">pgpointcloud@lists.osgeo.org</a>)<br>
>>> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/pgpointcloud" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/pgpointcloud</a><br>
>><br>
>><br>
>><br>
><br clear="all"><div><br></div>-- <br>Roger Bedell<br>Coordinate Solutions Inc.<br>
<br>
</div></div></blockquote></div></div>