-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extended CDS client to separate out fetch & download steps. (#314)
* Extended CDS client to separate out fetch & download steps. * fix fetcher_test.py test cases. * Refactored the code to use SplitRequestMixin pattern. * fix pytype error. * relocated the transfer code to enhance its reusability. * Bumped weather-dl version to v0.1.17.
- Loading branch information
1 parent
a546782
commit 046f675
Showing
4 changed files
with
98 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,7 @@ | |
setup( | ||
name='download_pipeline', | ||
packages=find_packages(), | ||
version='0.1.16', | ||
version='0.1.17', | ||
author='Anthromets', | ||
author_email='[email protected]', | ||
url='https://weather-tools.readthedocs.io/en/latest/weather_dl/', | ||
|