forked from globalfund/data-explorer-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeo.json
20 lines (20 loc) · 1.43 KB
/
geo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"dataPath": "value",
"amount": "amount",
"indicator": "indicator",
"pledge": "Pledge",
"contribution": "Contribution",
"year": "replenishmentPeriod.replenishmentPeriodName",
"countryDonors": "donor.geographicArea.geographicAreaCode_ISO3",
"nonCountryDonors": "donor.donorName",
"donorId": "donor.donorId",
"donorLat": "donor.donorSpatialShapes[0].spatialShape.latitude",
"donorLong": "donor.donorSpatialShapes[0].spatialShape.longitude",
"multiCoordinates": "donor.donorSpatialShapes",
"multiCoordinatesLat": "spatialShape.latitude",
"multiCoordinatesLong": "spatialShape.longitude",
"inAppDonorsFilterOptionsURL": "http://localhost:4200/filter-options/donors",
"defaultDonorCategoryFilter": "'25188dfc-7567-4e08-b8d0-088a6b83f238','cc30fc59-b2fa-49e3-aa5a-762727daa68c','641c05fa-129d-4b57-a213-b5f6852ddc5f','c06eaea9-c81b-442b-b403-dc348f3734eb'",
"d2hspatialshapesURL": "https://fetch.theglobalfund.org/v3.3/odata/Donors?$filter=donorName in ('Debt2Health')&$expand=members($expand=members($expand=members,donorspatialshapes($expand=spatialshape),geographicArea($expand=geographicAreaspatialshapes($expand=spatialShape))),donorspatialshapes($expand=spatialshape),geographicArea($expand=geographicAreaspatialshapes($expand=spatialShape)))",
"pledgescontributionsGeoMapAggregation": "$expand=Donor($expand=DonorSpatialShapes($expand=SpatialShape),GeographicArea)&$filter=transactionType eq 'USD Equivalent'<filterString>"
}