Skip to content

Commit

Permalink
Merge pull request #32 from hcorson-dosch-usgs/update_jan_23
Browse files Browse the repository at this point in the history
Update jan 23 - Add latest blog, river conditions, flow tiles
  • Loading branch information
hcorson-dosch-usgs authored Jan 24, 2023
2 parents 5808ae9 + ab5a976 commit 48564a4
Show file tree
Hide file tree
Showing 7 changed files with 210 additions and 159 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sys.setenv("AWS_DEFAULT_REGION" = 'us-west-2')
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# local image files
visualizations/

.DS_Store
node_modules
/dist
Expand Down Expand Up @@ -25,4 +28,17 @@ src/assets/images/charts/
src/assets/images/thumbnails/
src/assets/images/gifs/

scratch/
scratch/
# RStudio files
.Rproj.user/
*.Rproj

# History files
.Rhistory
.Rapp.history

# Session Data files
.RData

# User-specific files
.Ruserdata
3 changes: 3 additions & 0 deletions lib/cfg/s3_config_viz.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
profile: 'default'

bucket: 'water-visualizations-prod-website'
150 changes: 88 additions & 62 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 48564a4

Please sign in to comment.