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
DESCRIPTION |NEWS
card.svg |card.png
lutz/json (API)

# 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.15 score 61 stars 12 packages 260 scripts 1.6k downloads 5 exports 5 dependencies

Last updated from:bddbd20086. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK151
linux-devel-x86_64OK158
source / vignettesOK238
linux-release-arm64OK153
linux-release-x86_64OK165
macos-release-arm64OK171
macos-release-x86_64OK247
macos-oldrel-arm64OK119
macos-oldrel-x86_64OK331
windows-develOK132
windows-releaseOK124
windows-oldrelOK130
wasm-releaseOK153

Exports:tz_listtz_lookuptz_lookup_coordstz_offsettz_plot

Dependencies:cpp11genericslubridateRcpptimechange