forked from globalfund/data-explorer-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeomap.json
13 lines (13 loc) · 1.12 KB
/
geomap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"dataPath": "value",
"amount": "amount",
"component": "grantAgreementImplementationPeriod.grantAgreement.component.componentName",
"locationCode": "grantAgreementImplementationPeriod.grantAgreement.geographicArea.geographicAreaCode_ISO3",
"multicountry": "grantAgreementImplementationPeriod.grantAgreement.multiCountry.multiCountryName",
"geodatamulticountry": "multiCountryName",
"multiCountryComposition": "multiCountryComposition",
"multiCountryCompositionItem": "geographicArea.geographicAreaCode_ISO3",
"multicountryComponent": "grantAgreementImplementationPeriod.grantAgreement.component.componentName",
"aggregation": "$apply=<filterString>groupby((grantAgreementImplementationPeriod/grantAgreement/geographicArea/geographicAreaCode_ISO3,grantAgreementImplementationPeriod/grantAgreement/component/componentName),aggregate(budgetAmount with sum as amount))",
"aggregationMulticountry": "$apply=<filterString>groupby((grantAgreementImplementationPeriod/grantAgreement/multiCountry/multiCountryName,grantAgreementImplementationPeriod/grantAgreement/component/componentName),aggregate(budgetAmount with sum as amount))"
}