
Test if a spatial object crosses the international date line
Source:R/test_date_line.R
test_date_line.Rdtest_date_line() checks whether a given spatial object crosses the
international date line
(IDL) by examining
its longitude extent.
Arguments
- x
A
sf,SpatVector, orSpatRasterobject to be tested.
Value
A logical flag indicating if the object crosses
the international date line.
See also
Other utility functions:
closest_geobr_year(),
fix_postal_code(),
remove_unique_outliers(),
test_geobr_connection(),
unique_outliers()