<div dir="ltr">Thank you. I am new with postGIS and pointcloud extension, I use simple sql to insert point.<div><br></div><div>I did some homework and found it is <span style="color:rgb(80,0,80);font-size:14px">PC_AsText,</span><span style="font-size:14px"><font color="#000000"> which lost precision when build JSON string.</font></span></div><div><font color="#000000"><span style="font-size:14px">if use PC_Get, the precision is correct.</span></font></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-17 6:17 GMT+08:00 Howard Butler <span dir="ltr"><<a href="mailto:howard@hobu.co" target="_blank">howard@hobu.co</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
> On Nov 15, 2015, at 7:49 PM, Zhiyong Weng <<a href="mailto:zhiyong.weng@gmail.com">zhiyong.weng@gmail.com</a>> wrote:<br>
><br>
> Hi All,<br>
><br>
>    I try to store double data like point(-127.12345678, 45.12345678, 124.012345678, 4.012345678), I want keep the full precision.<br>
>    and I define pc:interpretation is double,<br>
>    but when I get data from db,only get 6 precision double,like this:<br>
> SELECT PC_AsText(PC_MakePoint(8, ARRAY[-127.123456, 45.123456, 124.0123456, 4.0123456]));<br>
> "{"pcid":8,"pt":[-127.123,45.1235,124.012,4.01235]}"<br>
><br>
>    How shall I define the schema? Thanks.<br>
><br>
>   attached my schema file.<br>
<br>
</span>Are you using a PDAL pipeline or something to insert your data? We need more information to be able to help you.<br>
<span class="HOEnZb"><font color="#888888"><br>
Howard</font></span></blockquote></div><br></div>