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

east_map_8.sh 614 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. ps=east_map_8.ps
  3. EARTH_MODEL=e
  4. DEBUG=
  5. X0=-Xc
  6. Y0=-Yc
  7. REGION=-Rg
  8. TITLE=${ps%.ps}
  9. latitude=41.5
  10. longitude=-74.0
  11. altitude=160.0
  12. tilt=55
  13. azimuth=210
  14. twist=0
  15. Width=30.0
  16. Height=30.0
  17. PROJ=-JG${DEBUG}${EARTH_MODEL}${longitude}/${latitude}/${altitude}/${azimuth}/${tilt}/${twist}/${Width}/${Height}/7i+
  18. gmt makecpt -Cglobe > t.cpt
  19. gmt grdcut -R275/290/30/45 @earth_relief_02m -Getopo2-chesapeake.nc=ns
  20. gmt grdimage ${GMT_VERBOSE} etopo2-chesapeake.nc -P -Xc -Yc $REGION $PROJ -Ct.cpt -K > $ps
  21. gmt pscoast ${GMT_VERBOSE} $REGION $PROJ -B5g5 -B+t${TITLE} -Ia -Na -O --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...