Skip to content
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

first cut at getting a data downloader #580

Merged
merged 6 commits into from
Oct 25, 2018
Merged

Conversation

doutriaux1
Copy link
Contributor

@gleckler1 @durack1 please review @zshaheen you too please if you have time

parser.add_argument("--dataset", help="Download observation or sample data or both",
default="all", choices=["all", "obs", "sample"])
parser.add_argument("--version", help="which version to use", default="latest")
parser.add_argument("--server", help="which serverto use",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

serverto -> server to

parser.add_argument("--server", help="which serverto use",
default="https://pcmdiweb.llnl.gov/pss/pmpdata")
parser.add_argument("--version_in_path", action="store_true", default=False,
help="Append version in rooot path, avoids clobbering versions")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Roooooooot -> root

Copy link
Contributor

@zshaheen zshaheen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides @durack1's requests, it all looks good.

@doutriaux1
Copy link
Contributor Author

@zshaheen I'll try to add a test though...

@coveralls
Copy link

coveralls commented Oct 4, 2018

Pull Request Test Coverage Report for Build 669

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 47.781%

Totals Coverage Status
Change from base Build 668: 0.0%
Covered Lines: 1927
Relevant Lines: 3691

💛 - Coveralls

@durack1
Copy link
Collaborator

durack1 commented Oct 8, 2018

@doutriaux1 this is not in nightlies yet is it? Can I conda install this?

@doutriaux1
Copy link
Contributor Author

@durack1 I would like you or Peter to test it first a bit.

@gleckler1
Copy link
Contributor

@doutriaux1 on my list but its a messy week!

@doutriaux1
Copy link
Contributor Author

No worries. I got quite a week as well so I can wait!

@doutriaux1
Copy link
Contributor Author

@gleckler1 do you think you can review/try this today?

@gleckler1
Copy link
Contributor

@doutriaux1 easy to use and working well!

@doutriaux1 doutriaux1 merged commit 8cc11d6 into master Oct 25, 2018
@doutriaux1 doutriaux1 deleted the pmp_data_downloader branch October 25, 2018 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants