Skip to main content

A Python wrapper for the Australian Bureau of Meteorology's Space Weather API.

Project description

pyspaceweather

Documentation Status

pyspaceweather is a Python wrapper for the Australian Bureau of Metererology's Space Weather API.

The API provides access to near real-time data from the BOM's Australian Space Weather Forecasting Centre.

Installation

pip install pyspaceweather

Usage

An API key, which you can get from the BOM, is required to use the API:

import os

from pyspaceweather import SpaceWeather

sw = SpaceWeather(os.environ["SPACEWEATHER_API_KEY"])

Each API request method is available as a method of SpaceWeather.

For example, to get details of any magnetic alert current for the Australian region.

alert_warnings = sw.get_mag_alert()

What's returned is a list of MagAlert objects:

[MagAlert(start_time=datetime.datetime(2015, 2, 7, 8, 45),
valid_until=datetime.datetime(2015, 2, 7, 20, 45),
g_scale=1,
description='minor')
]

Or, to get historical A-index values, you can call get_a_index(), passing a string or datetime object to the relevant parameters:

a_index_data = sw.get_a_index(start="2023-01-01 00:00:00", end=datetime(2023, 12, 1, 12, 30))

Documentation

You can read documentation for this wrapper at ReadTheDocs.

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

pyspaceweather-0.1.0.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyspaceweather-0.1.0-py3-none-any.whl (7.8 kB view details)

Uploaded Python 3

File details

Details for the file pyspaceweather-0.1.0.tar.gz.

File metadata

  • Download URL: pyspaceweather-0.1.0.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyspaceweather-0.1.0.tar.gz
Algorithm Hash digest
SHA256 460015ac26e46cd6a9db3a3de0a0e778a4522b39745ecbf1afb9df0e1256b0c7
MD5 c4b4085c293bcf6c76510eb6f4e73c54
BLAKE2b-256 f29152d907136d6ea77d8d89006f65c5f51327dc1f80e2e13ee02ddb4c6776f0

See more details on using hashes here.

File details

Details for the file pyspaceweather-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pyspaceweather-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.4

File hashes

Hashes for pyspaceweather-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1410d2ef7bab628e40a968498476ed65d75c63dab3322464565187a9c2da7bbf
MD5 8f78749ee4552b4f586230a39dd2fb6b
BLAKE2b-256 309759ef118d7da22983d91853c937916ee4a76915a88616b2da92f461266743

See more details on using hashes here.

Supported by

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