Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nearest_time_zone

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nearest_time_zone

  • 0.0.4
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

NearestTimeZone

Quickly find the name of a time zone for a latitude and longitude without relying on a web service.

NearestTimeZone.to(41.85, -87.65)
=> "America/Chicago"

On a whatever MacBook Air, the time to lookup a single time zone is ~0.000030 seconds. Fast.

About

GeoNames Source Data

The city data is based on the GeoNames cities1000.zip data. To compress the size of the gem, the latitudes and longitudes were rounded to one decimal point of precision.

Kdtree

The Kdtree gem is used to make the search so fast.

Load Time

The kdtree and the cities are loaded into memory when the gem is loaded. If you'd like to make that faster, run rake nearest_time_zone:dump and the load time should drop significantly. The cities, time zones and kdtree will all be persisted to the file system when run that rake task.

Installation

Add this line to your application's Gemfile:

gem 'nearest_time_zone'

And then execute:

$ bundle

Or install it yourself as:

$ gem install nearest_time_zone

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

FAQs

Package last updated on 19 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc