Skip to content

Instantly share code, notes, and snippets.

@kra3
Last active May 3, 2018 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kra3/1df5264c4e2cdee0c377416bca56be7a to your computer and use it in GitHub Desktop.
Save kra3/1df5264c4e2cdee0c377416bca56be7a to your computer and use it in GitHub Desktop.
GIS

Point coordinates are in x, y order

  • easting, northing for projected coordinates
  • longitude, and latitude for geographic coordinates

The coordinate reference system for all GeoJSON coordinates is a geographic coordinate reference system, using the World Geodetic System 1984 (WGS 84) [WGS84] datum, with longitude and latitude units of decimal degrees.

The latitude must be a number between -90 and 90 and the longitude between -180 and 180.

For lats and longs:

  • 6 decimal places will provide accuracy up-to 4 inches.
  • 8 decimal places will provide accuracy up-to 1 cm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment