chain CLI commands#73
Open
avaldebe wants to merge 42 commits into
Open
Conversation
1546583 to
fb46527
Compare
Draft
JohnPaton
previously approved these changes
Oct 3, 2025
JohnPaton
left a comment
Owner
There was a problem hiding this comment.
This looks like a much nicer experience!
db45a83 to
5fb5127
Compare
de7d5a0 to
b999de6
Compare
28600ff to
c74c7ce
Compare
c74c7ce to
428f090
Compare
428f090 to
f31c1d5
Compare
f31c1d5 to
ba94b47
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
streamlined version of #72
Chain commands to request data from different datasets or split the requests by frequency
request an estimate of the number of files and disk size required to download all available observations
$ airbase --summary --quiet historical verified unverifieddownload verified hourly and daily PM10 and PM2.5 observations from sites in Berlin
$ airbase -C Berlin -p PM10 verified -F daily verified -F hourlyHad to move the options around, but I think it is worth it