make360: Longitude 180 to 360

View source: R/oisst_data_funs.R

make360R Documentation

Longitude 180 to 360

Description

This is a simple function to translate negative longitudes (measured on -180:180 scale) into 0-360, which is coordinate system used by some environmental datasets.

Not a solution for when data is erroneously missing a negative sign, when the format is -180 to 180.

Usage

make360(lon)

Arguments

lon

Longitude in -180:180 degrees

Value

lon Longitude from 0-360 degrees


gulfofmaine/gmRi documentation built on Jan. 26, 2025, 5:12 a.m.