Skip to content

Commit

Permalink
Merge pull request #315 from wingyplus/iss-314
Browse files Browse the repository at this point in the history
Add -k option to kRing and hexRange
  • Loading branch information
dfellis committed Feb 18, 2020
2 parents 6542333 + c9ffd78 commit 7521418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core-library/filters.md
Expand Up @@ -38,10 +38,10 @@ Unix Command Line Examples

* output all indexes within distance 1 of the `H3Index` 845ad1bffffffff

`echo 845ad1bffffffff | kRing 1`
`kRing -k 1 --origin 845ad1bffffffff`

* output all hexagon indexes within distance 2 of the `H3Index` 845ad1bffffffff

`echo 845ad1bffffffff | hexRange 2`
`hexRange -k 2 --origin 845ad1bffffffff`

Note that the filters `h3ToGeo` and `h3ToGeoBoundary` take optional arguments that allow them to generate `kml` output. See the header comments in the corresponding source code files for details.

0 comments on commit 7521418

Please sign in to comment.