Skip to content

UNDP-Data/Indicators-MetaData

Repository files navigation

Indicator Metadata Sheets

This repo has all the metadata files for all the indicators in UNDP Data Futures Exchange.

Table of Contents

Description of Each File

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;
  }

Pages or Apps Where MetaData is Used

Local Download of File

How to download the files locally

git clone https://github.com/UNDP-Data/Indicators-MetaData.git
cd Indicators-MetaData

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published