Skip to content

Commit

Permalink
support loading signed batch job results #402
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed May 26, 2023
1 parent 40a5343 commit 9ed0642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openeogeotrellis/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def load_stac(self, url: str, load_params: LoadParameters, env: EvalEnv) -> Geop
conforms_to = root_catalog.extra_fields.get("conformsTo", [])

if not any(conformance_class.endswith("/item-search") for conformance_class in conforms_to):
raise FeatureUnsupportedException(f"load_stac: static STAC catalog is not supported")
return self.load_result(job_id=url, user_id=None, load_params=load_params, env=env)

jvm = get_jvm()

Expand Down

0 comments on commit 9ed0642

Please sign in to comment.