get_proj4 | R Documentation |
helper to parse results form EPSG() in RGDAL and get desired proj4 string
get_proj4( details = c("HARN", "wash", "ftUS", "nad83"), EPSG, omit = "deprecated", ignore.case = T, fixed = T, ... )
details |
strings to use in searching for projection nam |
EPSG |
(optional) dataframe of EPSGs as from make_EPSG() |
omit |
strings not desired - e.g. "ft" when looking for meters |
... |
helper to parse results form EPSG() in RGDAL and get desired proj4 string
This program is free software but it is provided WITHOUT WARRANTY and with ABSOLUTELY NO GUARANTEE of fitness or functionality for any purpose; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Revision History
1.0 | 2015 Jan 05 Roxygen header added |
data frame of candidates
Jacob Strunk
rgdal
EPSG
get_proj4(c("NAD83(HARN)","Washington","ft")) get_proj4(c("NAD83(HARN)","Washington","South","ft"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.