View source: R/netcdf.R View source: R/base.R
degreeMinute | R Documentation |
SeaExplorer gliders save longitude and latitude with e.g. 4530.100 standing for 45deg 30.1min (which is 45.50167 in conventional decimal format). This function converts SeaExplorer coordinate values to conventional decimal values.
SeaExplorer gliders save longitude and latitude with e.g. 4530.100 standing for 45deg 30.1min (which is 45.50167 in conventional decimal format). This function converts SeaExplorer coordinate values to conventional decimal values.
degreeMinute(x)
degreeMinute(x)
x |
Numerical value in degree+minute notation (see “Examples”). |
degreeMinute()
returns a numerical value in decimal degrees.
degreeMinute()
returns a numerical value in decimal degrees.
Dan Kelley
degreeMinute(4530.100) # 45+30.100/60
degreeMinute(4530.100) # 45+30.100/60
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.