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

kara.sh 597 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Follows from http://gmt.soest.hawaii.edu/boards/1/topics/3091
  3. # from Kara. Another case where their *.gmt file causes trouble at S pole.
  4. ps=kara.ps
  5. gmt set MAP_FRAME_TYPE plain
  6. gmt psxy -R-180/180/-90/0 -JW80/6i kara.gmt -Gred -B0 -Bwsne -P -K -Xc -Y0.5i > $ps
  7. gmt psxy -R-180/180/-90/0 -JQ80/6i kara.gmt -Gred -B0 -Bwsne -O -K -Y2i >> $ps
  8. gmt psxy -R-180/180/-90/0 -JH80/6i kara.gmt -Gred -B0 -Bwsne -O -K -Y2i >> $ps
  9. gmt psxy -R-180/180/-90/0 -JN80/6i kara.gmt -Gred -B0 -Bwsne -O -K -Y2i >> $ps
  10. gmt psxy -R-180/180/-90/0 -JR80/6i kara.gmt -Gred -B0 -Bwsne -O -Y2i >> $ps
Tip!

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

Comments

Loading...