You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* docs: add how to section
- add how to section to docs with latest datetime search across multiple collections
* docs: update changelog
---------
Co-authored-by: Pete Gadomski <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
11
12
12
- Make `get_collection` raise if `collection_id` is empty ([#809](https://github.com/stac-utils/pystac-client/pull/809))
13
13
14
+
### Documentation
15
+
16
+
- Add "How to..." section to usage documentation with latest datetime search across multiple collections example ([#823](https://github.com/stac-utils/pystac-client/pull/823))
Copy file name to clipboardExpand all lines: docs/usage.rst
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -555,3 +555,33 @@ example from **odc-stac**'s documentation:
555
555
556
556
557
557
See each packages's respective documentation for more examples and tutorials.
558
+
559
+
.. _how_to:
560
+
561
+
How To
562
+
++++++++++++
563
+
564
+
Get the latest dataset across multiple collections
565
+
-----------------------------------------
566
+
567
+
When searching for multiple datasets across different collections, each dataset may be derived from a different time period. You may want to get the latest dataset for each collection instead of all available datasets.
0 commit comments