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

straddle.sh 349 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. # Testing gmt grdsample over a periodic grid boundary
  3. # Problem was issue # 1086
  4. ps=straddle.ps
  5. gmt grdcut @earth_relief_04m -R179/196/49/61 -Gc.nc
  6. gmt grdsample @earth_relief_04m -I0.2/0.2 -R179/196/49/61 -Gs.nc
  7. gmt grdimage c.nc -JM3.5i -P -K -Xc -Baf -BWSne -Cjet > $ps
  8. gmt grdimage s.nc -J -O -Y4.8i -Baf -BWSne -Cjet >> $ps
Tip!

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

Comments

Loading...