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

README.examples 1.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
  1. # README file for GMT Examples directory
  2. #
  3. # There are born-again shell (bash) and DOS (bat)
  4. # versions of all example scripts.
  5. # To run all bash scripts, run do_examples.sh.
  6. # To run all bat scripts, run do_examples.bat instead.
  7. #
  8. # To run all the animation scripts, run do_animations.sh.
  9. #
  10. # It is possible that the output you may generate with these
  11. # script will differ in subtle ways from the figures shown
  12. # in the GMT documentation. This is most likely caused by
  13. # different settings in the gmt.conf file that we used
  14. # to generate the plots.
  15. #
  16. # The DOS versions may differ in subtle ways from the UNIX
  17. # scripts since DOS is a brain-dead scripting language.
  18. # Those who plan to use the .bat files should seriously ask
  19. # themselves why they have not installed
  20. # [cygwin](https://www.cygwin.com) or [git bash](https://git-scm.com/downloads).
  21. # See https://docs.generic-mapping-tools.org/latest/cookbook/non-unix-platforms.html
  22. # for more on that.
  23. #
  24. # Scripts that are known to fail can be excluded from the test
  25. # by adding the comment
  26. #
  27. # # GMT_KNOWN_FAILURE
  28. #
  29. # to the script anywhere.
  30. #
  31. # If a script is known to fail on a specific platform, you can
  32. # exclude the test by adding one of the following comments:
  33. #
  34. # # GMT_KNOWN_FAILURE_WINDOWS
  35. # # GMT_KNOWN_FAILURE_MACOS
  36. # # GMT_KNOWN_FAILURE_LINUX
  37. # P. Wessel, June 2019
Tip!

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

Comments

Loading...