Skip to contents

These routines reformat a proj4 projection string to a list of arguments or vice versa.

Usage

proj4.str2list(pp)
proj4.list2str(pp)

Arguments

pp

A proj4 projection, either a single character string or a list of named arguments.

Details

proj.4 strings are almost ubiquitous as definitions of projections. Internally, meteogrid works with a list of arguments rather than a single character strings. These functions provide simple conversion between the two formats.

See also