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
* Xarray-style options
* Refine options and add mechanism to easily respond to events based on options
* Fix types
* Fix message
* Use warnings rather than options
* Expect warnings
* Add another warning and put back assert_conforms_to
* Rollback to passing tests
* Apply suggestions from code review
Co-authored-by: Pete Gadomski <[email protected]>
* Get rid of ignore_conformance
* Let users control conformsTo
* Fix up tests
* Rewrite a cassette
* Rewrite a cassette
* More tests to demonstrate helper methods
* Tests for altering conforms_to via cli
* Add cassettes
* fix, tests: rewrite some cassettes, filter warning
* Put back in `ignore_conformance`
* Apply suggestions from code review
Co-authored-by: Pete Gadomski <[email protected]>
* Make warnings easier to use
* Add _supports_collections
* Better examples
* Don't deprecate stac_io, add warnings for conformance
* Make sure stacklevel is always 2
* Try again to record the cassette
* Docs and simplify a bit
* tests: rewrite cassette
* Start working on docs
* Respond to PR comments
* Finish first pass at docs
* Update docs/usage.rst
Co-authored-by: Pete Gadomski <[email protected]>
* Don't capture warnings in logs
* Update changelog
---------
Co-authored-by: Pete Gadomski <[email protected]>
Copy file name to clipboardExpand all lines: docs/tutorials/cql2-filter.ipynb
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
{
2
2
"cells": [
3
3
{
4
+
"attachments": {},
4
5
"cell_type": "markdown",
5
6
"id": "e06a27bf",
6
7
"metadata": {},
@@ -9,7 +10,7 @@
9
10
"\n",
10
11
"This notebook demonstrates the use of pystac-client to use [CQL2 filtering](https://github.com/radiantearth/stac-api-spec/tree/master/fragments/filter). The server needs to support this and advertise conformance as the `https://api.stacspec.org/v1.0.0-rc.1/item-search#filter` class in the `conformsTo` attribute of the root API.\n",
11
12
"\n",
12
-
"**This should be considered an experimental feature. This notebook uses the Microsoft Planetary Computer API, as it is currently the only public CQL2 implementation. The Planetary Computer API also does not yet advertise the correct conformance class, thus the `ignore_conformance` keyword is specified in the `Client.open` function below.**"
13
+
"**This should be considered an experimental feature. This notebook uses the Microsoft Planetary Computer API, as it is currently the only public CQL2 implementation.**"
0 commit comments