Skip to content

Commit ff00aaa

Browse files
committed
update STAC API conformance class uris to remove rc.3
1 parent 5bc4462 commit ff00aaa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
- **Conformance Classes:**
6464
- Filter: `http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter`
6565
- Features Filter: `http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter`
66-
- Item Search Filter: `https://api.stacspec.org/v1.0.0-rc.3/item-search#filter`
66+
- Item Search Filter: `https://api.stacspec.org/v1.0.0/item-search#filter`
6767
- CQL2 Text: `http://www.opengis.net/spec/cql2/1.0/conf/cql2-text`
6868
- CQL2 JSON: `http://www.opengis.net/spec/cql2/1.0/conf/cql2-json`
6969
- Basic CQL2: `http://www.opengis.net/spec/cql2/1.0/conf/basic-cql2`
@@ -155,7 +155,7 @@ Basic Spatial Functions with additional Spatial Literals class.
155155

156156
The STAC API Filter Extension reuses the definitions and conformance classes in OAFeat CQL,
157157
adding only the *Item Search Filter* conformance class
158-
(`https://api.stacspec.org/v1.0.0-rc.3/item-search#filter`) to bind
158+
(`https://api.stacspec.org/v1.0.0/item-search#filter`) to bind
159159
the Filter behavior to the Item Search endpoint.
160160

161161
The implementation **must** support these conformance classes:
@@ -166,7 +166,7 @@ The implementation **must** support these conformance classes:
166166
the query language used for the `filter` parameter defined by Filter. This includes logical operators (`AND`, `OR`, `NOT`),
167167
comparison operators (`=`, `<>`, `<`, `<=`, `>`, `>=`), and `IS NULL`. The comparison operators are allowed against
168168
string, numeric, boolean, date, and datetime types.
169-
- Item Search Filter (`https://api.stacspec.org/v1.0.0-rc.3/item-search#filter`) binds the Filter and
169+
- Item Search Filter (`https://api.stacspec.org/v1.0.0/item-search#filter`) binds the Filter and
170170
Basic CQL2 conformance classes to apply to the Item Search endpoint (`/search`). This class is the correlate of the OAFeat CQL2 Features
171171
Filter class that binds Filter and Basic CQL2 to the Features resource (`/collections/{cid}/items`).
172172

@@ -404,7 +404,7 @@ at least these values:
404404
"http://api.stacspec.org/v1.0.0/core",
405405
"http://api.stacspec.org/v1.0.0/item-search",
406406

407-
"https://api.stacspec.org/v1.0.0-rc.3/item-search#filter"
407+
"https://api.stacspec.org/v1.0.0/item-search#filter"
408408
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/filter",
409409
"http://www.opengis.net/spec/ogcapi-features-3/1.0/conf/features-filter",
410410
"http://www.opengis.net/spec/cql2/1.0/conf/cql2-text",

0 commit comments

Comments
 (0)