Skip to main content

Download forecast data for Aurora Borealis and Aurora Australis from the National Weather Service

Project description

Download forecast data for Aurora Borealis and Aurora Australis from the National Weather Service

Hourly scrapes powered by a GitHub Action are stored in the data directory.

Installation

pipenv install nws-aurora

Command-line usage

Usage: nwsaurora [OPTIONS] COMMAND [ARGS]...

  A command-line interface for downloading forecast data for Aurora Borealis
  and Aurora Australis from the National Weather Service

Options:
  --help  Show this message and exit.

Commands:
  forecast  Get Ovation Aurora Short Term Forecast data
  grid      Get auroral data in a gridded format for the entire Earth
  images    Ovation model images from the last 24 hours

Download data from the National Weather Service.

nwsaurora images --pole=north
nwsaurora images --pole=south
nwsaurora images --pole=north --latest
nwsaurora images --pole=south --latest
nwsaurora grid
nwsaurora forecast

Python usage

Import the library.

>>> import nws_aurora
>>> nws_aurora.get_images('north')
>>> nws_aurora.get_images('south')
>>> nws_aurora.get_latest_image('north')
>>> nws_aurora.get_latest_image('south')
>>> nws_aurora.grid()
>>> nws_aurora.forecast()

Contributing

Install dependencies for development.

pipenv install --dev

Run tests.

make test

Shipping new version to PyPI.

make ship

Developing the CLI

The command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as prescribed by the Click documentation.

pip install --editable .

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

nws-aurora-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

nws_aurora-0.0.1-py2.py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 2 Python 3

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