Cascade Mountain Weather

Mountain Weather & Snow Forecasts for PNW Backcountry Enthusiasts

Assets Directory

This directory stores weather figures and images used in blog posts.

Directory Structure

assets/
├── image_scraper.py     # Automated image download script
└── images/              # Current forecast figures
    ├── cw3e/            # CW3E West-WRF model images
    └── archive/         # Dated copies (optional)

Usage

Current Forecast Figures (images/)

Use standard filenames that you’ll overwrite each week:

Archive (images/archive/)

Optionally save dated copies for historical reference:

Note: Archive images are excluded from git tracking by default (see .gitignore)

Workflow

  1. Download/screenshot weather figures from your favorite sources
  2. Save with standard names to assets/images/
  3. Reference in blog posts:
    <img src="../assets/images/temp_forecast.png" alt="Temperature Forecast">
    
  4. Next week, simply overwrite with new figures!

Benefits

Tips

See scripts/manage_figures.py for helper functions to organize figures.

Automated Image Scraping

The image_scraper.py script automates downloading forecast images from various sources.

CW3E West-WRF Snow Meteogram

Source: Center for Western Weather and Water Extremes (CW3E)

Downloads the Paradis West-WRF 3hr snow ensemble meteogram panel for Mount Rainier National Park (MRNP).

Usage:

python assets/image_scraper.py --cw3e-westwrf-snow

Saved files:

Features:

Other options:

Example:

# Download only CW3E snow meteogram
python assets/image_scraper.py --cw3e-westwrf-snow

# Download all images with verbose output
python assets/image_scraper.py --all --verbose