pystac-ext-pointcloud
Point Cloud extension for PySTAC
What it is and what it does
pystac-ext-pointcloud is a PySTAC extension package that adds support for the Point Cloud Extension specification to the PySTAC catalog framework. It allows developers to attach standardized point cloud metadata—such as point count, encoding format, density information, schema definitions, and statistical summaries—to STAC items and collections. The package targets version 1.0.0 of the Point Cloud Extension specification and is designed to integrate seamlessly with pystac-core.
The package is actively maintained and supports modern Python versions (3.10 through 3.13). It uses a versioning scheme where the major and minor versions track the extension specification version, with post-releases used for code-only updates. Installation is straightforward with minimal dependencies, making it suitable for projects that need to catalog or query point cloud datasets within a STAC ecosystem.
Use it for:
- Catalog lidar or photogrammetry datasets with standardized point cloud metadata in a STAC collection.
- Add point count, encoding, and density information to STAC items describing 3D point data.
- Build searchable repositories of point cloud data using STAC with extension-compliant metadata.
- Integrate point cloud metadata into geospatial data pipelines that use PySTAC for catalog management.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Extends PySTAC to support the Point Cloud Extension specification, enabling description and cataloging of point cloud datasets with metadata for point count, encoding, density, schemas, and statistics.
Yes, if you are building or maintaining a STAC catalog that includes point cloud datasets. The package is actively maintained, has no known vulnerabilities, carries a permissive license, and requires only one lightweight dependency. Install it only if you actually need to describe point cloud data in STAC; it is not a general-purpose tool.
Install
pystac-ext-pointcloud on PyPI
pip
pip install pystac-ext-pointclouduv
uv add pystac-ext-pointcloudpoetry
poetry add pystac-ext-pointcloudInstalling pystac-ext-pointcloud
Before you install
Low install friction; pure Python wheel with a single runtime dependency on pystac-core. Actively maintained with a recent release (4 days old) and no known vulnerabilities.
License in practice
Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions; you must retain license notices and may not use the project's trademarks.
Quickstart
pip install pystac-ext-pointcloud
from pystac_ext_pointcloud import PointcloudExtension
# Use PointcloudExtension to add point cloud metadata to STAC items
Requires Python 3.10 or later.
Verify before relying
- Whether the package provides a public API for programmatic access to point cloud extension fields beyond what pystac-core offers.
- Whether version 1.0.1 introduces breaking changes or is a patch-only release (post-release versioning scheme makes this unclear from metadata alone).
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pystac-core |
| Maintenance | actively maintained — 4 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 3,981,613/month — #2,427 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pystac_ext_pointcloud-1.0.1-py3-none-any.whl
Keywords: STAC, catalog, imagery, pointcloud, pystac, raster
Tags
More Information Analysis packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyarrowpyarrow provides Python bindings to Apache…
permissive · top 100 on PyPI
networkxNetworkX provides data structures and…
permissive · top 1,000 on PyPI
snowflake-connector-pythonConnects Python applications to Snowflake data…
permissive · top 1,000 on PyPI
contourpyContourPy calculates contours of 2D…
permissive · top 1,000 on PyPI
snowflake-snowpark-pythonSnowpark Python provides APIs to query and…
permissive · top 1,000 on PyPI
pypcd4pypcd4 reads, writes, and manipulates Point…
permissive · top 15,000 on PyPI
pystac-ext-satExtends PySTAC to handle satellite-specific…
permissive · top 5,000 on PyPI
pystac-ext-storageExtends PySTAC to add cloud storage metadata…
permissive · top 5,000 on PyPI
pystac-ext-scientificExtends PySTAC to add scientific publication…
permissive · top 5,000 on PyPI
pystac-ext-viewExtends PySTAC with the View Geometry…
permissive · top 5,000 on PyPI
pystac-ext-labelExtends PySTAC to add support for the Label…
permissive · top 5,000 on PyPI
pystac-ext-rasterExtends PySTAC with the Raster Extension…
permissive · top 5,000 on PyPI
pystac-ext-datacubeExtends PySTAC to support the Datacube…
permissive · top 5,000 on PyPI
pystac-ext-mlmAdds Machine Learning Model extension support…
permissive · top 5,000 on PyPI
pystac-ext-sarExtends PySTAC with fields and validation for…
permissive · top 5,000 on PyPI