File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 13
13
- Timestamps Extension summaries ([ #513 ] ( https://github.com/stac-utils/pystac/pull/513 ) )
14
14
- Define equality and ` __repr__ ` of ` RangeSummary ` instances based on ` to_dict `
15
15
representation ([ #513 ] ( https://github.com/stac-utils/pystac/pull/513 ) )
16
+ - Sat Extension summaries ([ #509 ] ( https://github.com/stac-utils/pystac/pull/509 ) )
16
17
17
18
### Changed
18
19
24
25
- ` Link ` constructor classes (e.g. ` Link.from_dict ` , ` Link.canonical ` , etc.) now return
25
26
the calling class instead of always returning the ` Link ` class
26
27
([ #512 ] ( https://github.com/stac-utils/pystac/pull/512 ) )
28
+ - Sat extension now includes all fields defined in v1.0.0
29
+ ([ #509 ] ( https://github.com/stac-utils/pystac/pull/509 ) )
27
30
28
31
### Removed
29
32
Original file line number Diff line number Diff line change @@ -499,6 +499,45 @@ RasterExtension
499
499
:show-inheritance:
500
500
:inherited-members:
501
501
502
+ Satellite Extension
503
+ -------------------
504
+
505
+ OrbitState
506
+ ~~~~~~~~~~
507
+
508
+ .. autoclass :: pystac.extensions.sat.OrbitState
509
+ :members:
510
+ :show-inheritance:
511
+ :undoc-members:
512
+
513
+ SatExtension
514
+ ~~~~~~~~~~~~
515
+
516
+ .. autoclass :: pystac.extensions.sat.SatExtension
517
+ :members:
518
+ :show-inheritance:
519
+
520
+ ItemSatExtension
521
+ ~~~~~~~~~~~~
522
+
523
+ .. autoclass :: pystac.extensions.sat.ItemSatExtension
524
+ :members:
525
+ :show-inheritance:
526
+
527
+ AssetSatExtension
528
+ ~~~~~~~~~~~~
529
+
530
+ .. autoclass :: pystac.extensions.sat.AssetSatExtension
531
+ :members:
532
+ :show-inheritance:
533
+
534
+ SummariesSatExtension
535
+ ~~~~~~~~~~~~
536
+
537
+ .. autoclass :: pystac.extensions.sat.SummariesSatExtension
538
+ :members:
539
+ :show-inheritance:
540
+
502
541
Scientific Extension
503
542
--------------------
504
543
You can’t perform that action at this time.
0 commit comments