Package: lutz
Type: Package
Title: Look Up Time Zones of Point Coordinates
Version: 0.2.0
Authors@R: person("Andy", "Teucher", email = "andy.teucher@gmail.com", role = c("aut", "cre"))
Description: Input latitude and longitude values or an 'sf/sfc' POINT 
    object and get back the timezone in which they exist. Two methods are implemented. 
    One is very fast and uses the 'V8' package to access the 'tz-lookup.js' 'Javascript' library
    (<https://github.com/darkskyapp/tz-lookup/>). 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/>.
License: MIT + file LICENSE
URL: https://github.com/ateucher/lutz
BugReports: https://github.com/ateucher/lutz/issues
Depends: R (>= 2.10)
Imports: V8 (>= 1.5), stats
Suggests: testthat, sf (>= 0.5), sp, rgdal, datasets, covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-06-24 16:47:42 UTC; ateucher
Author: Andy Teucher [aut, cre]
Maintainer: Andy Teucher <andy.teucher@gmail.com>
Repository: CRAN
Date/Publication: 2018-06-24 17:04:40 UTC
