Skip to content

Commit ea9aebc

Browse files
committed
Update CHANGELOG and docs
1 parent fc3be80 commit ea9aebc

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
- Timestamps Extension summaries ([#513](https://github.com/stac-utils/pystac/pull/513))
1414
- Define equality and `__repr__` of `RangeSummary` instances based on `to_dict`
1515
representation ([#513](https://github.com/stac-utils/pystac/pull/513))
16+
- Sat Extension summaries ([#509](https://github.com/stac-utils/pystac/pull/509))
1617

1718
### Changed
1819

@@ -24,6 +25,8 @@
2425
- `Link` constructor classes (e.g. `Link.from_dict`, `Link.canonical`, etc.) now return
2526
the calling class instead of always returning the `Link` class
2627
([#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))
2730

2831
### Removed
2932

docs/api.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,45 @@ RasterExtension
499499
:show-inheritance:
500500
:inherited-members:
501501

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+
502541
Scientific Extension
503542
--------------------
504543

0 commit comments

Comments
 (0)