Implement a single `h3` CLI entry point
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.