make_crs | R Documentation |
Makes proj4 string for WGS84, UTM 16N, and UTM 17N. "WGS84": datum = WGS84, projection = lat/long (epsg:4326) "UTM 16N": datum WGS84, projection = UTM 16N (epsg:32616) "UTM 17N": datum WGS84, projection = UTM 17N (epsg:32617)
make_crs(x, exclude_epsg = FALSE)
x |
desired coordinate system/datum or EPSG code |
exclude_epsg |
logical indicating whether to exclude +init=epsg: at beginning of proj4 string |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.