uber / uber/h3

Implement a single `h3` CLI entry point

Open
#415 0 comments 0 reactions 1 assignee View on GitHub

@isaacbrodsky is already working on this.

Since Dec 4, 2020.

Dominant language
C
Stars
6.5k
Forks
627
Avg merge
3d 21h
Merged PRs (30d)
6

Description

With the renaming in #403, we would like to move all the filters under a single executable. All the H3 API functions will be available there, they will be accessed with "sub commands" (arguments) to the main executable, as so:

h3 pointtocell --latitude 0 --longitude 10 --resolution 4
h3 celltopoint --index 84...
h3 --help
...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.