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

snyder_map.sh 587 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
19
20
21
22
23
24
25
  1. #!/usr/bin/env bash
  2. # Due to hairline differences in many gridlines between Linux and macOS we need a
  3. # higher rms threshold for this test to pass
  4. # GRAPHICSMAGICK_RMS = 0.0055
  5. ps=snyder_map.ps
  6. EARTH_MODEL=e
  7. DEBUG=
  8. X0=-Xc
  9. Y0=-Yc
  10. REGION=-Rg
  11. TITLE=${ps%.ps}
  12. latitude=41.5
  13. longitude=-74.0
  14. altitude=160.0
  15. tilt=55
  16. azimuth=210
  17. twist=0
  18. Width=30.0
  19. Height=30.0
  20. PROJ=-JG${DEBUG}${EARTH_MODEL}${longitude}/${latitude}/${altitude}/${azimuth}/${tilt}/${twist}/${Width}/${Height}/7i+
  21. gmt pscoast ${GMT_VERBOSE} $REGION $PROJ -P -Yc -Xc -B5g1 -B+t${TITLE} -W -Dl --MAP_ANNOT_MIN_SPACING=0.5i > $ps
Tip!

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

Comments

Loading...