Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Filimoa/polars-h3
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Jan 30, 2025
2 parents 46155a6 + c5ed200 commit 3c1a93d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Check out the [quickstart notebook](notebooks/quickstart.ipynb) for more example

# Implemented functions

This extension implements most of the [H3 API](https://h3geo.org/docs/api/indexing). The full list of functions is below.
This extension implements most of the [H3 API](https://h3geo.org/docs/api/indexing). The full list of functions is below - you can find full docs [here](https://filimoa.github.io/open-parse).

> ⚠️ **Performance Note:** When possible, prefer using `pl.UInt64` for H3 indices instead of the `pl.Utf8` representation. String representations require casting operations which impact performance. Working directly with the native 64-bit integer format provides better computational efficiency.
Expand Down Expand Up @@ -126,7 +126,6 @@ We are unable to support the functions that work with geometries.
| `polygon_wkt_to_cells` | Convert polygon WKT to a set of cells | 🛑 |
| `directed_edge_to_boundary_wkt` | Convert directed edge ID to linestring WKT | 🛑 |


### Plotting

The library also comes with helper functions to plot hexes on a Folium map.
Expand Down

0 comments on commit 3c1a93d

Please sign in to comment.