-
Notifications
You must be signed in to change notification settings - Fork 5
Meeting Notes
Akash Verma edited this page Jul 17, 2022
·
8 revisions
- Open Issues for each endpoint and link them to the project board.
- Design Generic function for the endpoint getJP2Image.
- Overwrite the get_output_type() function in InputParameters class, default return type would be raw. This result from the get_output_type() will decide what type of response the user will get.
- rebase with main and continue the PR #21
- Documentation and test for valid JP2 image will be done after PR #21
- Docs refs https://github.com/sunpy/sunpy/blob/main/docs/code_ref/image.rst
- some links to examples for reference
- https://docs.sunpy.org/en/stable/generated/api/sunpy.physics.differential_rotation.diff_rot.html#sunpy.physics.differential_rotation.diff_rot
- https://docs.sunpy.org/en/stable/_modules/sunpy/physics/differential_rotation.html#diff_rot
- https://raw.githubusercontent.com/Helioviewer-Project/python-api/main/docs/api.rst
Workaround for the ability to switch the BASE URL by the user.
hvpy.set_api("localhost:8081/v2/")
1. Environment
2. if no environment, then the default API
3. user can override both.
pseudo-code:
if the user specifies the URL:
use that
else if there's a URL in the environment,
use that
else neither of the above,
use default