Skip to content

Commit

Permalink
update aggregate spatial parsing (Open-EO#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinaHutter committed Nov 22, 2023
1 parent 689ab92 commit 6dd6aed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion openeo_pg_parser_networkx/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,8 @@ def node_callable(*args, parent_callables, named_parameters=None, **kwargs):
]

if parent_node_process_id and parent_node_process_id[0] in [
"aggregate_temporal_period"
"aggregate_temporal_period",
"aggregate_spatial",
]:
raise KeyError()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openeo-pg-parser-networkx"
version = "2023.10.9"
version = "2023.11.0"

description = "Parse OpenEO process graphs from JSON to traversible Python objects."
authors = ["Lukas Weidenholzer <lukas.weidenholzer@eodc.eu>", "Sean Hoyal <sean.hoyal@eodc.eu>", "Valentina Hutter <valentina.hutter@eodc.eu>", "Gerald Irsiegler <gerald.irsiegler@eodc.eu>"]
Expand Down

0 comments on commit 6dd6aed

Please sign in to comment.