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

two_ants.sh 490 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Testing pscoast for plotting either of the Antarcticas in GSHHG > 2.3.0
  3. ps=two_ants.ps
  4. # Plot Antarcica using icefront as coastline
  5. gmt pscoast -R-180/180/-90/-50 -JA0/-90/5i -Bag -G#A5F2F3 -A+ai -P -K -X0.5i -Y0.5i > $ps
  6. echo -30 -45 ICE | gmt pstext -R -J -O -K -N -F+jRB+f18p >> $ps
  7. # Plot Antarcica using grounding line as coastline
  8. gmt pscoast -R -J -Bag -Gbisque -A+ag -O -K -X2.5i -Y4.9i >> $ps
  9. echo -30 -45 GROUND | gmt pstext -R -J -O -N -F+jRB+f18p >> $ps
Tip!

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

Comments

Loading...