Skip to content

Repository files navigation

实时云图朝晚霞通道绘制

为了解决目前朝霞晚霞预报翻车概率大的问题,本项目在windy云图的基础上绘制了朝晚霞通道,可以在临近晚霞时协助人们判断是否出发去拍摄。

截图

浅橙色代表太阳落日前30分钟线,橙色代表落日线,暗红色代表太阳落日后30分钟线;紫色点代表您的位置,绿色点代表距离您200km处,蓝色点代表距离您400km处。一般而言,紫色点绿色点之间有云,绿色点蓝色点之间没有云,说明有晚霞如果紫色点绿色点之间的云太厚了,那么无云空间需要离您更近才可能会烧。

Deploy

  1. Clone the project

    git clone --recurse-submodules https://github.com/Void-JackLee/sunset
    cd sunset
  2. Config

    cp .env.template .env

    Edit the file .env.

  3. Run docker compose

    docker compose up -d

Update

  1. Git pull

    git pull --recurse-submodules
  2. Docker pull & start

    docker compose pull
    docker compose up -d
  3. Clear old images

    docker image prune -f

About

A sunset glow nowcast website, representing the sunshine channel on Windy.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages