Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
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)