| Basic |
2:1 |
Equidistant Rectangular |
[0,0] |
+proj=eqc +lat_ts=0 +lat_0=0 +lon_0=0 +x_0=0 +y_0=0 +a=6371007 +b=6371007 +units=m +no_defs |
| Polar [north] |
1:1 |
Equidistant Azimuthal |
[90,0] |
+proj=aeqd +lat_0=90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs |
| Polar [south] |
1:1 |
Equidistant Azimuthal |
[-90,0] |
+proj=aeqd +lat_0=-90 +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs |
| Azimuthal Equidistant |
1:1 |
Equidistant Azimuthal |
[LAT,LON] |
+proj=aeqd +lat_0=LAT +lon_0=LON +x_0=0 +y_0=0 +a=6371000 +b=6371000 +units=m +no_defs where LAT and LON define the center of the projection. |
| Mercator |
1:1 |
Web Mercator |
[0,0] |
+proj=merc +lat_ts=0 +lon_0=0 +x_0=0 +y_0=0 +R=6378137 +units=m +no_defs |
| Mercator equal-area |
1:1 |
Sinusoidal |
[0,0] |
+proj=sinu +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 +units=m +no_defs |
| Van der Grinten |
1:1 |
Van der Grinten |
[0,0] |
+proj=vandg +lon_0=0 +x_0=0 +y_0=0 +R_A +a=6371000 +b=6371000 +units=m +no_defs |