uber / h3

Hexagonal hierarchical geospatial indexing system
https://h3geo.org
Apache License 2.0
4.8k stars 457 forks source link

Implement the traversal subcommands for the H3 cli #839

Closed dfellis closed 3 months ago

dfellis commented 3 months ago

This implements all of the traversal subcommands.

The test suite has not been implemented yet, as I intend to rework the way CLI tests are structured, as requested by @nrabinowitz.

But I'm putting this up now before I start on that in case there are any changes to the input and output formats to be done before I start codifying them into the tests.

coveralls commented 3 months ago

Coverage Status

coverage: 98.826% (+0.002%) from 98.824% when pulling 336c3b922ad91d6d5e525e2b6741518580fa334b on cli-traversal-subcommands into 77b6215629015d28d9b43b6f85cadb196fe86567 on master.