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

marbles.sh 364 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. # Plot the NASA Blue Marble 1x1 degree geotiff in different projections
  3. ps=marbles.ps
  4. gmt grdimage -JG0/0/3i @earth_day_01d -P -Y7i -K > $ps
  5. gmt grdimage -JG90/30/3i @earth_day_01d -O -K -X3.5i >> $ps
  6. gmt grdimage -JH270/6.5i @earth_day_01d -O -K -X-3.5i -Y-3.5i >> $ps
  7. gmt grdimage -JM6.5i -R0/360/-45/45 -Bag @earth_day_01d -O -Y-2.5i >> $ps
Tip!

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

Comments

Loading...