<div dir="ltr"><div><div><div><div><div><div><div><div><div>You have several ways.<br></div>Essentially,<br></div>look here toward the end : <a href="https://github.com/pramsey/pointcloud">https://github.com/pramsey/pointcloud</a> to do it using PDAL<br>
<br></div>You can use another way that is <br></div>LAS File <i>--las tools--></i> <br>CSV File <i>---COPY statement--></i> <br>table(X,Y,Z,Intensity...) <i>-- PC_Patch(PC_Point(X,Y,Z ..))--></i> <br>patch table<br>
<br></div>Of course you need first to create the appropriate schema.<br><br></div>You can take inspiration and explanation and code from here : <a href="https://github.com/Remi-C/Pointcloud_in_db">https://github.com/Remi-C/Pointcloud_in_db</a><br>
</div>It may be an overkill (designed to be used on several billions point cloud)<br>(if you really want to use it, you'll have to use a exe converting from Las to csv.)<br><br><br></div>Cheers,<br><br></div>Rémi-C<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-08-20 16:47 GMT+02:00 Mohammed Kabeer <span dir="ltr"><<a href="mailto:mkabeer@tamimicg.com" target="_blank">mkabeer@tamimicg.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you sir<br>
<br>
I copied those files and working<br>
<br>
How to create pointcloud table and How to store .las files in in my postgis<br>
pointclolud table<br>
<br>
Thanks once again for your help<br>
<span class="HOEnZb"><font color="#888888"><br>
Kabeer<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: Ralf Suhr [mailto:<a href="mailto:Ralf.Suhr@itc-halle.de">Ralf.Suhr@itc-halle.de</a>]<br>
Sent: Wednesday, August 20, 2014 4:50 PM<br>
To: <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
Cc: Mohammed Kabeer<br>
Subject: Re: [postgis-users] pointcloud extentions<br>
<br>
Have a look at <a href="https://www.google.com/search?q=pointcloud+postgis+windows" target="_blank">https://www.google.com/search?q=pointcloud+postgis+windows</a><br>
<br>
Am Mittwoch 20 August 2014, 16:36:51 schrieb Mohammed Kabeer:<br>
> Dear sir,<br>
><br>
><br>
><br>
> Would you please guide me how can I install that pointcloud package in<br>
> my postgis on windows<br>
><br>
><br>
><br>
> Thanks once again<br>
><br>
> Kabeer<br>
><br>
><br>
><br>
> From: Mohammed Kabeer [mailto:<a href="mailto:mkabeer@tamimicg.com">mkabeer@tamimicg.com</a>]<br>
> Sent: Wednesday, August 20, 2014 2:07 PM<br>
> To: 'PostGIS Users Discussion'<br>
> Cc: <a href="mailto:mkabeer@tamimicg.com">mkabeer@tamimicg.com</a><br>
> Subject: RE: [postgis-users] pointcloud extentions<br>
><br>
><br>
><br>
> It will be easier, though, to install a PostGIS version on a Linux<br>
> box, then tell OpenGeoSuite to use this installation<br>
><br>
><br>
><br>
> How can I do this process<br>
><br>
><br>
><br>
> Thanks<br>
><br>
> Kabeer<br>
><br>
><br>
><br>
> From: Mohammed Kabeer [mailto:<a href="mailto:mkabeer@tamimicg.com">mkabeer@tamimicg.com</a>]<br>
> Sent: Wednesday, August 20, 2014 1:50 PM<br>
> To: 'PostGIS Users Discussion'<br>
> Cc: <a href="mailto:mkabeer@tamimicg.com">mkabeer@tamimicg.com</a><br>
> Subject: RE: [postgis-users] pointcloud extentions<br>
><br>
><br>
><br>
> Dear Sir,<br>
><br>
><br>
><br>
> Right now I have windows environment existing<br>
><br>
><br>
><br>
> You mean I need to move to linux environment or how<br>
><br>
><br>
><br>
> Thanks<br>
><br>
> Kabeer<br>
><br>
><br>
><br>
> From: <a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a><br>
> [mailto:<a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a>] On Behalf Of Nicolas<br>
> Ribot<br>
> Sent: Wednesday, August 20, 2014 1:27 PM<br>
> To: PostGIS Users Discussion<br>
> Subject: Re: [postgis-users] pointcloud extentions<br>
><br>
><br>
><br>
> I guess you have to install Cygwin or another Linux env on Windows,<br>
> then install all necessary packages and compile PointCloud.<br>
><br>
><br>
><br>
> It will be easier, though, to install a PostGIS version on a Linux<br>
> box, then tell OpenGeoSuite to use this installation.<br>
><br>
><br>
><br>
> Nicolas<br>
><br>
><br>
><br>
><br>
><br>
> On 20 August 2014 12:17, Mohammed Kabeer <<a href="mailto:mkabeer@tamimicg.com">mkabeer@tamimicg.com</a>> wrote:<br>
><br>
> Thank you very much<br>
><br>
><br>
><br>
> How to install in windows environment<br>
><br>
><br>
><br>
> // Create file as pointcloud.control and copy following code in it<br>
><br>
><br>
><br>
><br>
> # pointcloud extension<br>
><br>
><br>
> comment = 'data type for lidar point clouds'<br>
><br>
><br>
> default_version = '1.0'<br>
><br>
><br>
> module_pathname = '$libdir/pointcloud'<br>
><br>
><br>
> relocatable = true<br>
><br>
><br>
> superuser = true<br>
><br>
><br>
> #requires = 'postgis'<br>
><br>
><br>
><br>
> Would you please guide me how to install in windows<br>
><br>
><br>
><br>
><br>
><br>
><br>
> Thanks<br>
><br>
> Kabeer<br>
><br>
><br>
><br>
> From: <a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a><br>
> [mailto:<a href="mailto:postgis-users-bounces@lists.osgeo.org">postgis-users-bounces@lists.osgeo.org</a>] On Behalf Of Nicolas<br>
> Ribot<br>
> Sent: Wednesday, August 20, 2014 1:09 PM<br>
> To: PostGIS Users Discussion<br>
> Subject: Re: [postgis-users] pointcloud extentions<br>
><br>
><br>
><br>
> Hi,<br>
><br>
><br>
><br>
> This extension is not part of standard postgis installation (afaik).<br>
><br>
> You have to install it manually: <a href="https://github.com/pramsey/pointcloud" target="_blank">https://github.com/pramsey/pointcloud</a><br>
><br>
><br>
><br>
> Nicolas<br>
><br>
><br>
><br>
> On 20 August 2014 11:37, Mohammed Kabeer <<a href="mailto:mkabeer@tamimicg.com">mkabeer@tamimicg.com</a>> wrote:<br>
><br>
> Dear Sir,<br>
><br>
><br>
><br>
> I installed postgis with opengeosuit4. 1 (OpenGeoSuite-latest.exe) and<br>
> created database and working fine<br>
><br>
><br>
><br>
> I run CREATE EXTENSION postgis: // working fine<br>
><br>
><br>
><br>
> But when I run CREATE EXTENSION pointcloud; // it gives me ERROR:<br>
> could not open extension control file "C:/Program Files<br>
> (x86)/Boundless/OpenGeo/bin/../pgsql/share/extension/pointcloud.control":<br>
> No such file or directory<br>
><br>
> SQL state: 58P01<br>
><br>
><br>
><br>
> How to fix this problem<br>
><br>
><br>
><br>
> Thanks<br>
><br>
> Kabeer<br>
><br>
><br>
><br>
> Mohammed Kabeer Ahmed | Spatial Technologies| Tamimi Consulting Group|<br>
><br>
> Tel +966 1217 0152 | Mobile +966 545548353 <tel:%2B966%20545548353>  |<br>
> Skype: mkabeer2000 Riyadh, Saudi Arabia<br>
><br>
> specialistCard<br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> postgis-users mailing list<br>
> <a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
<br>
_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br>
</div></div></blockquote></div><br></div>