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.
Interactive map from LAC's entrepreneurship ecosystem responding to the pandemic.
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.
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:
Main Open Source used libraries:
- https://jquery.com/
- https://getbootstrap.com/
- https://bootstrap-table.com/docs/getting-started/usage/
- https://github.com/typeiii/jquery-csv
- https://www.chartjs.org/
import pandas as pd
url = 'https://idb-gis.maps.arcgis.com/sharing/rest/content/items/70434cfbfcd5440486ab5e870302184c/data'
df = pd.read_csv(url)
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.
Use the options from the visualization and download data as csv or XLSX.
-
Code:
-
Map Data:
- Yuri Suarez Dillon IDB Lab
- Cristina Nolasco IDB Lab
- IDB Lab
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.+