Skip to content

EL-BID/IDB-Lab-Map-LAC-Innovators-Coronavirus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IDB Lab Map of LAC innovators – Coronavirus

Data from the map https://bidlab.org/en/map-LAC-innovators-Covid-19.

This map shows innovators from Latin America and the Caribbean that are leading potential solutions relevant to the different aspects and challenges of the Coronavirus pandemic. Contribute to this map and share your innovative solution here.

landing_dash

Go to map

Interactive map from LAC's entrepreneurship ecosystem responding to the pandemic.

Access and use of the data

The data was also thought to be used by the broad community of the innovation ecosystem and developers. If you have any ideas or doubts about using the data, do not hesitate to submit an issue.

The latest version of the data is easily available through the methods below.

Visualize, filter and download the data using dynamic web interface

Download the data

The visualization tool pulls the data directly from the map and uses open source libraries to build a web friendly table. Filter, browse and search the data before exporting it as a CSV or XLSX:

table preview

Main Open Source used libraries:

Python

import pandas as pd
url = 'https://idb-gis.maps.arcgis.com/sharing/rest/content/items/70434cfbfcd5440486ab5e870302184c/data'
df = pd.read_csv(url)

R

library(readr)

df<-read.csv('https://idb-gis.maps.arcgis.com/sharing/rest/content/items/70434cfbfcd5440486ab5e870302184c/data')

Obs: Not sure if it works. Submit a PR if you find a way to do it.

Download subset for a specific country or solution category

Use the options from the visualization and download data as csv or XLSX.

Click here to open

Authors

Don't forget to cite us :)

To cite the IDB Lab Map of LAC innovators – Coronavirus, please use the following reference:

Inter-American Development Bank and IDB Lab. "IDB Lab Map of LAC innovators – Coronavirus". 2020. Inter-American Development Bank. https://bidlab.org/en/map-LAC-innovators-Covid-19

This work is licensed under a Creative Commons IGO 3.0 - see the LICENSE.md file for details.+