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

GMT_SRTM.sh 329 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
  1. #!/usr/bin/env bash
  2. # Show distribution of SRTM tiles
  3. gmt begin GMT_SRTM
  4. gmt set MAP_FRAME_TYPE plain
  5. gmt coast -R-180/180/-60/60 -JQ0/15c -B -BWStr -Dc -A5000 -Glightgray --FORMAT_GEO_MAP=dddF
  6. echo "1 red" > t.cpt
  7. gmt grdmath @srtm_tiles.nc 0 NAN = t.nc
  8. gmt grdimage t.nc -Ct.cpt
  9. gmt coast -Dc -A5000 -W0.25p
  10. gmt end show
Tip!

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

Comments

Loading...