Skip to contents

Corrects the longitudes or latitudes to value between -180.0 and 180.0 or -90 and 90 degree

Usage

longitude_modulo(x)

latitude_modulo(x)

Arguments

x

Longitude(s) or latitude(s) in degrees

Value

numeric

Examples

longitude_modulo(-361 + 5 * 360)
#> [1] -1
latitude_modulo(-91 + 5 * 180)
#> [1] 89