Skip to content

metaphorz/WeatherLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WeatherLab

This project provides simple scripts for downloading hurricane track CSV files from DeepMind's Weather Lab and visualizing them on a map.

Getting Started

  1. Install dependencies:

    pip install flask requests beautifulsoup4 selenium webdriver-manager

    A Chrome browser is required for the downloader script.

  2. Download the latest CSV:

    python weather-map/scripts/download_latest.py

    The file is saved in weather-map/data/ with a date-based filename.

  3. Start the map server:

    python weather-map/app.py

    Open http://localhost:5000/ in your browser to view the Leaflet map.

CSV files placed in weather-map/data/ are automatically listed and displayed on the map.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published