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

longjump.sh 395 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
16
17
  1. #!/usr/bin/env bash
  2. # Testing to see if points very far outside the box will be
  3. # a) ignored if geographic
  4. # b) considered if Cartesian
  5. # See rectclip.sh for more background on this issue
  6. # as well as issue # 657
  7. ps=longjump.ps
  8. cat << EOF > t.txt
  9. -100 -100
  10. 100 100
  11. EOF
  12. #
  13. gmt psxy -R0/10/0/10 -JX10c -Bafg -W2p,red -P -Xc -K t.txt > $ps
  14. gmt psxy -R -JM10c -Bafg -W2p,red -O -Y12c t.txt >> $ps
Tip!

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

Comments

Loading...