Skip to content

Instantly share code, notes, and snippets.

@rouault
Created October 12, 2018 18:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rouault/cce3ac1d7fab6d2e403b1bfd8d49b7fe to your computer and use it in GitHub Desktop.
Save rouault/cce3ac1d7fab6d2e403b1bfd8d49b7fe to your computer and use it in GitHub Desktop.
$ PROJ_LIB=data src/projinfo EPSG:8857
PROJ string:
+proj=pipeline +step +proj=axisswap +order=2,1 +step +proj=unitconvert +xy_in=deg +xy_out=rad +step +proj=eqearth +lon_0=0 +x_0=0 +y_0=0 +ellps=WGS84
WKT2_2015 string:
PROJCRS["WGS 84 / Equal Earth Greenwich",
BASEGEODCRS["WGS 84",
DATUM["World Geodetic System 1984",
ELLIPSOID["WGS 84",6378137,298.257223563,
LENGTHUNIT["metre",1]]],
PRIMEM["Greenwich",0,
ANGLEUNIT["degree",0.0174532925199433]]],
CONVERSION["Equal Earth Greenwich",
METHOD["Equal Earth",
ID["EPSG",1078]],
PARAMETER["Longitude of natural origin",0,
ANGLEUNIT["degree",0.0174532925199433],
ID["EPSG",8802]],
PARAMETER["False easting",0,
LENGTHUNIT["metre",1],
ID["EPSG",8806]],
PARAMETER["False northing",0,
LENGTHUNIT["metre",1],
ID["EPSG",8807]]],
CS[Cartesian,2],
AXIS["(E)",east,
ORDER[1],
LENGTHUNIT["metre",1]],
AXIS["(N)",north,
ORDER[2],
LENGTHUNIT["metre",1]],
AREA["World"],
BBOX[-90,-180,90,180],
ID["EPSG",8857]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment