Hey all -- happy to report that I used the runid_11/runid_13 arguments in my test rendering and the map and table rendered well. Couple things (will update in the body of this issue):
The table should be rendered as a table, not as an image, as users will invariable wish to copy items from these.
Stream order and/or threshold for displaying should be part of the customizable styling parameters -- When I do the whole James, it gets too busy (see below).
It's time to start retrieving custom items from vahydro.
mapping_codereview.Rmd
: in 2023-2024 project https://github.com/HARPgroup/HARParchive/blob/master/HARP-2023-Summer/mapping_codeReview.Rmdbbox_type = "vahydro"
is supported in command line params.rmarkdown::render("~/Desktop/GitHub/HARParchive/HARP-2023-Summer/mapping_codeReview.Rmd", output_file = "~/Desktop/HARPteam23/mappingRMD_knit", params = list( rivseg = "JL6_7430_7320", locality = "Culpeper", region = "Chowan_2", type = "facility", model_version = "vahydro-1.0", runid_list = c("runid_11","runid_13"), metric = "fiveyr_avg_mgy", map_type = "locality", table_limit = "boundary", bbox_type = "auto"))