pointcloud
pointcloud
pointcloud : data type for lidar point clouds
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 1520 | pointcloud
|
pointcloud
|
1.2.5 |
GIS
|
BSD 3-Clause
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d--
|
No
|
Yes
|
No
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| Need By | pointcloud_postgis
|
| See Also | postgis
postgis_raster
postgis_topology
postgis_sfcgal
postgis_tiger_geocoder
address_standardizer
address_standardizer_data_us
pgrouting
|
| Siblings | pointcloud_postgis
|
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
1.2.5 |
18
17
16
15
14
13
|
pointcloud |
- |
| RPM | PGDG
|
1.2.5 |
18
17
16
15
14
13
|
pointcloud_$v* |
- |
| DEB | PGDG
|
1.2.5 |
18
17
16
15
14
13
|
postgresql-$v-pointcloud |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
el8.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
el9.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
el9.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
el10.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
el10.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
d12.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
d12.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
d13.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
d13.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
u22.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
u22.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
u24.x86_64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
u24.aarch64
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
PGDG 1.2.5
|
Source
pig build pkg pointcloud; # build spec not readyInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pointcloud; # install via package name, for the active PG version
pig install pointcloud -v 18; # install for PG 18
pig install pointcloud -v 17; # install for PG 17
pig install pointcloud -v 16; # install for PG 16
pig install pointcloud -v 15; # install for PG 15
pig install pointcloud -v 14; # install for PG 14
pig install pointcloud -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION pointcloud;Last updated on