baseddata.io/backend/models/pipelines.py

6 lines
85 B
Python
Raw Normal View History

2024-09-20 17:49:31 +01:00
aggregate_mangrove_by_country = [
{
"$match": {"year": "2020"},
},
]