Skip to main content

A sunpy plugin for accessing data in the Solar Orbiter Archive (SOAR).

Project description

A sunpy plugin for accessing data in the Solar Orbiter Archive (SOAR).

build status code coverage

Installation

pip install sunpy-soar

Example usage

# Importing sunpy_soar registers the client with sunpy
import sunpy_soar
from sunpy.net import Fido

from sunpy.net.attrs import Instrument, Level, Time
from sunpy_soar.attrs import Identifier

instrument = Instrument('EUI')
time = Time('2020-02-01', '2021-02-02')
level = a.Level(1)
identifier = Identifier('EUI-FSI174-IMAGE')

res = Fido.search(instrument, time, level, identifier)
print(res)

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

sunpy-soar-1.0b1.tar.gz (5.9 kB view hashes)

Uploaded Source

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