RandomFractals / geo-data-viewer

Geo Data Analytics tool for VSCode IDE with kepler.gl support to generate and view maps πŸ—ΊοΈ without any Python 🐍, IPyWidgets βš™οΈ, pandas 🐼, Jupyter notebooks πŸ“š, or ReactJS βš›οΈ app code.
https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer
Apache License 2.0
408 stars 44 forks source link

add covid19 data and map configs to /data and map gallery #64

Closed RandomFractals closed 3 months ago

RandomFractals commented 4 years ago

data repo: https://github.com/CSSEGISandData/COVID-19

RandomFractals commented 4 years ago

raw data time series displayed in Data Preview, grouped by region:

confirmed: covid-19-confirmed-by-region

deaths: covid19-deaths-by-region

recovered: covid19-recovered-by-region

RandomFractals commented 4 years ago

combined raw time series data view:

covid19-time-series-data

condensed raw time series data view as of 2020-03-02 from that data source repo:

covid19-time-series-condensed-view

RandomFractals commented 4 years ago

same covid19 time series data display from Data Preview, grouped by region & sorted by latest dataset date & counts ...

covid19-time-series-by-date

RandomFractals commented 4 years ago

mainland China deaths count grouped by province:

covid19-china-deaths-by-province

RandomFractals commented 4 years ago

China deaths by province bar chart ...

covid19-china-deaths-by-province-bar-chart

RandomFractals commented 4 years ago

covid19 deaths by country without China ...

covid19-deaths-by-country-no-china

RandomFractals commented 4 years ago

add @ManuelB's covid-19 keplergl map configs to map gallery and sample data docs for the geo data view part:

https://github.com/ManuelB/covid-19-vis

ManuelB commented 4 years ago

@RandomFractals here is the config: https://github.com/ManuelB/covid-19-vis/blob/gh-pages/kepler-gl-geojson/kepler.config.json

RandomFractals commented 3 months ago

No longer relevant or worth pursuing as part of this generic geo data viewer tool.