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

gridlines.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
11
12
13
14
15
  1. #!/usr/bin/env bash
  2. # More testing of issue #667
  3. ps=gridlines.ps
  4. lon0=188.144925731
  5. lat0=80.7167845195
  6. gmt psbasemap -Rg -JG$lon0/$lat0/1900/0/0/0/170/180/3i -Bxa30f10g10 -Bya5f5g5 -BWSne -P -K > $ps
  7. lon0=210.651901558
  8. lat0=78.8472134393
  9. gmt psbasemap -Rg -JG$lon0/$lat0/1900/0/0/0/170/180/3i -Bxa30f10g10 -Bya5f5g5 -BWSne -O -K -X3.5i >> $ps
  10. lon0=190.718850211
  11. lat0=82.2203558311
  12. gmt psbasemap -Rg -JG$lon0/$lat0/1900/0/0/0/170/180/3i -Bxa30f10g10 -Bya5f5g5 -BWSne -O -K -X-3.5i -Y4.5i >> $ps
  13. lon0=280.969616634
  14. lat0=58.7193421224
  15. gmt psbasemap -Rg -JG$lon0/$lat0/2513/0/0/0/200/180/3i -Bxa30f10g10 -Bya5f5g5 -BWSne -O -X3.5i >> $ps
Tip!

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

Comments

Loading...