-
Notifications
You must be signed in to change notification settings - Fork 39
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
[Issue #333] Use just one request to download a date range #347
Open
garlic-os
wants to merge
32
commits into
dbekaert:dev
Choose a base branch
from
garlic-os:improve-cds
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jun 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4de1588 - Browse repository at this point
Copy the full SHA 4de1588View commit details
Commits on Jun 23, 2022
-
flake8 Merge pull request dbekaert#343 from the-garlic-os/add-dev-dep-autopep8 Add dev dependency "autopep8" Merge pull request dbekaert#346 from the-garlic-os/lint flake8 Merge pull request dbekaert#343 from the-garlic-os/add-dev-dep-autopep8 Add dev dependency "autopep8" Merge pull request dbekaert#349 from the-garlic-os/flake8 More flake8
Configuration menu - View commit details
-
Copy full SHA for 00cc105 - Browse repository at this point
Copy the full SHA 00cc105View commit details -
Raise better error for missing subdatasets Housekeeping Housekeeping Use "_" for unused parameter Housekeeping Removing used variable assignments, adding comments, adding type annotations, etc. as I go along Type annotate main program arguments A mostly complete model of the arguments passed to tropo_delay() as I gathered from analyzing the code. May not be correct for all cases. Still need to figure out what Arguments["Heights"][1] is. Comment out unused function Searching for the function name through the whole project with vscode search, I don't see it called anywhere, but I probably shouldn't outright delete it before asking about it.
Configuration menu - View commit details
-
Copy full SHA for 7829058 - Browse repository at this point
Copy the full SHA 7829058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9263707 - Browse repository at this point
Copy the full SHA 9263707View commit details
Commits on Jun 28, 2022
-
- Removed or commented out unused names found by vulture - Refactored some variable names to use snake_case - Importing only from typing and not typing_extensions - Replaced uses of `except BaseException` with just `except` along with a TODO comment to fill in the missing exception type -
Configuration menu - View commit details
-
Copy full SHA for fe5f579 - Browse repository at this point
Copy the full SHA fe5f579View commit details -
Use possibly accidentally unused parameter
It looks like the otherwise unused `cpu_num` is meant to be passed to np.Pool().
Configuration menu - View commit details
-
Copy full SHA for e530819 - Browse repository at this point
Copy the full SHA e530819View commit details
Commits on Jul 14, 2022
-
Calculate ERA5 delays with a single request
A considerable number of function signatures changed as collateral damage, but this should allow RAiDER to calculate delays through ERA5 with only one CDS request for any range of dates.
Configuration menu - View commit details
-
Copy full SHA for 692d050 - Browse repository at this point
Copy the full SHA 692d050View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2051ce - Browse repository at this point
Copy the full SHA d2051ceView commit details
Commits on Jul 21, 2022
-
Following changes to _tropo_delay, it is no longer necessary as a processing layer to tropo_delay.
Configuration menu - View commit details
-
Copy full SHA for 307671c - Browse repository at this point
Copy the full SHA 307671cView commit details
Commits on Jul 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3eb8905 - Browse repository at this point
Copy the full SHA 3eb8905View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29dbaab - Browse repository at this point
Copy the full SHA 29dbaabView commit details -
Configuration menu - View commit details
-
Copy full SHA for e639fee - Browse repository at this point
Copy the full SHA e639feeView commit details
Commits on Jul 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9b00d67 - Browse repository at this point
Copy the full SHA 9b00d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcb5e2c - Browse repository at this point
Copy the full SHA fcb5e2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 889d176 - Browse repository at this point
Copy the full SHA 889d176View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9eba9 - Browse repository at this point
Copy the full SHA 7e9eba9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b9b774 - Browse repository at this point
Copy the full SHA 0b9b774View commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 84d47d1 - Browse repository at this point
Copy the full SHA 84d47d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 775b808 - Browse repository at this point
Copy the full SHA 775b808View commit details -
Data that the tests use to compare to live data.
Configuration menu - View commit details
-
Copy full SHA for db89c63 - Browse repository at this point
Copy the full SHA db89c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7863c0c - Browse repository at this point
Copy the full SHA 7863c0cView commit details
Commits on Aug 4, 2022
-
enu2ecef and ecef2enu: remove unused arg "heights"
This also fixes the failing enu2ecef and ecef2enu series of tests.
Configuration menu - View commit details
-
Copy full SHA for 5a7ecd4 - Browse repository at this point
Copy the full SHA 5a7ecd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dc97c4 - Browse repository at this point
Copy the full SHA 0dc97c4View commit details -
Rename datetime module to dt to remove ambiguity with datetime and datetime.datetime Housekeeping Housekeeping Improve dict formatting
Configuration menu - View commit details
-
Copy full SHA for 2049599 - Browse repository at this point
Copy the full SHA 2049599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 919b6be - Browse repository at this point
Copy the full SHA 919b6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f8fdf1 - Browse repository at this point
Copy the full SHA 9f8fdf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 044af23 - Browse repository at this point
Copy the full SHA 044af23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49f0226 - Browse repository at this point
Copy the full SHA 49f0226View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb050d0 - Browse repository at this point
Copy the full SHA eb050d0View commit details
Commits on Aug 15, 2022
-
autopep8 Housekeeping Remove download_only path - Per Jeremy this logic is no longer used. stash dep changes update environment deps correct name of dem_stitcher conda package Merge pull request dbekaert#339 from jlmaurer/fix_stitchdem update dem.py with new dem-stitcher api Merge branch 'dev' into update_deps remove uneeded deps Update ERA5 API Remove unneeded deps
Configuration menu - View commit details
-
Copy full SHA for 2cb34f4 - Browse repository at this point
Copy the full SHA 2cb34f4View commit details
Commits on Aug 17, 2022
-
Remove unused import Update .gitignore Remove unused argument Ignore .pytest_cache/
Configuration menu - View commit details
-
Copy full SHA for a25dbda - Browse repository at this point
Copy the full SHA a25dbdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6f24be - Browse repository at this point
Copy the full SHA e6f24beView commit details
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.