File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -770,6 +770,9 @@ class OpenEoBackendImplementation:
770
770
"https://api.openeo.org/1.2.0" ,
771
771
# Support the "remote process definition" extension (originally known as the "remote-udp" extension)
772
772
"https://api.openeo.org/extensions/remote-process-definition/0.1.0" ,
773
+ # STAC API conformance classes
774
+ # "https://api.stacspec.org/v1.0.0/core", # TODO #363 can we claim this conformance class alread?
775
+ "https://api.stacspec.org/v1.0.0/collections" ,
773
776
]
774
777
775
778
def __init__ (
Original file line number Diff line number Diff line change @@ -404,7 +404,8 @@ def index():
404
404
"version" : api_version , # Deprecated pre-0.4.0 API version field
405
405
"api_version" : api_version , # API version field since 0.4.0
406
406
"backend_version" : backend_version ,
407
- "stac_version" : "0.9.0" ,
407
+ "stac_version" : "0.9.0" , # TODO #363 bump to 1.x.y?
408
+ "type" : "Catalog" ,
408
409
"conformsTo" : backend_implementation .conformance_classes (),
409
410
"id" : service_id ,
410
411
"title" : title ,
You can’t perform that action at this time.
0 commit comments