Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 780 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 780 Bytes

weather_dash_app

気象庁が公開する降水量データをDashで可視化するアプリケーション

デモページ
https://lazyweb.mydns.jp/precipitation_map/

ローカル起動

  • data/mapbox_access_token.conf にトークン記入
  • アプリケーション起動
python app.py
 * Serving Flask app "app" (lazy loading)
 * Environment: production
   WARNING: This is a development server. Do not use it in a production deployment.
   Use a production WSGI server instead.
 * Debug mode: off
 * Running on http://127.0.0.1:8050/ (Press CTRL+C to quit)

screenshot

解説記事
https://catdance124.hatenablog.jp/entry/2019/08/24/203832