Skip to content

Commit 3e7912f

Browse files
committed
Update CHANGELOG
1 parent bc19335 commit 3e7912f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@
77
- `ProjectionExtension.crs_string` to provide a single string to describe the coordinate reference system (CRS).
88
Useful because projections can be defined by EPSG code, WKT, or projjson.
99
([#548](https://github.com/stac-utils/pystac/pull/548))
10+
- Collection summaries for Point Cloud Extension ([#558](https://github.com/stac-utils/pystac/pull/558))
11+
- `PhenomenologyType` enum for recommended values of `pc:type` & `SchemaType` enum for
12+
valid values of `type` in [Point Cloud Schema
13+
Objects](https://github.com/stac-extensions/pointcloud#schema-object)
14+
([#548](https://github.com/stac-utils/pystac/pull/548))
1015

1116
### Removed
1217

1318
### Changed
1419

1520
- The `from_dict` method on STACObjects will set the object's root link when a `root` parameter is present. An ItemCollection `from_dict` with a root parameter will set the root on each of it's Items. ([#549](https://github.com/stac-utils/pystac/pull/549))
21+
- `PointcloudSchema` -> `Schema`, `PointcloudStatistic` -> `Statistic` for consistency
22+
with naming convention in other extensions ([#548](https://github.com/stac-utils/pystac/pull/548))
1623

1724
### Fixed
1825

0 commit comments

Comments
 (0)