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.7)lutz_0.3.2.9000.zip(r-4.6)lutz_0.3.2.9000.zip(r-4.5)
lutz_0.3.2.9000.tgz(r-4.6-x86_64)lutz_0.3.2.9000.tgz(r-4.6-arm64)lutz_0.3.2.9000.tgz(r-4.5-x86_64)lutz_0.3.2.9000.tgz(r-4.5-arm64)
lutz_0.3.2.9000.tar.gz(r-4.7-arm64)lutz_0.3.2.9000.tar.gz(r-4.7-x86_64)lutz_0.3.2.9000.tar.gz(r-4.6-arm64)lutz_0.3.2.9000.tar.gz(r-4.6-x86_64)
lutz_0.3.2.9000.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
lutz/json (API)
NEWS

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

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

Pkgdown/docs site:https://andyteucher.ca

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

On CRAN:

Conda:

cpp

8.07 score 61 stars 12 packages 254 scripts 1.4k downloads 5 exports 5 dependencies

Last updated from:bddbd20086. Checks:12 OK, 1 FAIL. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK154
linux-devel-x86_64OK157
source / vignettesOK182
linux-release-arm64OK136
linux-release-x86_64OK129
macos-release-arm64OK199
macos-release-x86_64OK312
macos-oldrel-arm64OK192
macos-oldrel-x86_64OK292
windows-develOK129
windows-releaseOK233
windows-oldrelOK137
wasm-releaseFAIL1421

Exports:tz_listtz_lookuptz_lookup_coordstz_offsettz_plot

Dependencies:cpp11genericslubridateRcpptimechange