Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gmtspatial.rst #7782

Merged
merged 1 commit into from
Sep 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/rst/source/gmtspatial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Description
-----------

**spatial** reads one or more data files (which may be multisegment
files) that contains closed polygons, lines, or points, and operates on
them in the specified way. Operations include area calculation, handedness
files) that contains closed polygons and operates of these polygons in
the specified way. Operations include area calculation, handedness
reversals, and polygon intersections.

Required Arguments
Expand Down Expand Up @@ -207,7 +207,7 @@ Optional Arguments
.. _-T:

**-T**\ [*clippolygon*]
Truncate polygons against the specified polygon given, possibly
Truncate polygons and lines against the specified polygon given, possibly
resulting in open polygons. If no argument is given to |-T| we
create a clipping polygon from |-R| which then is required. Note
that when the |-R| clipping is in effect we will also look for
Expand Down