1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
+------------------------------------------------------------+-------------------------------------------------------+
| **WITH Proj4 PROJECTION CODES** |
+============================================================+=======================================================+
| **-J** (lower case for *scale* only) Map projection |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jaea/**\ |lon0|/|lat0|/|lat1|/|lat2|/\ *scale* | Albers conic equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jaeqd/**\ |lon0|/|lat0|\ [/\ *horizon*]/\ *scale* | Azimuthal equidistant |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jcass/**\ |lon0|/|lat0|/\ *scale* | Cassini cylindrical |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jcea/**\ |lon0|/|lat0|/\ *scale* | Cylindrical equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jcyl_stere/**\ [|lon0|\ [/|lat0|/]]\ *scale* | Cylindrical stereographic |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jeqc/**\ [|lon0|\ [/|lat0|/]]\ *scale* | Equidistant cylindrical |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jeqdc/**\ |lon0|/|lat0|/|lat1|/|lat2|/\ *scale* | Equidistant conic |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jgnom/**\ |lon0|/|lat0|\ [/\ *horizon*]/\ *scale* | Azimuthal gnomonic |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jhammer/**\ |lon0|/\ *scale* | Hammer equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jeck4/**\ |lon0|/\ *scale* | Eckert IV equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jeck6/**\ |lon0|/\ *scale* | Eckert VI equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jlaea/**\ |lon0|/|lat0|\ [/\ *horizon*]/\ *scale* | Lambert azimuthal equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jlcc/**\ |lon0|/|lat0|/|lat1|/|lat2|/\ *scale* | Lambert conic conformal |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jmerc/**\ [|lon0|\ [/|lat0|/]]\ *scale* | Mercator cylindrical |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jmill/**\ |lon0|/\ *scale* | Miller cylindrical |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jmoll/**\ [|lon0|/]\ *scale* | Mollweide |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jnsper/**\ |lon0|/|lat0|\ | |
| *alt/azim/tilt/twist/W/H/scale* | General perspective |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jomerc/**\ |lon0|/|lat0|\ *azim*/*scale* | Oblique Mercator, 1: origin and azimuth |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jomerc/**\ |lon0|/|lat0|/|lon1|/|lat1|/\ *scale* | Oblique Mercator, 2: two points |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jomercp/**\ :|lon0|/|lat0|/|lonp|/|latp|/\ *scale* | Oblique Mercator, 3: origin and pole |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jortho/**\ |lon0|/|lat0|\ [/\ *horizon*]/\ *scale* | Azimuthal orthographic |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jpolar/**\ [**a**]\ *scale*\ [/*origin*] | Polar [azimuthal] (:math:`\theta, r`) (or cylindrical)|
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jpoly/**\ [|lon0|\ [/|lat0|/]]\ *scale* | (American) polyconic |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jrobin/**\ [|lon0|/]\ *scale* | Robinson |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jsinu/**\ |lat0|/\ *scale* | Sinusoidal equal area |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jstere/**\ |lon0|/|lat0|\ [/\ *horizon*]/\ *scale* | General stereographic |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jtmerc/**\ [|lon0|\ [/|lat0|/]]\ *scale* | Transverse Mercator |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jutm/**\ *zone*/*scale* | Universal Transverse Mercator (UTM) |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jvandg/**\ [|lon0|/]\ *scale* | Van der Grinten |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jwintri/**\ [|lon0|/]\ *scale* | Winkel Tripel |
+------------------------------------------------------------+-------------------------------------------------------+
| **-Jxy**\ *xscale*\ [**l**\ \|\ **p**\ *exp*\ \|\ | |
| **T**\ \|\ **t**][/\ *yscale*\ [**l**\ \|\ **p**\ | |
| *exp*\ \|\ **T**\ \|\ **t**]][**d**] | Linear, log\ :math:`_{10}`, :math:`x^a-y^b`, and time |
+------------------------------------------------------------+-------------------------------------------------------+
|