Usage¶
Installation¶
We advise installing this package and its dependencies in a python virtual environment using a tool such as venv or conda (other virtual environment managers are available).
Install the latest version of the package from GitHub using pip:
pip install bas-asli
Overview¶
The process of running calculations is split into three steps:
- Download mean sea level pressure and land-sea mask data,
- Run the calculations of the location and level of the pressure minimum for each month of the time period,
- Create the output CSV, optionally including plotting.
There are two interfaces provided, a command-line interface and a python interface.
Whilst the default behaviour is to download and run the calculations for the bounding box defining the Amundsen Sea (north: -60°, south: -80°, east: 298°, west: 170°); the package will work for any rectangular area.