proj4.str2list | R Documentation |
These routines reformat a proj4 projection string to a list of arguments or vice versa.
proj4.str2list(pp)
proj4.list2str(pp)
pp |
A proj4 projection, either a single character string or a list of named arguments. |
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.
project
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.