View source: R/gen_sampling_funs.R
calcUTMzone | R Documentation |
Calculates the UTM zone for the specified data and returns a UTM code for WGS84 (i.e. 32612, 32614). This function is performed in the ManageParms class to store the UTM zone for the farm. A shapefile is passed in with the 'FILE' argument, the spatial data is used to determine the UTM zone mathematically, same if the 'bounds' argument is used. The returned value is the UTM EPSG code for the WGS84 datum.
calcUTMzone(FILE)
FILE |
Spatial shapefile for determining UTM zone. |
WGS84 UTM code (i.e. 32612, 32614).
https://apollomapping.com/blog/gtm-finding-a-utm-zone-number-easily
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.