API: the `geo_json_conformant` argument of `polygon_to_cells` is missing in v4
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 144
- Avg merge
- 7d 14h
- Merged PRs (30d)
- 2
Description
uber/h3-py v3 polyfill has an argument called geo_json_conformant
But this argument is missing in uber/h3-py v4 polygon_to_cells
But the document of uber/h3 v4 shows that geo_json_conformant is still in polygon_to_cells.

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.
Research direction
Compare the cited v3 and v4 sections of src/h3/api/_api_template.py, then check the H3 v4 documentation for polygon_to_cells. Confirm the intended geo_json_conformant API and documentation behavior, and verify that the implementation and docs agree when the issue is resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100
