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_0.sh 475 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
  1. #!/usr/bin/env bash
  2. # Test of gmt projection
  3. ps=east_map_0.ps
  4. EARTH_MODEL=e
  5. DEBUG=
  6. X0=-Xc
  7. Y0=-Yc
  8. REGION=-Rg
  9. TITLE=${ps%.ps}
  10. latitude=41.5
  11. longitude=-74.0
  12. altitude=20000.0
  13. tilt=0
  14. azimuth=0
  15. twist=0
  16. Width=0.0
  17. Height=0.0
  18. PROJ=-JG${DEBUG}${EARTH_MODEL}${longitude}/${latitude}/${altitude}/${azimuth}/${tilt}/${twist}/${Width}/${Height}/7i+
  19. gmt pscoast $REGION $PROJ -P -Yc -Xc -B10g10 -B+t${TITLE} -G128/255/128 -S128/128/255 -W -A10000 -Dc --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...