Skip to content

Define SOS read download operations#18

Merged
nikki-t merged 5 commits into
mainfrom
sos_read
Oct 1, 2024
Merged

Define SOS read download operations#18
nikki-t merged 5 commits into
mainfrom
sos_read

Conversation

@nikki-t
Copy link
Copy Markdown
Contributor

@nikki-t nikki-t commented Aug 21, 2024

Implement SOS read (download) operations.

  • Define argparse commandline arguments.
  • Download SOS to temp directory.
  • Update Dockerfile container image to Python 3.12.
  • Update requirements.txt dependencies

Specification of SOS bucket in arguments is optional and if not included will default to looking in the usual INPUT_DIR/sos directory.

Arguments:

  • i : index to run on
  • r : reach JSON file
  • t : unconstrained or constrained run type
  • s : SOS bucket key to download SOS from

Example arguments:
-i 0 -r reaches_test.json -t unconstrained -s confluence-dev1-sos/unconstrained/0000

Tested locally, in a Docker container and in AWS Batch.

- Implement argparse command line arguments
- Download SOS to temp directory
- Update Dockerfile to Python3.12
- Update requirements.txt dependencies
@nikki-t nikki-t merged commit dc795a2 into main Oct 1, 2024
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