SkillAgentSearch skills...

LatLongToTimezoneMaven

Detect timezone from latitude/longitude pairs in java

Install / Use

/learn @moodysalem/LatLongToTimezoneMaven
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Maven Central Build Status LatLongToTimezoneMaven

This repository deploys LatLongToTimezone to Maven

Tests

Tests are run against a file from geonames.org referenced in this SO question

If at least 95% of the test cases succeed, the build passes. Last checked was 98%. Visit travis to see logs for test failures

Usage

  1. Add the maven dependency to your project

     <dependency>
         <groupId>com.moodysalem</groupId>
         <artifactId>LatLongToTimezoneMaven</artifactId>
         <version>{see-above-for-version!}</version>
     </dependency>
    
  2. Call the static methods on the TimezoneMapper class

    TimezoneMapper.tzNameAt(double lat, double lng);

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated3y ago
Forks2

Languages

Java

Security Score

75/100

Audited on Jan 28, 2023

No findings