SDG-AI-Lab / Digital_Technologies_Radar

SDG AI Lab in partnership with UNDP DRT and CBi has developed an online tool – a Frontier Technology Radar for Disaster Risk Reduction (FTR4DRR), which allows for the systematic tracking and understanding of frontier technologies as they are developed. This would categorize technological solutions according to their technology type, disaster/crisis type and maturity level. Moreover, it is expected that the tool developed would encourage knowledge and experience-sharing among development stakeholders on the use of frontier technologies in disaster and conflict contexts. The Frontier Technology Radar for Disaster Risk Reduction (FTR4DRR) aims to highlight the potential of technological solutions in disaster contexts to those working in the fields of risk reduction, response and recovery. It supports development stakeholders to navigate the variety of existing and emerging technologies and their possible use cases.
11 stars 4 forks source link

Modify the @undp_sdg_ai_lab/undp-radar component to use the supabase db as its data source #383

Closed jacksono closed 11 months ago

jacksono commented 11 months ago

Currently the npm package @undp_sdg_ai_lab/undp-radar expects to receive a csv file as a data source.

Explore the options of replacing the csv file with a json object. This may entail making cod changes in the library itself.