Learn R Programming

sf (version 0.2-2)

st_is_longlat: assert whether simple feature coordinates are longlat degrees

Description

assert whether simple feature coordinates are longlat degrees

Usage

st_is_longlat(x)

Arguments

x
object of class sf or sfc

Value

TRUE if +proj=longlat is part of the proj4string, NA if this string is missing, FALSE otherwise