Skip to content

Add functionality to allow users to download smaller data subset (Closes #4) - #5

Open
leahgibson wants to merge 7 commits into
reflective-org:mainfrom
leahgibson:data_subselection
Open

Add functionality to allow users to download smaller data subset (Closes #4)#5
leahgibson wants to merge 7 commits into
reflective-org:mainfrom
leahgibson:data_subselection

Conversation

@leahgibson

Copy link
Copy Markdown

Description:
This PR addresses the issue raised in #4 where users could only download the full 140 GB dataset. This change adds functionality for selecting a smaller portion of the data to download, reducing disk space requirements. Users can now specify to either download just temperature data using --tas or just precipitation data using --pr. Users can also specify to either download just monthly datasets using --monthly or only daily datasets using --daily.

Changes made:

  • Modified data download functionality in download_gauss.sh
  • Added file scripts/test_download_gauss.sh that tests the new functionality
  • Edited the README to reflect the updated optionality in downloading the data

Related Issue:
Closes #4

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.

Feature: functionality to allow users to download smaller data subset

1 participant