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

thickness.sh 778 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
18
  1. #!/usr/bin/env bash
  2. # Test pscontour on stereographic projection with TIN data
  3. # Comes from forum message http://gmt.soest.hawaii.edu/boards/1/topics/5532?r=5548
  4. # Due to hairline differences in many gridlines between Linux and macOS we need a
  5. # higher rms threshold for this test to pass
  6. # GRAPHICSMAGICK_RMS = 0.02
  7. ps=thickness.ps
  8. cat << EOF > t.cpt
  9. 0 255 247 236 500 255 247 236
  10. 500 254 232 00 1000 254 232 00
  11. 1000 253 212 158 1500 253 212 158
  12. 1500 253 187 132 2000 253 187 132
  13. 2000 252 141 089 2500 252 141 089
  14. 2500 239 101 072 3000 239 101 072
  15. 3000 215 048 031 3500 215 048 031
  16. EOF
  17. gmt pscontour ice.bm -JS321/90/71/5i -P -R302/57/355/82.25r -Ct.cpt -I -W+ -K -Gl-45/81/-45/58 -Xc > $ps
  18. gmt pscoast -J -R -W -O -Bafg --MAP_ANNOT_OBLIQUE=lon_horizontal >> $ps
Tip!

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

Comments

Loading...