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

kml2gmt.sh 262 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. # Test the kml2gmt application
  3. ps=kml2gmt.ps
  4. gmt pscoast -R-11/2/49:50/59:30 -JM6i -M -W0.25p -Di > coast.txt
  5. gmt psxy -R -J -P -K coast.txt -W2p,green -Baf -Xc > $ps
  6. gmt kml2gmt "${src:-.}"/coast.kml | gmt psxy -R -J -O -W0.25p,red >> $ps
Tip!

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

Comments

Loading...