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

clipping1.sh 349 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
  1. #!/usr/bin/env bash
  2. #
  3. # Check clipping of lines crossing over the horizon AND dateline (N pole)
  4. ps=clipping1.ps
  5. gmt psxy clipline1.xy -P -K -JG0/90/4.5i -R-180/180/40/90 -B30g10 -Wthick,red -X1i -Y0.75i --MAP_FRAME_TYPE=plain > $ps
  6. gmt psxy clipline1.xy -O -JG0/90/4.5i -R-180/180/0/90 -B30g10 -Wthick,red -X2i -Y5i --MAP_FRAME_TYPE=plain >> $ps
Tip!

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

Comments

Loading...