Skip to content

thisisandreeeee/s2-calc

 
 

Repository files navigation

S2 Geometry Calculator

A user-friendly web interface for converting between GPS coordinates, and S2 cells.

Installation

Requirements: >= Go 1.11

Clone the repository

go get -u github.com/gojekfarm/s2-calc

Install goexec

go get -u github.com/shurcooL/goexec

Usage

Install dependencies

make init-deps get-deps

Build and run server

make all

Navigate to localhost:<PORT_NUMBER> (default 8080)

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.5%
  • HTML 16.8%
  • Go 16.6%
  • Makefile 1.1%