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

simple-gmt-tests.bat 633 B

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
  1. REM
  2. REM Run some simple GMT commands
  3. REM
  4. REM Check GMT version
  5. gmt --version
  6. REM Check GMT configuration
  7. bash %INSTALLDIR%/bin/gmt-config --all
  8. REM Check GMT defaults
  9. gmt defaults -Vd
  10. REM Check GMT classic mode, GSHHG and DCW
  11. gmt pscoast -R0/10/0/10 -JM6i -Ba -Ggray -ENG+p1p,blue -P -Vd > test.ps
  12. REM Check GMT modern mode, GSHHG and DCW
  13. gmt begin && gmt coast -R0/10/0/10 -JM6i -Ba -Ggray -ENG+p1p,blue -Vd && gmt end
  14. REM Check remote file and modern one-liner
  15. gmt grdimage @earth_relief_01d -JH10c -Baf -pdf map
  16. REM Check supplemental modules
  17. gmt earthtide -T2018-06-18T12:00:00 -Gsolid_tide_up.grd
Tip!

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

Comments

Loading...