File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
- Validation that using the ` ids ` parameter does not override all other parameters, as was the behavior
13
13
prior to v1.0.0-beta.1.
14
+ - Add validation that the footprint of each Item returned from Item Search intersects the AOI provided
15
+ through the intersect parameter
16
+ - Add validation that Collection has items link relation
14
17
15
18
### Changed
16
19
Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ pretty = true
78
78
show_column_numbers = true
79
79
show_error_codes = true
80
80
show_error_context = true
81
+ # ignore_missing_imports = true
82
+
83
+ [[tool .mypy .overrides ]]
84
+ module = [" shapely.geometry" ]
85
+ ignore_missing_imports = true
81
86
82
87
[build-system ]
83
88
requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments