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

texture.sh 367 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. # Drape a texture image on top of 3-D topo relief
  3. ps=texture.ps
  4. gmt grdcut @earth_relief_01m -R0/10/0/10 -Gtopo.nc
  5. gmt grdview topo.nc -I+nt0.5 -JM5i -JZ2i -p145/35 -G@wood_texture.jpg -Baf -BWSne -Qi -P -K -Y0.75i > $ps
  6. gmt grdview topo.nc -JM3i -G@wood_texture.jpg -Qi -O -K -Y6i >> $ps
  7. gmt psimage @wood_texture.jpg -Dx0/0+w3i -X3.5i -O >> $ps
Tip!

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

Comments

Loading...