File tree Expand file tree Collapse file tree 6 files changed +412
-217
lines changed Expand file tree Collapse file tree 6 files changed +412
-217
lines changed Original file line number Diff line number Diff line change 12
12
` sar:polarizations ` for pre-0.9 catalogs
13
13
([ #556 ] ( https://github.com/stac-utils/pystac/pull/556 ) )
14
14
- Migration from ` eo:epsg ` -> ` proj:epsg ` for pre-0.9 catalogs ([ #557 ] ( https://github.com/stac-utils/pystac/pull/557 ) )
15
+ - Collection summaries for Point Cloud Extension ([ #558 ] ( https://github.com/stac-utils/pystac/pull/558 ) )
16
+ - ` PhenomenologyType ` enum for recommended values of ` pc:type ` & ` SchemaType ` enum for
17
+ valid values of ` type ` in [ Point Cloud Schema
18
+ Objects] ( https://github.com/stac-extensions/pointcloud#schema-object )
19
+ ([ #548 ] ( https://github.com/stac-utils/pystac/pull/548 ) )
15
20
16
21
### Removed
17
22
18
23
### Changed
19
24
20
25
- 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 ) )
26
+ - ` PointcloudSchema ` -> ` Schema ` , ` PointcloudStatistic ` -> ` Statistic ` for consistency
27
+ with naming convention in other extensions ([ #548 ] ( https://github.com/stac-utils/pystac/pull/548 ) )
21
28
22
29
### Fixed
23
30
Original file line number Diff line number Diff line change @@ -423,17 +423,62 @@ LabelExtension
423
423
Pointcloud Extension
424
424
--------------------
425
425
426
- Implements the :stac-ext: `Point Cloud Extension <pointcloud> `.
426
+ These classes are representations of the :stac-ext: `Pointcloud Extension Spec
427
+ <pointcloud> `.
427
428
428
- PointcloudItemExt
429
+ PhenomenologyType
429
430
~~~~~~~~~~~~~~~~~
430
431
431
- **TEMPORARILY REMOVED **
432
+ .. autoclass :: pystac.extensions.pointcloud.PhenomenologyType
433
+ :members:
434
+ :undoc-members:
435
+ :show-inheritance:
432
436
433
- .. .. autoclass:: pystac.extensions.pointcloud.PointcloudItemExt
434
- .. :members:
435
- .. :undoc-members:
436
- .. :show-inheritance:
437
+ SchemaType
438
+ ~~~~~~~~~~
439
+
440
+ .. autoclass :: pystac.extensions.pointcloud.SchemaType
441
+ :members:
442
+ :undoc-members:
443
+ :show-inheritance:
444
+
445
+ Schema
446
+ ~~~~~~
447
+
448
+ .. autoclass :: pystac.extensions.pointcloud.Schema
449
+ :members:
450
+ :inherited-members:
451
+ :show-inheritance:
452
+
453
+ Statistic
454
+ ~~~~~~~~~
455
+
456
+ .. autoclass :: pystac.extensions.pointcloud.Statistic
457
+ :members:
458
+ :inherited-members:
459
+ :show-inheritance:
460
+
461
+ PointcloudExtension
462
+ ~~~~~~~~~~~~~~~~~~~
463
+
464
+ .. autoclass :: pystac.extensions.pointcloud.PointcloudExtension
465
+ :members:
466
+ :inherited-members:
467
+ :show-inheritance:
468
+
469
+ ItemPointcloudExtension
470
+ ~~~~~~~~~~~~~~~~~~~~~~~
471
+
472
+ .. autoclass :: pystac.extensions.pointcloud.ItemPointcloudExtension
473
+ :members:
474
+ :show-inheritance:
475
+
476
+ AssetPointcloudExtension
477
+ ~~~~~~~~~~~~~~~~~~~~~~~~
478
+
479
+ .. autoclass :: pystac.extensions.pointcloud.AssetPointcloudExtension
480
+ :members:
481
+ :show-inheritance:
437
482
438
483
Projection Extension
439
484
--------------------
You can’t perform that action at this time.
0 commit comments