Skip to content
Snippets Groups Projects
Commit 475139c1 authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Updated era5 aggregation to aggregate over validation and initialization

parent d5195b8e
No related branches found
No related tags found
No related merge requests found
Pipeline #22787 passed
......@@ -93,11 +93,26 @@
"aggregation_control": {
"aggregations": [
{
"attribute_name": "code",
"type": "union"
}
],
"variable_column_name": "code",
"attribute_name": "validation_date",
"options": {
"compat": "override",
"coords": "minimal",
"dim": "time"
},
"type": "join_existing"
},
{
"attribute_name": "initialization_date",
"options": {
"compat": "override",
"coords": "minimal",
"dim": "time"
},
"type": "join_existing"
},
{"attribute_name": "short_name",
"type": "union"}],
"variable_column_name": "short_name",
"groupby_attrs": [
"table_id",
"stepType",
......
......@@ -77,9 +77,28 @@
{"column_name": "format"}],
"assets": {"format_column_name": "format", "column_name": "uri"},
"aggregation_control": {
"aggregations": [{"attribute_name": "code",
"type": "union"}],
"variable_column_name": "code",
"aggregations": [
{
"attribute_name": "validation_date",
"options": {
"compat": "override",
"coords": "minimal",
"dim": "time"
},
"type": "join_existing"
},
{
"attribute_name": "initialization_date",
"options": {
"compat": "override",
"coords": "minimal",
"dim": "time"
},
"type": "join_existing"
},
{"attribute_name": "short_name",
"type": "union"}],
"variable_column_name": "short_name",
"groupby_attrs": [
"table_id",
"stepType",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment