lutz
0.3.2Look Up Time Zones of Point Coordinates
Overview
Input latitude and longitude values or an 'sf/sfc' POINT object and get back the time zone in which they exist. Two methods are implemented. One is very fast and uses 'Rcpp' in conjunction with data from the 'Javascript' library (https://github.com/darkskyapp/tz-lookup-oss/). This method also works outside of countries' borders and in international waters, however speed comes at the cost of accuracy - near time zone borders away from populated centres there is a chance that it will return the incorrect time zone. The other method is slower but more accurate - it uses the 'sf' package to intersect points with a detailed map of time zones from here: https://github.com/evansiroky/timezone-boundary-builder/. The package also contains several utility functions for helping to understand and visualize time zones, such as listing of world time zones, including information about daylight savings times and their offsets from UTC. You can also plot a time zone to visualize the UTC offset over a year and when daylight savings times are in effect.
Install
Health
- OK2026-04-2512 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- NOTE2026-04-2211 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
- ERROR2026-04-1810 OK · 3 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE
- NOTE2026-03-1011 OK · 3 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE
Documentation
- Examples that run
- 100%
- Documented parameters
- 100%
- Return-value docs
- 100%
- References docs
- 0%
Downloads
Repository
Stars over time
Forks over time
Releases over time
Issues over time
PRs over time
Repository practices
9 development-tooling and community-health practices detected across 6 families in the upstream repository
Checks run against github.com/ateucher/lutz on 2026-07-19.
Show all practices
Dependencies
Code & Tests
People & History
5 releases. Pick two to compare their code metrics. R releases are shown for context.
- RR 4.6.0 released · 2026-04-24
- RR 4.5.0 released · 2025-04-11
- RR 4.4.0 released · 2024-04-24
- 0.3.2Latest
- RR 4.3.0 released · 2023-04-21
- RR 4.2.0 released · 2022-04-22
- RR 4.1.0 released · 2021-05-18
- RR 4.0.0 released · 2020-04-24
- 0.3.12019-07-20 · diff ↗
- 0.3.02019-07-14 · diff ↗
- RR 3.6.0 released · 2019-04-26
- 0.2.02018-06-24 · diff ↗
- RR 3.5.0 released · 2018-04-23
- 0.1.02018-02-07
- RR 3.4.0 released · 2017-04-21
Package metadata
- First published
- 2018-02-07
- Total releases
- 5 / 8 yrs
- License
- MIT + file LICENSE OSI
- Minimum R
- ≥ 3.2
- Download size
- 4.2 MB
- Installed size
- not tracked yet
- With dependencies
- not tracked yet