Skip to content

Commit

Permalink
extra files removed
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiruddha03 committed Oct 10, 2024
1 parent 24e5df7 commit 4ad757f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 622 deletions.
42 changes: 0 additions & 42 deletions download_data_casda/automate_download.py

This file was deleted.

293 changes: 0 additions & 293 deletions download_data_casda/casda_download_austin.py

This file was deleted.

4 changes: 2 additions & 2 deletions download_data_casda/casda_download_wallaby-hires.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ async def main(argv):

casda = Casda()
# casda = Casda(parser["CASDA"]["username"], parser["CASDA"]["password"])
# casda.login(username=parser["CASDA"]["username"], password=parser["CASDA"]["password"])
casda.login(username=parser["CASDA"]["username"], store_password=True)
casda.login(username=parser["CASDA"]["username"], password=parser["CASDA"]["password"])
# casda.login(username=parser["CASDA"]["username"], store_password=True)

# Stage the data (retrieve the list of URLs to download)
url_list = casda.stage_data(res, verbose=True)
Expand Down
31 changes: 0 additions & 31 deletions download_data_casda/casda_download_wallaby-hires_test.py

This file was deleted.

Loading

0 comments on commit 4ad757f

Please sign in to comment.