Skip to content

Commit df0b77f

Browse files
committed
update docstring
1 parent 36e4372 commit df0b77f

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

examples/projections/azim/azim_general_perspective.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
point in space. In a full view of the earth one third of its surface area can
77
be seen.
88
9-
**g**\ *lon0/lat0*\ */altitude*\ */scale*\ [**+a**\ *azimuth*]\
9+
**g**\ *lon0/lat0*\ */scale*\ [**+a**\ *azimuth*]\
1010
[**+t**\ *tilt*]\ [**+v**\ *vwidth/vheight*]\ [**+w**\ *twist*]\
11-
[**+z**\ *altitude*] or **G**\ *lon0/lat0*\ */altitude*\ */width*\
11+
[**+z**\ *altitude*] or **G**\ *lon0/lat0*\ */width*\
1212
[**+a**\ *azimuth*]\ [**+t**\ *tilt*]\ [**+v**\ *vwidth/vheight*]\
1313
[**+w**\ *twist*]\ [**+z**\ *altitude*]
1414
15-
The projection type is set with **g** or **G**.
16-
*lon0/lat0* specifies the projection center and *altitude* sets the height
17-
in km of the viewpoint above local sea level (If altitude is less than 10,
18-
then it is the distance from the center of the earth to the viewpoint in earth
19-
radii). With *azimuth* the direction (in degrees) in which you are looking is
20-
specified, measured clockwise from north. *tilt* is given in degrees and is the
21-
viewing angle relative to zenith. A tilt of 0° is looking straight down, 60° is
22-
looking 30° above horizon. *twist* is the clockwise rotation of the image (in
23-
degrees). *Width* and *Height* describe the viewport angle in degrees, and
24-
*scale* or *width* determine the size of the figure.
15+
The projection type is set with **g** or **G**. *lon0/lat0* specifies the
16+
projection center and *scale* or *width* determine the size of the figure.
17+
With **+a**\ *azimuth* the direction (in degrees) in which you are looking is
18+
specified, measured clockwise from north. **+t**\ *tilt* is given in degrees
19+
and is the viewing angle relative to zenith. A tilt of 0° is looking straight
20+
down, 60° is looking 30° above horizon. The viewport angle in degrees is
21+
described via **+v**\ *vwidth/vheight* and **+w**\ *twist* is the clockwise
22+
rotation of the image (in degrees). **+z**\ *altitude* sets the height in km
23+
of the viewpoint above local sea level (If altitude is less than 10, then it is
24+
the distance from the center of the earth to the viewpoint in earth radii).
2525
2626
The example shows the coast of Northern Europe viewed from 250 km above sea
2727
level looking 30° from north at a tilt of 45°. The height and width of the

0 commit comments

Comments
 (0)