Skip to content

feat: add DAAC download logic #132

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

Merged
merged 8 commits into from
Apr 21, 2023
Merged

feat: add DAAC download logic #132

merged 8 commits into from
Apr 21, 2023

Conversation

wphyojpl
Copy link
Collaborator

@wphyojpl wphyojpl commented Apr 12, 2023

Closes #119

jar = CookieJar()
processor = request.HTTPCookieProcessor(jar)
opener = request.build_opener(auth, processor)
opener.addheaders = [('User-agent', 'podaac-subscriber-' + __version__)]
Copy link
Collaborator

Choose a reason for hiding this comment

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

Change podaac-subscriber- to unity-downloader- or something.

@ngachung ngachung merged commit 5652c6a into develop Apr 21, 2023
@ngachung ngachung mentioned this pull request Apr 21, 2023
@wphyojpl wphyojpl deleted the daac-download branch April 24, 2023 21:47
wphyojpl pushed a commit that referenced this pull request Sep 7, 2023
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.

Update data download task to allow staging data from DAAC HTTPS to local work directory
2 participants