Skip to content

Interactive weather dashboard visualizing real-time data scraped from the Thai Meteorological Department (TMD). Features temperature maps, rainfall data, and weather conditions across Thailand's provinces, powered by Plotly Dash.

Notifications You must be signed in to change notification settings

Pamekitti/tmd-weather-dashboard

Repository files navigation

Weather Dash

Visualize weather data with highly customizable interative dashboard, plotly DASH.

image

Link

http://weatherdash.gdbqbeapbmehasbr.southeastasia.azurecontainer.io/

Installation

Install my-project with npm

  pip install -r requirements.txt

To run DASH on your local computer, in file index.py, change

app_port = os.environ['APP_PORT']

To

app_port = '80

Deployment

To deploy this project run

  docker build --tag name .

On mac Apple Silicon

docker buildx build --platform=linux/amd64 -t name .

Then

  docker push name

Deploy using Azure Container Instance Services

About

Interactive weather dashboard visualizing real-time data scraped from the Thai Meteorological Department (TMD). Features temperature maps, rainfall data, and weather conditions across Thailand's provinces, powered by Plotly Dash.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages