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

bugger.sh 634 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/7166?r=7178#message-7178
  3. # from Sabin. Another case where their *.xy file causes trouble at S pole.
  4. ps=bugger.ps
  5. gmt set MAP_FRAME_TYPE plain
  6. gmt psxy -R-180/180/-90/0 -JW115/6i bugger.txt -Gred -B0 -Bwsne -P -K -Xc -Y0.5i > $ps
  7. gmt psxy -R-180/180/-90/0 -JQ115/6i bugger.txt -Gred -B0 -Bwsne -O -K -Y2i >> $ps
  8. gmt psxy -R-180/180/-90/0 -JH115/6i bugger.txt -Gred -B0 -Bwsne -O -K -Y2i >> $ps
  9. gmt psxy -R-180/180/-90/0 -JN115/6i bugger.txt -Gred -B0 -Bwsne -O -K -Y2i >> $ps
  10. gmt psxy -R-180/180/-90/0 -JR115/6i bugger.txt -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...