Skip to content

Commit

Permalink
added docs links to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa committed Jan 30, 2025
1 parent 617ee58 commit e0af122
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ We are unable to support the functions that work with geometries.
| [`get_num_cells`](https://filimoa.github.io/polars-h3/api-reference/metrics/#get_num_cells) | Get the number of cells at a resolution | βœ… |
| [`get_pentagons`](https://filimoa.github.io/polars-h3/api-reference/metrics/#get_pentagons) | Get all pentagons at a resolution (currently raises `NotImplementedError`) | 🚧 |
| [`great_circle_distance`](https://filimoa.github.io/polars-h3/api-reference/metrics/#great_circle_distance) | Compute the great circle distance between two points (haversine) | βœ… |
| _`cells_to_multi_polygon_wkt`_ | Convert a set of cells to multipolygon WKT | πŸ›‘ |
| _`polygon_wkt_to_cells`_ | Convert polygon WKT to a set of cells | πŸ›‘ |
| _`directed_edge_to_boundary_wkt`_ | Convert directed edge ID to linestring WKT | πŸ›‘ |
| `cells_to_multi_polygon_wkt` | Convert a set of cells to multipolygon WKT | πŸ›‘ |
| `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

Expand Down

0 comments on commit e0af122

Please sign in to comment.