We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7621952 commit 1ec4605Copy full SHA for 1ec4605
src/stac_api_validator/validations.py
@@ -1106,9 +1106,6 @@ def validate_features(
1106
validate_pagination: bool,
1107
open_assets_urls: bool = True,
1108
) -> None:
1109
- if not geometry:
1110
- warnings += f"[{Context.FEATURES}] Geometry parameter required for running Features validations."
1111
-
1112
if not collection:
1113
errors += f"[{Context.FEATURES}] Collection parameter required for running Features validations."
1114
return
0 commit comments