Skip to main content

Python client to access bee flight forecast information published by Deutscher Wetterdienst (DWD), the federal meteorological service in Germany.

Project description

About

Apicast acquires bee flight forecast information published by Deutscher Wetterdienst (DWD).

Setup

CLI version:

pip install apicast

HTTP API variant:

pip install apicast[service]

Synopsis

Display list of states and sites:

apicast beeflight stations

Display list of site slugs:

apicast beeflight stations --site-slugs

Acquire information for given site slug berlin_brandenburg/potsdam:

apicast beeflight forecast --station=berlin_brandenburg/potsdam

Acquire information for given site slug berlin_brandenburg/potsdam, output as table in Markdown format:

apicast beeflight forecast --station=berlin_brandenburg/potsdam --format=table

Start HTTP API service:

apicast service

Example

apicast beeflight forecast --station=berlin_brandenburg/potsdam
[
    {
        "Datum": "Mo 01.06.",
        "morgens": "stark",
        "mittags": "intensiv",
        "abends": "stark"
    },
    {
        "Datum": "Di 02.06.",
        "morgens": "stark",
        "mittags": "intensiv",
        "abends": "intensiv"
    },
    {
        "Datum": "Mi 03.06.",
        "morgens": "intensiv",
        "mittags": "intensiv",
        "abends": "intensiv"
    }
]

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

apicast-0.5.0.tar.gz (7.4 kB view hashes)

Uploaded Source

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