Skip to content

Creates history graphs for all lakes and uploads them to S3

License

Notifications You must be signed in to change notification settings

woog-life/graphing

Repository files navigation

graphing

Usage

Setup port-forwarding to access the postgres database:

kubectl -n wooglife port-forward $(kubectl -n wooglife get pods -l app=backend-postgres --no-headers | cut -f1 -d' ' | head -n 1) 5432:5432
install.packages('renv')

restart session

library(renv)
renv::install()
R -f main.R

About

Creates history graphs for all lakes and uploads them to S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published