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_6.sh 618 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
26
27
  1. #!/usr/bin/env bash
  2. ps=east_map_6.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. vp_latitude=39.5855L
  15. vp_longitude=-75.2858L
  16. twist=0
  17. Width=10.0
  18. Height=10.0
  19. # point from an altitude of 160 km at a specific point on the earth and with a restricted view
  20. PROJ=-JG${DEBUG}${EARTH_MODEL}${longitude}/${latitude}/${altitude}/${vp_longitude}/${vp_latitude}/${twist}/${Width}/${Height}/7i+
  21. gmt pscoast ${GMT_VERBOSE} $REGION $PROJ -P -Yc -Xc -B5g5 -B+t${TITLE} -G128/255/128 -S128/128/255 -W -A1000 -Di --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...