Skip to content

Commit a104ef6

Browse files
committed
fixup! Issue #425 load_stac: support lambda based property filtering
1 parent 6409f0a commit a104ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/rest/connection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ def load_stac(
11851185
spatial_extent: Optional[Dict[str, float]] = None,
11861186
temporal_extent: Optional[List[Union[str, datetime.datetime, datetime.date]]] = None,
11871187
bands: Optional[List[str]] = None,
1188-
properties: Optional[dict] = None,
1188+
properties: Optional[Dict[str, Union[str, PGNode, Callable]]] = None,
11891189
) -> DataCube:
11901190
"""
11911191
Loads data from a static STAC catalog or a STAC API Collection and returns the data as a processable :py:class:`DataCube`.

0 commit comments

Comments
 (0)