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

clipping2.sh 270 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 multisegment lines crossing over the horizon
  4. ps=clipping2.ps
  5. gmt pscoast -X1i -Y1i -K -P -A10/1 -Di -Wthin -B60 -JG0/-90/7i -R-180/180/-90/-40 --MAP_FRAME_TYPE=plain > $ps
  6. gmt psxy clipline2.xy -O -P -W0.5p,blue -J -R >> $ps
Tip!

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

Comments

Loading...