Skip to content

Commit

Permalink
Update sphdistance docs for -E (#8149)
Browse files Browse the repository at this point in the history
Now looks like this:
  • Loading branch information
PaulWessel authored Dec 6, 2023
1 parent 98262c6 commit 9d754a6
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doc/rst/source/sphdistance.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,15 @@ Optional Arguments
.. _-E:

**-Ed**\|\ **n**\|\ **z**\ [*dist*]
Specify the quantity that should be assigned to the grid nodes. By
default we compute distances to the nearest data point [**-Ed**].
Use **-En** to assign the ID numbers of the Voronoi polygons that each
grid node is inside, or use **-Ez** for a natural nearest-neighbor grid where
we assign all nodes inside the polygon the z-value of the center node.
Specify the quantity that should be assigned to the grid nodes.
Append one of three directives:

- **d**: Compute distances to the nearest data point [Default].
- **n**: Assign the ID numbers of the Voronoi polygons that each
grid node is inside.
- **z**: For a natural nearest-neighbor grid where we assign all nodes
inside the polygon the z-value of the center node.

Optionally, append the resampling interval along Voronoi arcs in spherical
degrees [1].

Expand Down

0 comments on commit 9d754a6

Please sign in to comment.