tz -> zone, update iter_tzs depends on, misc changes
This commit is contained in:
parent
8ab67d4d26
commit
62dd6712f3
5 changed files with 22 additions and 6 deletions
|
@ -10,8 +10,8 @@ LatLon = Tuple[float, float]
|
|||
|
||||
# TODO: add timezone to this? can use timezonefinder in tz provider instead though
|
||||
class Location(NamedTuple):
|
||||
lon: float
|
||||
lat: float
|
||||
lon: float
|
||||
dt: datetime
|
||||
accuracy: Optional[float]
|
||||
elevation: Optional[float]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue