https://github.com/c-h-david/currnt

Combined Utilities for River Routing Nested Together (CURRNT)

https://github.com/c-h-david/currnt

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.4%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Combined Utilities for River Routing Nested Together (CURRNT)

Basic Info
  • Host: GitHub
  • Owner: c-h-david
  • License: other
  • Language: Python
  • Default Branch: main
  • Size: 43.9 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License

README.md

CURRNT

License (3-Clause BSD)

Docker Images

Docker Images

GitHub CI Status

GitHub CD Status

The Combined Utilities for River Routing Nested Together (CURRNT) is designed to simplify the execution of the Routing Application for Parallel computatIon of Discharge (RAPID) and the Reproducible Routing Rituals (RRR) on Amazon Web Services (AWS).

Local execution

Download CURRNT:

bash git clone https://github.com/c-h-david/currnt

Enter the CURRNT directory:

bash cd currnt/

Create Docker image:

bash docker build -t chdavid/currnt:app0-latest -f Dockerfile_app0 .

Execute Docker image as a Docker container:

bash docker run --rm -p 9000:8080 chdavid/currnt:app0-latest docker run -e EARTHDATA_USERNAME="yourEarthDataUserName" \ -e EARTHDATA_PASSWORD="yourEarthDataPassword" \ --rm -p 9000:8080 chdavid/currnt:app3-latest docker run -e EARTHDATA_USERNAME="yourEarthDataUserName" \ -e EARTHDATA_PASSWORD="yourEarthDataPassword" \ -e AWS_ACCESS_KEY_ID="yourKeyID" \ -e AWS_SECRET_ACCESS_KEY="yourSecretAccessKey" \ --rm -p 9000:8080 chdavid/currnt:app4-latest

The --rm option deletes the container after execution. The -p 9000:8080 option maps Transmission Control Protocol (TCP) ports. In this case, the 8080 port in the Docker container is mapped to the 9000 port in the Docker host. Also, if one of your environmental variables has a special character,> consider using the \ escape character before the special character.

Try it out:

bash curl -XPOST "http://localhost:9000/2015-03-31/functions/function/invocations" \ --data-raw '{"basin_id":"74", "lsm_mod":"VIC", "s3_name":"currnt-data", "yyyy_mm":"2000-01"}'

Owner

  • Name: Cedric H. David
  • Login: c-h-david
  • Kind: user
  • Location: Pasadena, CA.
  • Company: Jet Propulsion Laboratory

GitHub Events

Total
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 4
  • Pull request event: 4
  • Create event: 3
Last Year
  • Watch event: 1
  • Issue comment event: 2
  • Push event: 4
  • Pull request event: 4
  • Create event: 3

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 2 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • czarmanu (4)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/github_actions_CD.yml actions
  • actions/checkout v4 composite
  • docker/build-push-action v5 composite
  • docker/login-action v3 composite
  • docker/setup-buildx-action v3 composite
  • docker/setup-qemu-action v3 composite