Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

basemap_common.rst_ 3.3 KB

You have to be logged in to leave a comment. Sign In
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
  1. |No-spaces|
  2. Description
  3. -----------
  4. Creates a basic or fancy basemap with axes, fill, and titles.
  5. Several map projections are available, and the user may specify separate
  6. tick-mark intervals for boundary annotation, ticking, and [optionally]
  7. gridlines. A simple map scale or directional rose may also be plotted.
  8. At least one of the options **-B**, **-L**, or **-T** must be specified.
  9. Required Arguments
  10. ------------------
  11. .. _-J:
  12. .. |Add_-J| unicode:: 0x20 .. just an invisible code
  13. .. include:: explain_-J.rst_
  14. .. _-R:
  15. .. |Add_-R| unicode:: 0x20 .. just an invisible code
  16. .. include:: explain_-R.rst_
  17. .. |Add_-Rz| unicode:: 0x20 .. just an invisible code
  18. .. include:: explain_-Rz.rst_
  19. Optional Arguments
  20. ------------------
  21. .. _-A:
  22. **-A**\ [*file*]
  23. No plotting is performed. Instead, we determine the geographical coordinates of the polygon outline
  24. for the (possibly oblique) rectangular map domain. The plot domain must be given via
  25. **-R** and **-J**, with no other options allowed. The sampling interval is controlled via
  26. :term:`MAP_LINE_STEP` parameter. The coordinates are written to *file* or to standard output if no file
  27. is specified.
  28. .. _-B:
  29. .. include:: explain_-B.rst_
  30. .. _-F:
  31. **-F**\ [**d**\|\ **l**\|\ **t**][**+c**\ *clearances*][**+g**\ *fill*][**+i**\ [[*gap*/]\ *pen*]][**+p**\ [*pen*]][**+r**\ [*radius*]][**+s**\ [[*dx*/*dy*/][*shade*]]]
  32. Without further options, draws a rectangular border around any map inset (**-D**\; classic mode only),
  33. map scale (**-L**) or map rose (**-T**) using
  34. :term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
  35. Add **+g**\ *fill* to fill the logo box [no fill].
  36. Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
  37. or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
  38. x- and y-direction, or individual side spacings between logo and border.
  39. Append **+i** to draw a secondary, inner border as well. We use a uniform
  40. *gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
  41. unless other values are specified. Append **+r** to draw rounded
  42. rectangular borders instead, with a 6\ **p** corner radius. You can
  43. override this radius by appending another value. Finally, append
  44. **+s** to draw an offset background shaded region. Here, *dx*/*dy*
  45. indicates the shift relative to the foreground frame
  46. [4\ **p**/-4\ **p**] and *shade* sets the fill style to use for shading [gray50].
  47. Used in combination with **-D**, **-L** or **-T**. To specify separate parameters
  48. for the various map features, append **d**\|\ **l**\|\ **t** to **-F**
  49. to specify panel parameters for just that panel [Default uses the same panel
  50. parameters for all selected map features].
  51. .. _-L:
  52. .. include:: explain_-L_scale.rst_
  53. .. _-T:
  54. .. include:: explain_-T_rose.rst_
  55. .. _-U:
  56. .. include:: explain_-U.rst_
  57. .. _-V:
  58. .. |Add_-V| unicode:: 0x20 .. just an invisible code
  59. .. include:: explain_-V.rst_
  60. .. _-X:
  61. .. include:: explain_-XY.rst_
  62. .. |Add_-f| replace:: This applies only to the coordinates specified in the **-R** option.
  63. .. include:: explain_-f.rst_
  64. .. |Add_perspective| unicode:: 0x20 .. just an invisible code
  65. .. include:: explain_perspective.rst_
  66. .. include:: explain_-t.rst_
  67. .. include:: explain_help.rst_
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...