This metadata sheet describe all the indicator in UNDP Data Futures Exchange.
To see the list of all the indicator click here. Here users can select a country to see the indicators present for a country. Users can select a region to see the indicators that are aggregated for that region.
To edit this json, use the UI here. Use the UI to edit meta data for indicators or add new indicators; once the user is done with all the changes user can click the Download Metadata
button to download the updated json file (name of file downloaded indicatorMetaData.json
). Once the updates json file is downloaded update the indicatorMetaData.json
file in this git repo
This metadata sheet all the disaggregation and are used in the disaggregated visualization in UNDP Data Futures Exchange.
To see the list of all the indicator click here. Here users can select a country to see the indicators present for a country. Users can select a region to see the indicators that are aggregated for that region.
To edit this json, use the UI here. Use the UI to edit meta data for disaggregation or add new disaggregation; once the user is done with all the changes user can click the Download Disaggregation Metadata
button to download the updated json file (name of file downloaded disaggregationMetaData.json
). Once the updates json file is downloaded update the disaggregationMetaData.json
file in this git repo
This json file list the name of all the Viva topics pages. The schema of the json file is { vivaTopics: string[] }
. This list is used in Viva Topics dropdown in the metadata edit application. If the user want to add new Viva topics page they just need to add the new topic to this json and it will get populated in the metadata edit application.
These json file list the metadata which affect the sub-national visualization on the country pages on UNDP's DFX. To edit these files please contact the developers. The schema is:
{
"indicator_id": string;
"indicator_name": string;
"group": string;
"sourceLayer": string;
"pmtilesURL": string;
"hasId": string;
"countryId": string;
"regionId": string;
"useCountryLookup": boolean;
}
- Access-All-Data-Viz: This metadata sheet is used to populate the indicators in Access All Data App and also the Country SubNational Visualization.
- dv-edit-indicators-metadata-fe: This repo is used to manage, and edit the metadata sheets. Link to the app: https://black-water-04176b910.4.azurestaticapps.net/
How to download the files locally
git clone https://github.com/UNDP-Data/Indicators-MetaData.git
cd Indicators-MetaData