All Projects → secsilm → 2019-nCoV-dash

secsilm / 2019-nCoV-dash

Licence: other
新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to 2019-nCoV-dash

Fitly
Self hosted web analytics for endurance athletes
Stars: ✭ 65 (+400%)
Mutual labels:  plotly, dash, plotly-dash
Dash Sample Apps
Open-source demos hosted on Dash Gallery
Stars: ✭ 2,090 (+15976.92%)
Mutual labels:  plotly, dash, plotly-dash
dash-admin
CLI tool for initiating dash boilerplate
Stars: ✭ 22 (+69.23%)
Mutual labels:  plotly, dash, plotly-dash
Dash.jl
Dash for Julia - A Julia interface to the Dash ecosystem for creating analytic web applications in Julia. No JavaScript required.
Stars: ✭ 248 (+1807.69%)
Mutual labels:  plotly, dash, plotly-dash
Dash Table
A First-Class Interactive DataTable for Dash
Stars: ✭ 382 (+2838.46%)
Mutual labels:  plotly, dash, plotly-dash
dash-mantine-components
Plotly Dash components based on Mantine React Components
Stars: ✭ 263 (+1923.08%)
Mutual labels:  plotly, dash, plotly-dash
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+2892.31%)
Mutual labels:  plotly, dash, plotly-dash
dash-flexbox-grid
Wrapper around react-flexbox-grid for Plotly Dash
Stars: ✭ 19 (+46.15%)
Mutual labels:  plotly, dash, plotly-dash
Dash Docs
📖 The Official Dash Userguide & Documentation
Stars: ✭ 338 (+2500%)
Mutual labels:  plotly, dash, plotly-dash
Dashr
Dash for R - An R interface to the Dash ecosystem for creating analytic web applications
Stars: ✭ 337 (+2492.31%)
Mutual labels:  plotly, dash, plotly-dash
Hexapod Robot Simulator
A hexapod robot simulator built from first principles
Stars: ✭ 577 (+4338.46%)
Mutual labels:  plotly, dash, plotly-dash
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+119838.46%)
Mutual labels:  plotly, dash, plotly-dash
SARS2-Stat-KR
중국 우한 바이러스 한국 확진자 통계
Stars: ✭ 25 (+92.31%)
Mutual labels:  2019-ncov, wuhan-coronavirus, covid-19
dash-redis-celery-periodic-updates
Demo apps now maintained in https://github.com/plotly/dash-enterprise-docs
Stars: ✭ 47 (+261.54%)
Mutual labels:  plotly, dash, plotly-dash
Dash Cytoscape
Interactive network visualization in Python and Dash, powered by Cytoscape.js
Stars: ✭ 309 (+2276.92%)
Mutual labels:  plotly, dash, plotly-dash
Slapdash
Boilerplate for bootstrapping scalable multi-page Dash applications
Stars: ✭ 225 (+1630.77%)
Mutual labels:  plotly, dash, plotly-dash
covid-19
Coronavirus COVID-19 Dashboard - Global Kaggle Data
Stars: ✭ 31 (+138.46%)
Mutual labels:  plotly, plotly-dash, covid-19
Interactive-Dashboards-and-Data-Apps-with-Plotly-and-Dash
Interactive Dashboards and Data Apps with Plotly and Dash, published by Packt
Stars: ✭ 181 (+1292.31%)
Mutual labels:  plotly, plotly-dash
Socialsentiment
Sentiment Analysis application created with Python and Dash, hosted at socialsentiment.net
Stars: ✭ 402 (+2992.31%)
Mutual labels:  plotly, plotly-dash
Plotly express
Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py!
Stars: ✭ 633 (+4769.23%)
Mutual labels:  plotly, plotly-dash

2019-nCoV 疫情展示

2020-05-25:由于接口不可用和时间原因,目前页面已停止访问。可点击此处查看其他 dashboard。

本项目用于新型冠状病毒(2019-nCoV)肺炎(COVID-19)疫情展示,使用 dash 制作。

使用

python app.py

然后打开 http://localhost:9102/ 即可。

如果使用的是 Linux 服务器,则可以使用 gunicorn 来部署:

gunicorn -c config.py app:server

同时修改 logging_config.yml 中的 loggers,将 __main__ 修改为 app 即可。

homepage

关于 .mapboxtoken

配置文件 config.py 中涉及到了 .mapboxtoken 文件,但这并不包含在仓库中。因为并不一定需要,具体什么时候需要这个 token,取决于你使用的 mapbox 地图风格,这一参数通过 go.Choroplethmapboxmapbox_style 来指定。简单来说,当你使用如下地图风格之一时,你就需要这个 token 了:

["basic", "streets", "outdoors", "light", "dark", "satellite", "satellite-streets"]

如果你需要这个 token,可以去 mapbox 官网注册并登录账号,然后点击右上角你的头像,点击 Account,然后点击 Create a token,根据提示创建即可。

create-a-token

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].