-
-
Notifications
You must be signed in to change notification settings - Fork 425
Add Dastcom5 Module #1339
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
Closed
Closed
Add Dastcom5 Module #1339
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6f12bc7
Add the dastcom5 module from poliastro
anhiga 85e6ca0
Add the init file
shreyasbapat 8fd6b0e
Add the core package for querying DASTCOM5
shreyasbapat dcf2fb5
Create a stack of tables for returning multiple orbits
shreyasbapat 6633d0c
Complete the DASTCOM5 Module, Add tests
shreyasbapat 1f825fd
Fix PEP8 Errors
shreyasbapat 01898ca
Minor changes
shreyasbapat d3f26ff
Add Python2 Support
shreyasbapat 8064ab6
Work on suggestions
shreyasbapat c973e3e
Fix download progress issue
amsuhane 8d853fd
Remove vstack
shreyasbapat d34b2fc
Fix PEP8 issues!
shreyasbapat b0f3f07
Remove urllib, remove class, add _download_file
shreyasbapat 9d479d6
Add the dastcom5 module from poliastro
anhiga 0388788
Add the init file
shreyasbapat 06c422e
Add the core package for querying DASTCOM5
shreyasbapat 6c8cd85
Create a stack of tables for returning multiple orbits
shreyasbapat 8739e0a
Complete the DASTCOM5 Module, Add tests
shreyasbapat b61374b
Fix PEP8 Errors
shreyasbapat d3986f3
Minor changes
shreyasbapat bc0d1eb
Add Python2 Support
shreyasbapat 614b835
Work on suggestions
shreyasbapat cf28593
Fix download progress issue
amsuhane af17efd
Remove vstack
shreyasbapat e07b55f
Fix PEP8 issues!
shreyasbapat 83c32a0
Remove urllib, remove class, add _download_file
shreyasbapat 9be0535
Add ftp_download method
shreyasbapat 29843a4
Merge branch 'dastcom' of https://github.com/shreyasbapat/astroquery …
shreyasbapat 10d497f
Remove _ from download ftp
shreyasbapat 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. You could pass on some of the other optional keyword arguments here like
timeout,cache, andcontinuationif you'd like. But this is fine.Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was hoping it'd work fine, but it isn't on my system. I am unable to understand whether it is my internet connection and system or there is something wrong in the code