jlaura / pointcloud

stactools package for working with pointcloud files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stactools-pointcloud

Creates a STAC Item based on the header of a pointcloud.

Dependencies

PDAL

Installation

pip install stactools-pointcloud

Usage

stac pointcloud create-item [OPTIONS] HREF DST


HREF is the pointcloud file. DST is directory that a STAC Item JSON file
will be created in.

Options:
  -r, --reader TEXT               Override the default PDAL reader.
  -t, --pointcloud-type TEXT      Set the pointcloud type (default: lidar)
  --compute-statistics / --no-compute-statistics
                                  Compute statistics for the pointcloud (could
                                  take a while)
  -p, --providers TEXT            Path to JSON file containing array of
                                  additional providers
  --help                          Show this message and exit.
stactools package for Pointcloud data.

Example

LAZ archive:

stac pointcloud create-item https://maps1.vcgov.org/LIDAR/LAZ/USGS_LPC_FL_Peninsular_2018_D18_LID2019_241594_E.laz .

About

stactools package for working with pointcloud files

License:Other


Languages

Language:Python 55.8%Language:Shell 41.6%Language:Dockerfile 2.6%