Sign inSign up

fdean/convert-coord

By fdean

Updated 28 days ago

Geographical Coordinate Converter - parses free text and outputs as variations of lat/long etc.

Image
Web servers
0

1.9K

fdean/convert-coord repository overview

Geographical Coordinate Converter

This is a JavaScript application to convert between some common geographical
coordinate formats.

It parses free text input, converting to and from the following formats:

  • latitude/longitude decimal degrees
  • latitude/longitude degrees with decimal minutes
  • latitude/longitude degrees, minutes and seconds
  • OpenLocationCode a.k.a. Plus Codes
  • Ordnance Survey GB 1936 (British National Grid)
  • Irish Grid
  • Irish Transverse Mercator

The source can be obtained by cloning the Git repository:

$ git clone git://www.fdsd.co.uk/coordinate-converter.git

How to use this image

docker container run --publish 8080:80 --name cc -d fdean/convert-coord

Use your browser to visit port 8080 of the docker container.

Tag summary

Content type

Image

Digest

sha256:db0a4c6bb

Size

49.3 MB

Last updated

28 days ago

docker pull fdean/convert-coord