Skip to content
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

feat: add command line executables for climatearray2rds processing #93

Merged
merged 4 commits into from
Feb 27, 2025

Conversation

IshikaKhandelwal
Copy link
Collaborator

@IshikaKhandelwal IshikaKhandelwal commented Feb 26, 2025

#90

Example CLI run:

Rscript scripts/main.R climatearray2rds -i "data-raw/tier_1/data/climate" -o "data-raw/tier_1/data/climate/outputs" -y 1961 -p TRUE -w 4

Example Docker run:

./docker_climatearray2rds.sh "$(pwd)/data-raw/tier_1/data/climate" "$(pwd)/data-raw/tier_1/data/climate/outputs" -y 1961 -p TRUE -w 4

@carlosgjs
Copy link
Member

Looks good! Can you also add a shell script similar to docker_shp2rds.sh to run this via the container? You'll need to rebuild the container, which I usually do locally with the tag biodiv and then tweak the first line of run_container.sh to test.

Copy link
Member

@carlosgjs carlosgjs left a comment

Choose a reason for hiding this comment

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

See one comment before merging, thx!

@IshikaKhandelwal IshikaKhandelwal merged commit 4d09366 into uw-ssec:main Feb 27, 2025
5 checks passed
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.

2 participants