Skip to content

Commit

Permalink
Change geom rename
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-rohan-NOAA committed Apr 18, 2024
1 parent 48c72bd commit 2e0b24d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions analysis/goa_strata_2025/create_goa_strata_2025.R
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@ strata_list <- do.call(what = rbind, args = strata_list)

# Write stratum polygons to a GeoPackage (.gpkg) file with Alaska Albers Equal Area CRS
strata_poly_sf <- sf::st_as_sf(strata_list) |>
dplyr::arrange(stratum) |>
dplyr::rename(geometry = geom)
dplyr::arrange(stratum)

sf::st_crs(strat_poly_sf) <- "EPSG:3338"

Expand Down

0 comments on commit 2e0b24d

Please sign in to comment.