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

compass.sh 388 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. # Testing map directional roses for magnetics for positive declination as well
  3. # Fixes issue in https://github.com/GenericMappingTools/gmt/issues/3328
  4. ps=compass.ps
  5. gmt psbasemap -R195/225/0/90 -JT210/6c -Tmg210/15+w8c+d20+t30/10/5/30/10/2+i0.02c+p0.02c+l -P -K -X8c -Y5c > $ps
  6. gmt psbasemap -R -J -Tmg210/15+w8c+d-30+t30/10/5/30/10/2+i0.02c+p0.02c+l -Y13c -O >> $ps
Tip!

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

Comments

Loading...