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

geodesy_09.sh 508 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. # Test vector head pen/color settings and ellipse outline settings
  3. gmt begin geodesy_09
  4. gmt basemap -R-10/50/-50/10+uk -JA204.3/19.94/15c -Bafg
  5. # Plot data in velo, letting 1 degree/Myr equal 1 spherical degree = 111.195 km
  6. echo "204:20 19:58 0.05 -0.055 0.006 0.004 -0.3 95%" | gmt velo -Se111.195c/0.95 -A24p+e+p1p,green -Gblue -W3p -L0.25p,. -Epink
  7. echo "204:20 19:48 0.05 -0.0535 0.006 0.004 -0.3 99%" | gmt velo -Se111.195c/0.99 -A24p+e -Gred -W3p -L0.25p,- -Epink
  8. gmt end show
Tip!

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

Comments

Loading...