Sunrise and set

This commit is contained in:
Frank
2020-05-22 23:58:42 +02:00
parent 5223a4beba
commit 94fced4af0
2 changed files with 154 additions and 1 deletions
+8
View File
@@ -2036,6 +2036,14 @@ do -- COORDINATE
return ""
end
--- Get Latitude and Longitude in Degree Minute Second.
-- @param #COORDINATE self
-- @return #number Latitude.
-- @return #number Lontitude.
function COORDINATE:GetLLDMS()
return coord.LOtoLL( self:GetVec3() )
end
--- Provides a Lat Lon string in Degree Minute Second format.
-- @param #COORDINATE self
-- @param Core.Settings#SETTINGS Settings (optional) The settings. Can be nil, and in this case the default settings are used. If you want to specify your own settings, use the _SETTINGS object.