usgs-makerspace / makerspace-sandbox

Some initial R code for playing with data processing (maybe some light visualization).
Other
0 stars 5 forks source link

Water use: Build out SVG for water component #617

Closed amrhoades closed 3 years ago

lindsayplatt commented 4 years ago

Bars and maps are built out. Adjustments may be needed but rebuilding is pretty simple (for an R pipeline user).

In the wbeep-viz repo:

library(scipiper)
scmake("wu-pipeline")
scmake()

# You may need to force the SVG maps to build by running,
scmake(remake_file = "6_visualize_seasonal_map_tasks_ir.yml")
scmake(remake_file = "6_visualize_seasonal_map_tasks_te.yml")