Skip to content

Commit

Permalink
EP-3341: propagate additional filters
Browse files Browse the repository at this point in the history
  • Loading branch information
bossie committed May 25, 2020
1 parent bc97cff commit bc8d67d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openeo_driver/ProcessGraphDeserializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ def load_collection(args: Dict, viewingParameters) -> ImageCollection:
viewingParameters["srs"] = extent.get("crs") or "EPSG:4326"
if "bands" in args and args['bands'] is not None:
viewingParameters["bands"] = extract_arg(args, "bands")
if args.get('properties'):
viewingParameters['properties'] = extract_arg(args, 'properties')

return backend_implementation.catalog.load_collection(name, viewingParameters)

Expand Down

0 comments on commit bc8d67d

Please sign in to comment.