Skip to main content

Fetches and parses weather information from fmi.fi

Project description

This is unofficial parser - screen scraper - implementation for FMI website. Please check possible conditions and terms before using. This will probably break on every website update.

Installation

pip install fmiweather

Usage

from fmiweather import FmiWeather
weather = FmiWeather()
weather.download_content("http://ilmatieteenlaitos.fi/saa/helsinki/s%C3%B6rn%C3%A4inen")

print weather.parse_next_days() # Parses daily forecasts
print weather.parse_next_hours() # Parses hourly forecast
print weather.parse_observations() # Parses observations

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fmiweather-0.0.3.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

fmiweather-0.0.3-py2-none-any.whl (6.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page