tracktable.info.timezones module¶
Module contents¶
- tracktable.info.timezones.find_containing_timezone(longitude, latitude)[source]¶
Returns a timezone that contains the given long-lat.
- Parameters:
longitude (float) – Longitude of location to find timezone
latitude (float) – Latitude of location to find timezone
- Returns:
Timezone or None if no timezone is found.
- tracktable.info.timezones.load_timezone_shapefile()[source]¶
Load in the timezone shapefile and extract the timezone boundaries.
- Returns:
No return value.