Skip to content

Commit

Permalink
Update NBS layers
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-rohan-NOAA committed Jan 30, 2025
1 parent 50bf661 commit 33b56b1
Show file tree
Hide file tree
Showing 31 changed files with 15,468 additions and 8,571 deletions.
Binary file modified assets/data/nbs_map_layers.rds
Binary file not shown.
4 changes: 2 additions & 2 deletions make_layers/make_layers_nbs.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ library(navmaps)
region <- "nbs" # Options are sebs, nbs, ai, goa

# 2. Load shapefiles using the akgfmaps package
map_layers <- akgfmaps::get_base_layers(select.region = region)
channel <- get_connected(schema = "AFSC")
map_layers <- akgfmaps::get_base_layers(select.region = region, split.land.at.180 = FALSE)
channel <- get_connected(schema = "AFSC_32")

saveRDS(object = map_layers, file = here::here("assets", "data", paste0(region, "_map_layers.rds")))

Expand Down
Binary file modified output/nbs/navigation/globe/nbs_marks.mdb
Binary file not shown.
Binary file modified output/nbs/navigation/globe/nbs_station_grid.mdb
Binary file not shown.
Binary file modified output/nbs/navigation/globe/nbs_survey_strata.mdb
Binary file not shown.
Binary file modified output/nbs/navigation/globe/nbs_towmid.mdb
Binary file not shown.
Binary file modified output/nbs/navigation/globe/nbs_towpath.mdb
Binary file not shown.
Binary file modified output/nbs/navigation/globe/nbs_towstart.mdb
Binary file not shown.
Binary file modified output/nbs/navigation/globe/spectacled_eider_ch.mdb
Binary file not shown.
Loading

0 comments on commit 33b56b1

Please sign in to comment.