mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
95 lines
2.2 KiB
ReStructuredText
95 lines
2.2 KiB
ReStructuredText
.. _home:
|
|
|
|
******************************************************************************
|
|
pgPointcloud - A PostgreSQL extension for storing point cloud (LIDAR) data.
|
|
******************************************************************************
|
|
|
|
LIDAR_ `point cloud`_ are becoming more and more available. Devices are easy to
|
|
get, not too expensive, and provide very accurate 3D points. pgPointCLoud is an
|
|
open source PostgreSQL_ extension for storing point cloud data and use it with
|
|
PostGIS_. It is very easy to use, robust and efficient.
|
|
|
|
By storing LIDAR points in a PostgreSQL database, pgPointcloud eases many
|
|
problems and allows a good integration with other geo-spatial data
|
|
(vector, raster) into one common framework : PostGIS.
|
|
|
|
News
|
|
--------------------------------------------------------------------------------
|
|
|
|
**01-07-2020**
|
|
................................................................................
|
|
|
|
pgPointcloud 1.2.1 has been released.
|
|
|
|
|
|
Concepts
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
concepts/index
|
|
|
|
Download
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
download
|
|
|
|
Getting Started
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
quickstart
|
|
|
|
Functions
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
functions/index
|
|
|
|
Tutorials
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
tutorials/index
|
|
|
|
Development
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
development
|
|
|
|
Project
|
|
--------------------------------------------------------------------------------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
community
|
|
faq
|
|
copyright
|
|
|
|
|
|
Indices and tables
|
|
--------------------------------------------------------------------------------
|
|
|
|
* :ref:`genindex`
|
|
* :ref:`search`
|
|
|
|
|
|
.. _`point cloud`: http://en.wikipedia.org/wiki/Point_cloud
|
|
.. _`LIDAR`: http://en.wikipedia.org/wiki/LIDAR
|
|
.. _`PostgreSQL`: https://www.postgresql.org/
|
|
.. _`PostGIS`: https://postgis.net/
|