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

url_map.sh 442 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. # Actually, netCDF is not supported via the virtual file system so comment out for mow
  3. ps=url_map.ps
  4. gmt grdimage -Rd -JI15c http://larryfire.files.wordpress.com/2009/07/untooned_jessicarabbit.jpg -P -Xc > $ps
  5. #gmt makecpt -Cglobe > t.cpt
  6. #gmt grdimage /vsicurl/http://imina.soest.hawaii.edu/pwessel/etopo5m.nc -J -Ct.cpt -B0 -B+t"grdimage via URLs" -O -Y4i >> $ps
  7. echo "Note: Will fail if gdal is not built with libcurl"
Tip!

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

Comments

Loading...