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
Copy file name to clipboardExpand all lines: COMPLIANCE_REPORT.md
+51-28Lines changed: 51 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,13 @@
2
2
3
3
This document shows how well several popular STAC API implementations conform to STAC API.
4
4
5
-
Many (if not all) of these API are in production use, so the fact that they have validation problems
5
+
Many (if not all) of these APIs are in production use, so the fact that they have validation problems
6
6
should not be seen as a significant concern. This validation suite is quite strict, so it finds
7
7
many obscure issues that can usually be worked around. Many of the defects are around the
8
8
correct advertisement of conformance classes and links to support hypermedia, and these more "advanced"
9
9
capabilities are only now starting to be fully used in tools like pystac-client.
10
10
11
-
## Open Source
11
+
## Open Source Implementations
12
12
13
13
### stac-fastapi - sqlalchemy
14
14
@@ -56,9 +56,31 @@ errors:
56
56
- POST Search with {'ids': ['fe916452-ba6f-4631-9154-c249924a122d', 'f7f164c9-cfdf-436d-a3f0-69864c38ba2a']} returned items with ids other than specified one
0 commit comments