Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Dec 7, 2024
1 parent 20f814b commit 2e3f81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Check out the [quickstart notebook](notebooks/quickstart.ipynb) for more example

This extension implements most of the [H3 API](https://h3geo.org/docs/api/indexing). The full list of functions is below.

All functions support H3 indexes specified as `pl.UInt64` or `pl.Int64`,
**Performance Note:** All functions support H3 indexes specified as `pl.UInt64` or `pl.Int64`,
but the unsigned one is preferred and is returned when the extension can't detect which
one to use. The unsigned and signed APIs are identical. All functions also support
`pl.Utf8` H3 index input and output.
Expand Down

0 comments on commit 2e3f81a

Please sign in to comment.