Skip to content

Commit

Permalink
Update gmtconvert.rst (#7686)
Browse files Browse the repository at this point in the history
Teach column creation.

Co-authored-by: Paul Wessel <pwessel@hawaii.edu>
  • Loading branch information
jidanni and PaulWessel authored Jul 27, 2023
1 parent 78b1210 commit 31c3d1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/rst/source/gmtconvert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,11 @@ To get all rows except those bad ones between rows 1000-2000, try::

gmt convert junk.txt -q~1000-2000 > good.txt

To convert miles into meters, centimeters, feet, yards, inches, and leagues, try::

gmt convert mi.txt -i0+s1609.344,0+s160934.4,0+s5280,0+s1670,0+s63360,0+d3 > mcfyil.txt


See Also
--------

Expand Down

0 comments on commit 31c3d1b

Please sign in to comment.