aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Siroky <evan.siroky@yahoo.com>2018-07-30 11:34:07 -0700
committerGitHub <noreply@github.com>2018-07-30 11:34:07 -0700
commit188855d82534e6fa05f0faabd712b1b84235b376 (patch)
tree59fc793581ae4c752443e2a57eae8a8fe5c805ae
parent283ebbcf4191584b36354f5f71bd3409793e715d (diff)
downloadtimezone-boundary-builder-188855d82534e6fa05f0faabd712b1b84235b376.tar.gz
Add lutz lookup library to README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index df2ba8d..7f2ca32 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,7 @@ A few common languages already have libraries with an API that can be used to lo
| [GeoTimezone](https://github.com/mj1856/GeoTimeZone) | .NET |
| [Geo-Timezone](https://github.com/minube/geo-timezone) | php |
| [timezonefinder](https://github.com/MrMinimal64/timezonefinder) | Python |
+| [lutz](https://github.com/ateucher/lutz) | R |
Another common way to use the data for lookup purposes is to load the shapefile into a spatially-aware database. See this [blog post](https://simonwillison.net/2017/Dec/12/location-time-zone-api/) for an example of how that can be done.