pointcloud_postgis
integration for pointcloud LIDAR data and PostGIS geometry data
Module:
Categories:
Overview
PGDG 1st Party Extension: pointcloud : integration for pointcloud LIDAR data and PostGIS geometry data
Information
- Extension ID: 1521
- Extension Name:
pointcloud_postgis - Package Name:
pointcloud - Category:
GIS - License: BSD 3
- Website: https://github.com/pgpointcloud/pointcloud
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 1.2.5
- Postgres Support:
17,16,15,14,13 - Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSIONDDL - Relocatable: Can be installed into other schemas
- Trusted: Trusted, Can be created by user with
CREATEPrivilege - Schemas: N/A
- Requires:
postgis,pointcloud
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pointcloud_$v* - RPM Ver :
1.2.5 - RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pointcloud - DEB Ver :
1.2.5 - DEB Deps: N/A
Availability
Installation
Install pointcloud_postgis via the pig CLI tool:
pig ext install pointcloud; # Extension Name
pig ext install pointcloud_postgis; # normalized package name
Install pointcloud via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pointcloud"]}' # -l <cls>
Install pointcloud RPM from YUM repo directly:
dnf install pointcloud_17*;
dnf install pointcloud_16*;
dnf install pointcloud_15*;
dnf install pointcloud_14*;
dnf install pointcloud_13*;
Install pointcloud DEB from APT repo directly:
apt install postgresql-17-pointcloud;
apt install postgresql-16-pointcloud;
apt install postgresql-15-pointcloud;
apt install postgresql-14-pointcloud;
apt install postgresql-13-pointcloud;
Create pointcloud_postgis extension on PostgreSQL cluster:
CREATE EXTENSION pointcloud_postgis CASCADE;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.