Package: lutz 0.3.2.9000

lutz: Look Up Time Zones of Point Coordinates

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.

Authors:Andy Teucher [aut, cre], Bob Rudis [ctb]

lutz_0.3.2.9000.tar.gz
lutz_0.3.2.9000.zip(r-4.5)lutz_0.3.2.9000.zip(r-4.4)lutz_0.3.2.9000.zip(r-4.3)
lutz_0.3.2.9000.tgz(r-4.4-x86_64)lutz_0.3.2.9000.tgz(r-4.4-arm64)lutz_0.3.2.9000.tgz(r-4.3-x86_64)lutz_0.3.2.9000.tgz(r-4.3-arm64)
lutz_0.3.2.9000.tar.gz(r-4.5-noble)lutz_0.3.2.9000.tar.gz(r-4.4-noble)
lutz_0.3.2.9000.tgz(r-4.4-emscripten)lutz_0.3.2.9000.tgz(r-4.3-emscripten)
lutz.pdf |lutz.html
lutz/json (API)
NEWS

# Install 'lutz' in R:
install.packages('lutz', repos = c('https://ateucher.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ateucher/lutz/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

7.64 score 58 stars 10 packages 137 scripts 1.2k downloads 5 exports 5 dependencies

Last updated 1 years agofrom:bddbd20086. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKNov 09 2024
R-4.5-win-x86_64OKNov 09 2024
R-4.5-linux-x86_64OKNov 09 2024
R-4.4-win-x86_64OKNov 09 2024
R-4.4-mac-x86_64OKNov 09 2024
R-4.4-mac-aarch64OKNov 09 2024
R-4.3-win-x86_64OKNov 09 2024
R-4.3-mac-x86_64OKNov 09 2024
R-4.3-mac-aarch64OKNov 09 2024

Exports:tz_listtz_lookuptz_lookup_coordstz_offsettz_plot

Dependencies:cpp11genericslubridateRcpptimechange