How to Install and Uninstall postgresql-14-pointcloud Package on Kali Linux
Last updated: February 24,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "postgresql-14-pointcloud" package
This guide let you learn how to install postgresql-14-pointcloud on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
postgresql-14-pointcloud
Copied
2. Uninstall "postgresql-14-pointcloud" package
Please follow the instructions below to uninstall postgresql-14-pointcloud on Kali Linux:
$
sudo apt remove
postgresql-14-pointcloud
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the postgresql-14-pointcloud package on Kali Linux
Package: postgresql-14-pointcloud
Source: pgpointcloud (1.2.1-8)
Version: 1.2.1-8+b1
Installed-Size: 379
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.14), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Size: 113936
SHA256: 02552d17285de0f70007d9228c0dc21fca275f084622fcc794481bcb49e4049f
SHA1: e8a3a4de8abd42d53abc15842d384098a76c5880
MD5sum: a9eeb00dc5d9cfd5b604dd64b7c3763c
Description: PostgreSQL extension for storing point cloud (LIDAR) data
LIDAR sensors quickly produce millions of points with large numbers of
variables measured on each point. The challenge for a point cloud database
extension is efficiently storing this data while allowing high fidelity access
to the many variables stored.
.
Much of the complexity in handling LIDAR comes from the need to deal with
multiple variables per point. The variables captured by LIDAR sensors varies
by sensor and capture process. Some data sets might contain only X/Y/Z values.
Others will contain dozens of variables: X, Y, Z; intensity and return number;
red, green, and blue values; return times; and many more. There is no
consistency in how variables are stored: intensity might be stored in a 4-byte
integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
4-byte integers.
.
PostgreSQL Pointcloud deals with all this variability by using a "schema
document" to describe the contents of any particular LIDAR point. Each point
contains a number of dimensions, and each dimension can be of any data type,
with scaling and/or offsets applied to move between the actual value and the
value stored in the database. The schema document format used by PostgreSQL
Pointcloud is the same one used by the PDAL library.
Description-md5: 20845f89fe7791d32eb14519483ec92e
Homepage: https://github.com/pgpointcloud/pointcloud
Section: database
Priority: optional
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.1-8+b1_amd64.deb
Source: pgpointcloud (1.2.1-8)
Version: 1.2.1-8+b1
Installed-Size: 379
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.14), libxml2 (>= 2.7.4), zlib1g (>= 1:1.1.4)
Size: 113936
SHA256: 02552d17285de0f70007d9228c0dc21fca275f084622fcc794481bcb49e4049f
SHA1: e8a3a4de8abd42d53abc15842d384098a76c5880
MD5sum: a9eeb00dc5d9cfd5b604dd64b7c3763c
Description: PostgreSQL extension for storing point cloud (LIDAR) data
LIDAR sensors quickly produce millions of points with large numbers of
variables measured on each point. The challenge for a point cloud database
extension is efficiently storing this data while allowing high fidelity access
to the many variables stored.
.
Much of the complexity in handling LIDAR comes from the need to deal with
multiple variables per point. The variables captured by LIDAR sensors varies
by sensor and capture process. Some data sets might contain only X/Y/Z values.
Others will contain dozens of variables: X, Y, Z; intensity and return number;
red, green, and blue values; return times; and many more. There is no
consistency in how variables are stored: intensity might be stored in a 4-byte
integer, or in a single byte; X/Y/Z might be doubles, or they might be scaled
4-byte integers.
.
PostgreSQL Pointcloud deals with all this variability by using a "schema
document" to describe the contents of any particular LIDAR point. Each point
contains a number of dimensions, and each dimension can be of any data type,
with scaling and/or offsets applied to move between the actual value and the
value stored in the database. The schema document format used by PostgreSQL
Pointcloud is the same one used by the PDAL library.
Description-md5: 20845f89fe7791d32eb14519483ec92e
Homepage: https://github.com/pgpointcloud/pointcloud
Section: database
Priority: optional
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud_1.2.1-8+b1_amd64.deb