timeatlas.types.Coords¶
-
class
timeatlas.types.
Coords
(lat: float, long: float)¶ Defines geographic coordinates
The format to use is decimal degrees (DD). For instance:
46.9491463,7.4388499
For the train station of Bern, the capital of Switzerland.
-
__init__
(lat: float, long: float)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__
(lat, long)Initialize self.
items
()Creating dict.iterable
-