Giter Club home page Giter Club logo

globallocatorlib's Introduction

GlobalLocatorLib

  • GL (Global Locator) code is Base 32, 2 digits can locate a state, 4 digits can locate a city, 6 digits can locate a street block, 8 digits can locate a house, and 10 digits can locate a person location anywhere in the earth.

  • GL code uses the format X0Y0X1Y1X2Y2X3Y3, as X0X1X2X3 is the GL Base 32 mapping of the longitude, and Y0Y1Y2Y3 is the GL Base 32 mapping of the latitude.

  • GL locations starts from the south pole, from the Pacific ocean, hence California starts with 5 (x axis), then the more east you go and the higher the number, e.g., Florida starts with 8, Cairo K, and China, U.

  • GL uses all the alphanumeric characters except ["I", "L", "O", "P"]

  • GL code is case insensitive, i.e. it can be in small letters or in capital letters.

  • GL codes can enable sorting by location, as e.g. locations in most of California starts with 5Q, while Florida locations starts with 8N

  • The difference between Florida and California is 3 digits and the difference in time zone is 3 hours, which means the difference in GL digits can give indication of roughly how much difference in time zone and distance. One digit different from the left is about 750 miles.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.