Skip to content

Our goal is to visualize PPP Failure deals on the interactive map for providing better insights.

Notifications You must be signed in to change notification settings

sdp-tech/Visualization

Repository files navigation

SDP Visualization

Project MaPPIng​

Project MaPPping focuses on large-scale infrastructure that can increase connectivity with many of the megacities that arise from the intensive urbanization of Asia. The project aims to collect, analyze, and visualize these relevant indicators to show how sustainable development in Asia is happening and how to move forward.​

Project Process

  • Phase 1

In December 2019, SDP was selected as the Data Reviewer and Research Assistant for the World Bank Group Singapore PPI team for the first time as an undergraduate group to participate in the "The World Bank 2019 PPI Report" project. SDP conducted open-source tracking and data review of all Private Partition Infrastructure (PPI) Deals conducted at Developing Country in 2019.

  • Phase 2

We continue to work with the World Bank through the "PPI Deal Tracking" project. In response to global pandemic in 2020, we collect and classify PPI Deals that have been affected by Covid-19. Furthermore, the goal is to build a SDP-specific infrastructure database to increase competitiveness.

  • Phase 3

Based on the infrastructure database of SDPs built through the previous Phases, we plan to make visualizations that can derive insights to all the interested parties(and here it is!)


Tech

SDP Failure Map uses a number of open source projects to work properly:

Plugin README
jQuery 3.5.1 https://github.com/jquery/jquery
Leaflet 1.7.1 http://leafletjs.com
Select2 ~4.0 https://select2.org/
rangeSlider https://skinnynpale.github.io/rangeSlider.js/
leaflet.awesome-markers 2.0.5 https://github.com/lvoogdt/Leaflet.awesome-markers
L.EasyButton https://github.com/CliffCloud/Leaflet.EasyButton

And of course SDP FailureMap itself is open source with a public repository on GitHub.


Who are we?

Sustainable Development Program alt text

How to run server

  1. install packages
npm i
  1. install sass globally to use sass complier
npm i -g sass
  1. run server
  • development

    npm run dev
    
  • deploy sever

    • we don't need to compile scss, Run index file only
    pm2 start ecosystem.config.js