same.crs.Rd
The function takes two coordinate reference system descriptions and compares them for equality.
same.crs(x, y)
character, SpatRaster, SpatVector, CRS, or other object that returns something intelligible withcrs(x)
crs(x)
same types as for x
x
logical
r <- rast() same.crs(r, "+proj=longlat") #> [1] TRUE same.crs(r, "+proj=utm +zone=1") #> [1] FALSE