Skip to content
Daniel Garcia Briseno edited this page Jun 6, 2022 · 2 revisions

Welcome to the python-api wiki!

HvPy is a Python interface for interacting with the Helioviewer API. You can find available Helioviewer API endpoints here

Here's an example of getting a JP2 Image binary using getJP2Image

import hvpy
# TODO Decide if we want to use keyword args or have the user pass in a dictionary, or both
result = hvpy.getJP2Image(date="2014-01-01T23:59:59Z", sourceId=14)
Clone this wiki locally