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:
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')) |
Bug tracker:https://github.com/ateucher/lutz/issues
Last updated 1 years agofrom:bddbd20086. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 09 2024 |
R-4.5-win-x86_64 | OK | Nov 09 2024 |
R-4.5-linux-x86_64 | OK | Nov 09 2024 |
R-4.4-win-x86_64 | OK | Nov 09 2024 |
R-4.4-mac-x86_64 | OK | Nov 09 2024 |
R-4.4-mac-aarch64 | OK | Nov 09 2024 |
R-4.3-win-x86_64 | OK | Nov 09 2024 |
R-4.3-mac-x86_64 | OK | Nov 09 2024 |
R-4.3-mac-aarch64 | OK | Nov 09 2024 |
Exports:tz_listtz_lookuptz_lookup_coordstz_offsettz_plot
Dependencies:cpp11genericslubridateRcpptimechange
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Create a list of Time Zones | tz_list |
Lookup time zones of sf or sp points | tz_lookup |
Lookup time zones of lat/long pairs | tz_lookup_coords |
Find the offset from UTC at a particular date/time in a particular time zone | tz_offset |
Plot a time zone | tz_plot |