Identify the prime meridian convention from longitude values
Source:R/nctools_spatial.R
findPrimeMeridian.RdInfers whether a longitude vector is expressed using the `[-180, 180]` convention or the `[0, 360]` convention.
Value
A character string, either `"center"` or `"left"`, or `NULL` if the convention cannot be determined.