|
1 | | -# Point Cloud Extension |
| 1 | +# Point Cloud Extension Specification |
2 | 2 |
|
3 | 3 | - **Title:** Point Cloud |
4 | 4 | - **Identifier:** <https://stac-extensions.github.io/pointcloud/v1.0.0/schema.json> |
5 | 5 | - **Field Name Prefix:** pc |
6 | 6 | - **Scope:** Item, Collection |
7 | 7 | - **Extension [Maturity Classification](https://github.com/radiantearth/stac-spec/tree/master/extensions/README.md#extension-maturity):** Proposal |
8 | 8 | - **Owner**: @matthewhanson |
9 | | -- **History**: [Prior to March 2nd, 2021](https://github.com/radiantearth/stac-spec/tree/3a83d75aec7f16ae597ee9779777a97e83ff46a4/extensions/pointcloud) |
| 9 | +- **History**: [Prior to March 2, 2021](https://github.com/radiantearth/stac-spec/commits/v1.0.0-rc.1/extensions/pointcloud) |
10 | 10 |
|
11 | | -This document explains the Point Cloud Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) (STAC) |
12 | | -specification. It adds fields to a STAC Item, to enable STAC to more fully describe point cloud datasets. The |
13 | | -point clouds can come from either active or passive sensors, and data is frequently acquired using tools such as LiDAR or coincidence-matched imagery. |
| 11 | +This document explains the Point Cloud Extension to the [SpatioTemporal Asset Catalog](https://github.com/radiantearth/stac-spec) |
| 12 | +(STAC) specification. It adds fields to a STAC Item, to enable STAC to more fully describe point cloud datasets. |
| 13 | +The point clouds can come from either active or passive sensors, and data is frequently acquired using tools such as |
| 14 | +LiDAR or coincidence-matched imagery. |
14 | 15 |
|
15 | 16 | - Examples: |
16 | 17 | - [Example](examples/example-autzen.json) |
| 18 | + - [PDAL to STAC Python script](pdal-to-stac.py) |
17 | 19 | - [JSON Schema](json-schema/schema.json) |
| 20 | +- [Changelog](./CHANGELOG.md) |
18 | 21 |
|
19 | | -## Item Properties fields |
| 22 | +## Item Properties |
20 | 23 |
|
21 | 24 | | Field Name | Type | Description | |
22 | 25 | | ------------- | --------------------------------- | ----------- | |
@@ -52,7 +55,3 @@ A sequential array of Items mapping to `pc:schemas` defines per-channel statisti |
52 | 55 | | minimum | number | The minimum value of the channel. | |
53 | 56 | | stddev | number | The standard deviation of the channel. | |
54 | 57 | | variance | number | The variance of the channel. | |
55 | | - |
56 | | -## Implementations |
57 | | - |
58 | | -None yet, still in proposal stage. |
0 commit comments