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

intro.rst 2.4 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
  1. Introduction
  2. ============
  3. Historical highlights
  4. ---------------------
  5. The GMT system was initiated in late 1987 at Lamont-Doherty
  6. Earth Observatory, Columbia University by graduate students Paul
  7. Wessel and Walter H. F. Smith. Version 1 was officially introduced
  8. to Lamont scientists in July 1988. GMT 1 migrated by word of mouth
  9. (and tape) to other institutions in the United States, UK, Japan, and
  10. France and attracted a small following. Paul took a Post-doctoral
  11. position at SOEST in December 1989 and continued the GMT development.
  12. Version 2.0 was released with an article in EOS, October 1991, and
  13. quickly spread worldwide.
  14. Version 3.0 in 1993 which was released with another article in EOS
  15. on August 15, 1995. A major upgrade to GMT 4.0 took place in Oct 2004.
  16. Finally, in 2013 we released the new GMT 5 series and we have updated this tutorial
  17. to reflect the changes in style and syntax. However, GMT 5 is generally
  18. backwards compatible with GMT 4 syntax. In October 2019 we released the current
  19. version GMT 6.
  20. GMT is used by tens of thousands of users worldwide in a broad range of disciplines.
  21. Philosophy
  22. ----------
  23. GMT follows the UNIX philosophy in which complex tasks are broken
  24. down into smaller and more manageable components. Individual GMT
  25. modules are small, easy to maintain, and can be used as any other
  26. UNIX tool. GMT is written in the ANSI C programming language
  27. (very portable), is POSIX compliant, and is independent of
  28. hardware constraints (e.g., memory). GMT was deliberately written
  29. for command-line usage, not a windows environment, in order to
  30. maximize flexibility. We standardized early on to use PostScript output
  31. instead of other graphics formats. Apart from the built-in support for
  32. coastlines, GMT completely decouples data retrieval from the main
  33. GMT modules. GMT uses architecture-independent file formats.
  34. GMT installation considerations
  35. -------------------------------
  36. See the `install guide <https://github.com/GenericMappingTools/gmt/blob/master/INSTALL.md>`_
  37. for instructions and to make sure you have all required dependencies installed.
  38. Alternatively, you can build GMT from source by following the
  39. `building guide <https://github.com/GenericMappingTools/gmt/blob/master/BUILDING.md>`_.
  40. In addition, we recommend access to any flavor of the UNIX operating system
  41. (UNIX, Linux, macOS, Cygwin, MinGW, etc.).
  42. We do not recommend using the DOS command window under Windows.
Tip!

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

Comments

Loading...