You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
importhvpy# TODO Decide if we want to use keyword args or have the user pass in a dictionary, or bothresult=hvpy.getJP2Image(date="2014-01-01T23:59:59Z", sourceId=14)