Open NewGraphEnvironment opened 11 months ago
v98 - update crossings and streams from aws bucket
v101 - update crossings, streams, sensitve watersheds as per the rfp_tracking
table in background_layers.gpkg
v102 - remove layers as per below (some have new names and some are just large (ie. veg and range)
path_gpkg <- "/Users/airvine/Projects/gis/sern_peace_fwcp_2023/background_layers.gpkg"
layers_remove <- c("fiss_fish_obsrvtn_events_vw",
"crossings",
"streams",
"veg_comp_lyr_r1_poly",
"ften_range_poly_carto_vw",
"fwa_named_streams")
rfp::rfp_u_rm_gpkg_layers(path_gpkg, layers_remove)
https://github.com/NewGraphEnvironment/fish_passage_peace_2023_reporting/issues/61
v103 was save before update v104 has new layers with old removed
testing this as an idea for keeping track of stuff on Mergin that might be helpful later on
v97 - updated all the
bcdata
layers in thebackground_layers.gpkg
. Looks like the layers stored on AWS in thenewgraph
bucket have not been updated since our phase 1 data went in so it will need to be redone when that occurs.