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

solar.rst 1.0 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
  1. .. index:: ! solar
  2. .. include:: module_core_purpose.rst_
  3. *****
  4. solar
  5. *****
  6. |solar_purpose|
  7. Synopsis
  8. --------
  9. .. include:: common_SYN_OPTs.rst_
  10. **gmt solar**
  11. [ |SYN_OPT-B| ]
  12. [ |-C| ]
  13. [ |-G|\ [*fill*] ]
  14. [ |-I|\ [*lon/lat*][**+d**\ *date*][**+z**\ *TZ*] ]
  15. [ |-J|\ *parameters* ]
  16. [ |-M| ]
  17. [ |-N| ]
  18. [ |SYN_OPT-R| ]
  19. [ |-T|\ **dcna**\ [**+d**\ *date*][**+z**\ *TZ*]]
  20. [ |SYN_OPT-U| ]
  21. [ |SYN_OPT-V| ]
  22. [ |-W|\ *pen* ]
  23. [ |SYN_OPT-X| ]
  24. [ |SYN_OPT-Y| ]
  25. [ |SYN_OPT-bo| ]
  26. [ |SYN_OPT-o| ]
  27. [ |SYN_OPT-p| ]
  28. [ |SYN_OPT-t| ]
  29. [ |SYN_OPT--| ]
  30. .. include:: solar_common.rst_
  31. Examples
  32. --------
  33. .. include:: explain_example.rst_
  34. Print current Sun position and Sunrise, Sunset times at::
  35. gmt solar -I-7.93/37.079+d2016-02-04T10:01:00
  36. Plot the day-night and civil twilight::
  37. gmt begin
  38. gmt coast -Rd -W0.1p -JQ0/14c -B -BWSen -Dl -A1000
  39. gmt solar -W1p -Tdc
  40. gmt end show
  41. Set up a clip path overlay based on the day/night terminator::
  42. gmt solar -G -Tc
  43. .. include:: solar_notes.rst_
  44. See Also
  45. --------
  46. :doc:`gmt`, :doc:`clip`, :doc:`coast`, :doc:`plot`
Tip!

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

Comments

Loading...