Authalic sphere - EPSG:4035
Detailed Extent
WKT
GEOGCS["GCS_Sphere",
DATUM["D_Sphere",
SPHEROID["Sphere", 6371000.0, 0.0]],
PRIMEM["Greenwich", 0.0],
UNIT["Degree", 0.0174532925199433]]
WKT2
GEOGCRS["GCS_Sphere",
DATUM["D_Sphere",
ELLIPSOID["Sphere", 6371000.0, 0.0]],
PRIMEM["Greenwich", 0.0],
CS[ellipsoidal, 2],
AXIS["Latitude (lat)", north,
ORDER[1]],
AXIS["Longitude (lon)", east,
ORDER[2]],
ANGLEUNIT["Degree", 0.0174532925199433],
ID["EPSG", "4035"]]
Data from @esri/proj-codes
{
"wkid": 4035,
"latestWkid": 4035,
"macro": "PE_GCS_SPHERE",
"name": "GCS_Sphere",
"wkt": "GEOGCS[\"GCS_Sphere\",DATUM[\"D_Sphere\",SPHEROID[\"Sphere\",6371000.0,0.0]],PRIMEM[\"Greenwich\",0.0],UNIT[\"Degree\",0.0174532925199433]]",
"wkt2": "GEOGCRS[\"GCS_Sphere\",DATUM[\"D_Sphere\",ELLIPSOID[\"Sphere\",6371000.0,0.0]],PRIMEM[\"Greenwich\",0.0],CS[ellipsoidal,2],AXIS[\"Latitude (lat)\",north,ORDER[1]],AXIS[\"Longitude (lon)\",east,ORDER[2]],ANGLEUNIT[\"Degree\",0.0174532925199433],ID[\"EPSG\",\"4035\"]]",
"description": "Authalic sphere",
"authority": "EPSG",
"version": "3.0(3.0.1)",
"deprecated": "no",
"areaname": "Not specified",
"extent": {
"slat": -90,
"nlat": 90,
"llon": -180,
"rlon": 180
}
}