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

TMcontours.sh 340 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
  1. #!/usr/bin/env bash
  2. # Show that contours in TM projection no longer wrap in y-direction
  3. # https://github.com/GenericMappingTools/gmt/issues/2389
  4. gmt begin TMcontours ps
  5. gmt grdmath -Rg -I2 116.40 39.90 SDIST = dist.nc
  6. gmt coast -R0/360/-80/80 -JT180/-30/6i -Glightgray -A1000 -Bag
  7. gmt grdcontour dist.nc -C1000 -Wc1p,red
  8. gmt end show
Tip!

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

Comments

Loading...