pyrsig User’s Guide¶
Python interface to RSIG Web API
The key value of pyrsig is to present RSIG data in pandas DataFrames and xarray Datasets. This makes it easy to do advanced analyses in a pythonic way. Example analyses are provided, but the sky is the limit.
Getting Started¶
The best way to get started is to install (see below) and then explore the examples gallery.
Installation¶
pyrsig is avalable through pypi.org, but is still in rapid development. You can get the latest release from pypi via the command below.
pip install pyrsig
Or, you can get the latest version with this command.
pip install git+https://github.com/barronh/pyrsig.git
Issues¶
If you’re having any problems, open an issue on github.