Japan Ski Weather

Fetch Japan ski resort weather forecasts, snow depth, and snow conditions from tenki.jp for ski trip planning.

whtsky 3e46689 2 files · 8.2 KB Updated

File contents

Japan Ski Weather

Fetch weather from tenki.jp for any ski resort or ropeway in Japan.

Usage

# Pass a tenki.jp URL directly
python scripts/fetch_weather.py <url>

Finding Resort URLs

tenki.jp URL patterns:

  • Ski resorts: https://tenki.jp/season/ski/{region}/{pref}/{id}/
  • Leisure spots/ropeways: https://tenki.jp/leisure/{region}/{pref}/{area}/{id}/

To find a resort URL, search web for site:tenki.jp <resort name> 天気 and use the matching URL.

Examples

# Zao Ropeway
python scripts/fetch_weather.py https://tenki.jp/leisure/2/9/34/24837/

# Ski resort (includes snow depth info)
python scripts/fetch_weather.py https://tenki.jp/season/ski/2/9/15191/

# Compact output
python scripts/fetch_weather.py https://tenki.jp/leisure/2/9/34/24837/ -c

Output

  • Weather: 7-14 day forecast
  • Snow (ski resorts): snow depth, snow quality, conditions

whtsky/skills/tree/main/skills/japan-ski-weather commit 3e46689cda

Frequently asked questions

npx skillmds@latest add whtsky/japan-ski-weather