Skip to content

vaishnavi-ch/DPG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Map Visualization of UNICEF Digital Public Goods

This project was created to visualize digital public good developments and implementations in various countries.

Digital Public Goods (DPGs) are defined as “open source software, open data, open AI models, open standards, and open content that adhere to privacy and other applicable best practices, do no harm and are of high relevance for attaining the UN’s 2030 Sustainable Development Goals (SDGs)”.

The goal of this project is to build a map visualization of multiple dimensions of data related to the geographic extent of digital public goods. The multiple dimensions come from aspects like:

  1. countries in which a good was developed
  2. countries where the good has been implemented

Configuration

In order to run this application, you need to open an account with Mapbox to obtain an Access Token. The following environment variable need to be set in .env or .env.local:

NEXT_PUBLIC_ACCESS_TOKEN="MAPBOX_ACCESS_TOKEN"

Development Environment

Setup your development environment as follows:

  1. Clone this repo:
    • SSL:
    git clone git@github.com:vaishnavi-ch/DPG.git
    • HTTPS:
    git clone https://github.com/vaishnavi-ch/DPG.git
  2. Install project dependencies:
    cd DPG
    npm install
  3. After having set up the proper Configuration, run the developmnet server with fast refresh:
    npm run dev

Output

  1. Chloropeth Map to visualize which country has developed the most DPGs

Screenshot (1181)

  1. Chloropeth Map to visualize which country has highest number DPGs deployed

Screenshot (1182)

  1. Search by DPG

Screenshot (1183) Screenshot (1184)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published