findUTMzone | R Documentation |
Function for querying the database to identify the UTM zone from the corresponding farm for the field the user is working with. This function is used many times and requires a database connection and either a farm name or farm id, or a field name. The returned value is the UTM EPSG code for the WGS84 datum.
findUTMzone(db, farm = NULL, fieldname = NULL)
db |
Connection to an OFPE formatted database. |
farm |
Either a farm id (integer), or a farm name. |
fieldname |
Name of the field for aggregation. |
WGS84 UTM code (i.e. 32612, 32614).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.