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

wrapped.sh 691 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
  1. #!/usr/bin/env bash
  2. # Test wrapping of geovector's head across periodic boundary
  3. ps=wrapped.ps
  4. L=6000
  5. echo 345 15 60 3000 > t.txt
  6. echo 185 15 45 3000 >> t.txt
  7. # +n used but L is too small, hence only the head test apply
  8. gmt psxy -R0/360/0/30 -JM6i -P -K -Ba -Gred -S=1i+e+n$L -W3p t.txt -Xc > $ps
  9. gmt psxy -R0/360/0/30 -JM6i -O -K -Ba -S=0.5i+e+n$L+pfaint,blue -W3p t.txt -Y1.5i >> $ps
  10. gmt psxy -R0/360/0/30 -JM6i -O -K -Ba -S=1i+n$L -W3p t.txt -Y1.5i >> $ps
  11. gmt psxy -R0/360/0/30 -JM6i -O -K -Ba -Gred -S=0.25i+e -W3p t.txt -Y1.5i >> $ps
  12. gmt psxy -R0/360/0/30 -JM6i -O -K -Ba -S=0.25i+e+pfaint,blue -W3p t.txt -Y1.5i >> $ps
  13. gmt psxy -R0/360/0/30 -JM6i -O -Ba -S=1i -W3p t.txt -Y1.5i >> $ps
Tip!

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

Comments

Loading...