-
Notifications
You must be signed in to change notification settings - Fork 4
Brings JPEG2000 endpoints to Facade #36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dgarciabriseno
merged 60 commits into
Helioviewer-Project:main
from
akash5100:jpeg2000_endpoints
Jul 13, 2022
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
ec4ebbd
init endpoint files
akash5100 f2312e4
Parameterized the tests
akash5100 e08ec9e
test and base class for getJP2Header endpoint
akash5100 a8760e9
Add JPX endpoint
akash5100 c30d46c
Add getStatus endpoint
akash5100 58fb40d
Add closest to midpoint endpoint
akash5100 62f315b
replace time with datetime module to create timestamps
akash5100 94acba8
Replace Field with Optional
akash5100 0bfb6f4
revert the test
akash5100 b555d31
Remove test for unknown/invalid args
akash5100 ddf4390
Split Parameterized to multiple tests
akash5100 feb01bd
Split Parameterized to multiple tests
akash5100 61266b4
Revert changes to avoid merge conflict
akash5100 f8f4e0d
Fix repeating convert_date_to_isoformat function
akash5100 94be257
fix failing test
akash5100 df99124
enable reuse
nabobalis 922c64e
init endpoint files
akash5100 98408fa
test and base class for getJP2Header endpoint
akash5100 b31f8f3
Add JPX endpoint
akash5100 c4d40eb
Add getStatus endpoint
akash5100 5e82f16
Add closest to midpoint endpoint
akash5100 c6eb20a
replace time with datetime module to create timestamps
akash5100 93ad96e
Replace Field with Optional
akash5100 a0793de
Remove test for unknown/invalid args
akash5100 021d4eb
Split Parameterized to multiple tests
akash5100 9ea7720
Split Parameterized to multiple tests
akash5100 d23e1fa
Revert changes to avoid merge conflict
akash5100 e0b6ab7
Fix repeating convert_date_to_isoformat function
akash5100 5c025c2
fix failing test
akash5100 6311073
enable reuse
nabobalis 07dcf57
Merge branch 'main' into jpeg2000_endpoints
akash5100 81ed5d1
Remove test for unknown paramters
akash5100 a0e9a81
Merge branch 'jpeg2000_endpoints' of github.com:akash5100/python-api …
akash5100 1058cd1
Update hvpy/api_groups/jpeg2000/get_jpx.py
akash5100 c7d1bbd
Update hvpy/api_groups/jpeg2000/get_jpx_closest_to_mid_point.py
akash5100 32fde97
Merge branch 'Helioviewer-Project:main' into jpeg2000_endpoints
akash5100 5e1bb39
Update docstring for automodapi
akash5100 809387a
bring all endpoints to facade
akash5100 a8532bb
facade functions for jpeg2000 endpoints
akash5100 bfd6555
Fix 2/3 failing tests
akash5100 1aed748
Fix getJP2Header test
akash5100 f300e1c
Refactor tests
akash5100 ef212ed
Change imports
akash5100 480ca0d
Fix for the failing doc tests
akash5100 f5418fd
Update hvpy/facade.py
akash5100 87b5909
Update hvpy/api_groups/jpeg2000/tests/test_get_jpx.py
akash5100 987fb9c
Fix for the failing doc tests
akash5100 2b9e524
Merge branch 'jpeg2000_endpoints' of github.com:akash5100/python-api …
akash5100 dec0ffd
Update hvpy/facade.py
akash5100 9d82e6f
Update hvpy/facade.py
akash5100 b718214
truncade the example for getStatus
akash5100 d0b3c06
Merge branch 'jpeg2000_endpoints' of github.com:akash5100/python-api …
akash5100 4afbb13
Update hvpy/facade.py
akash5100 5c118eb
fix getJPXClosestToMidPoint doc error
akash5100 42bb5f5
Merge branch 'jpeg2000_endpoints' of github.com:akash5100/python-api …
akash5100 dbc3c29
Fixed doctest
akash5100 272fca4
Fixed doctest
akash5100 953ce3f
Fix doc_build
akash5100 dcdb89c
Update examples
akash5100 8b8d069
fix for failing docs build
akash5100 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 11 additions & 18 deletions
29
hvpy/api_groups/jpeg2000/tests/test_get_jpx_closest_to_mid_point.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.