remove_dateline: remove_dateline

View source: R/remove_dateline.R

remove_datelineR Documentation

remove_dateline

Description

This function removes the annoying dateline artifact from sf objects that cross the dateline Code: x%>%st_buffer(1) %>%st_transform(st_crs(3338)) %>%st_simplify

Usage

remove_dateline(x)

Arguments

x

The object from which the dateline should be removed

Examples

x<-remove_dateline(x)

MattCallahan-NOAA/AKmarineareas documentation built on April 30, 2024, 11:08 p.m.