This project provides simple scripts for downloading hurricane track CSV files from DeepMind's Weather Lab and visualizing them on a map.
-
Install dependencies:
pip install flask requests beautifulsoup4 selenium webdriver-manager
A Chrome browser is required for the downloader script.
-
Download the latest CSV:
python weather-map/scripts/download_latest.py
The file is saved in
weather-map/data/with a date-based filename. -
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.