pointcloud
data type for lidar point clouds
Module:
Categories:
Overview
MIXED 3rd Party Extension: pointcloud : data type for lidar point clouds
Information
- Extension ID: 1520
- Extension Name:
pointcloud - 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: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PIGSTY
- 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 via the pig CLI tool:
pig ext install pointcloud
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 extension on PostgreSQL cluster:
CREATE EXTENSION pointcloud;
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.