uber / uber/h3-py

API: the `geo_json_conformant` argument of `polygon_to_cells` is missing in v4

Open
#307 5 comments 9 reactions 0 assignees View on GitHub

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

https://github.com/uber/h3-py/blob/f8958ac788ea04e2b383c8b859f75a05c3fcb815/src/h3/api/_api_template.py#L495

But this argument is missing in uber/h3-py v4 polygon_to_cells

https://github.com/uber/h3-py/blob/3eece401ba311feeba99073eb65db2764ef85557/src/h3/api/_api_template.py#L400
image

But the document of uber/h3 v4 shows that geo_json_conformant is still in polygon_to_cells.

image

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.

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.