Skip to main content

Access HMI, AIA and MDI data with Python

Project description

Docs | Tutorial | Github | PyPI

The drms module provides an easy-to-use interface for accessing HMI, AIA and MDI data with Python. It uses the publicly accessible JSOC DRMS server by default, but can also be used with local NetDRMS sites. More information, including a detailed tutorial is available on Read the Docs.

Requirements

The drms module supports Python 2.7 and Python 3.4 or newer. It requires the following Python packages:

  • NumPy, version 1.9.0 or newer

  • Pandas, version 0.14.1 or newer

  • Six, version 1.8.0 or newer

The module might also work with earlier versions, but it has not been tested with any versions older than the ones listed above.

Installation

The drms Python package can be installed from PyPI using

pip install drms

To upgrade an already existing installation to the latest release, you can write:

pip install -U drms

Note: If you do not use a Python distribution, like Anaconda, and did not create an isolated Python environment using Virtualenv, you might need to add --user to the pip command:

pip install --user drms

Acknowledgements

The author of this project has received funding from the European Research Council under the European Union’s Seventh Framework Programme (FP/2007-2013) / ERC Grant Agreement no. 307117.

Some of the data export code was contributed by Monica Bobra and Art Amezcua.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

drms-0.5.0.zip (76.2 kB view hashes)

Uploaded Source

drms-0.5.0.tar.gz (58.6 kB view hashes)

Uploaded Source

Built Distribution

drms-0.5.0-py2.py3-none-any.whl (22.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