File tree 4 files changed +26
-11
lines changed
examples/projections/conic
4 files changed +26
-11
lines changed Original file line number Diff line number Diff line change 1
- """
1
+ r """
2
2
Albers Conic Equal Area
3
3
=======================
4
4
11
11
Between them, the scale along parallels is too small; beyond them it is too large.
12
12
The opposite is true for the scale along meridians.
13
13
14
- ``Blon0/lat0/lat1/lat2/width``: Give projection center ``lon0/lat0`` and two standard
15
- parallels ``lat1/lat2``.
14
+ **b**\ *lon0/lat0*\ /\ *lat1/lat2*\ */scale*
15
+ or **B**\ *lon0/lat0*\ /\ *lat1/lat2*\ */width*
16
+
17
+ The projection is set with **b** or **B**. The projection center is set by *lon0/lat0*
18
+ and two standard parallels for the map are set with *lat1/lat2*. The figure size is set
19
+ with *scale* or *width*.
16
20
"""
17
21
import pygmt
18
22
Original file line number Diff line number Diff line change 1
- """
1
+ r """
2
2
Equidistant conic
3
3
=================
4
4
7
7
compromise between them. The scale is true along all meridians and the
8
8
standard parallels.
9
9
10
- ``Dlon0/lat0/lat1/lat2/width``: Give projection center ``lon0/lat0``, two standard
11
- parallels ``lat1/lat2``, and the map width.
10
+ **d**\ *lon0/lat0*\ /\ *lat1/lat2*\ */scale*
11
+ or **D**\ *lon0/lat0*\ /\ *lat1/lat2*\ */width*
12
+
13
+ The projection is set with **d** or **D**. The projection center is set by *lon0/lat0*
14
+ and two standard parallels for the map are set with *lat1/lat2*. The figure size is set
15
+ with *scale* or *width*.
12
16
"""
13
17
import pygmt
14
18
Original file line number Diff line number Diff line change 1
- """
1
+ r """
2
2
Lambert Conic Conformal Projection
3
3
==================================
4
4
9
9
with a common origin, and meridians are the equally spaced radii of these circles. As
10
10
with Albers projection, it is only the two standard parallels that are distortion-free.
11
11
12
- ``Llon0/lat0/lat1/lat2/width``: Give projection center ``lon0/lat0``, two standard
13
- parallels ``lat1/lat2``, and the map width.
12
+ **l**\ *lon0/lat0*\ /\ *lat1/lat2*\ */scale*
13
+ or **L**\ *lon0/lat0*\ /\ *lat1/lat2*\ */width*
14
+
15
+ The projection is set with **l** or **L**. The projection center is set by *lon0/lat0*
16
+ and two standard parallels for the map are set with *lat1/lat2*. The figure size is set
17
+ with *scale* or *width*.
14
18
"""
15
19
import pygmt
16
20
Original file line number Diff line number Diff line change 1
- """
1
+ r """
2
2
Polyconic Projection
3
3
====================
4
4
18
18
consequence, no parallel is standard because conformity is lost with the lengthening of
19
19
the meridians.
20
20
21
- ``Poly/width``: The only additional argument for the projection is the map width.
21
+ **poly**\ */scale* or **Poly**\ */width*
22
+
23
+ The projection is set with **poly** or **Poly**. The figure size is set
24
+ with *scale* or *width*.
22
25
"""
23
26
import pygmt
24
27
You can’t perform that action at this time.
0 commit comments