Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Filimoa authored Dec 10, 2024
1 parent 0c5eab4 commit d1491d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ We are unable to support the functions that work with geometries.
| `cell_to_lng` | Convert cell ID to longitude | βœ… |
| `cell_to_latlng` | Convert cell ID to latitude/longitude | βœ… |
| `get_resolution` | Get resolution number of cell ID | βœ… |
| `str_to_int` | Convert VARCHAR cell ID to UBIGINT | βœ… |
| `int_to_str` | Convert BIGINT or UBIGINT cell ID to VARCHAR | βœ… |
| `str_to_int` | Convert pl.Utf8 cell ID to pl.UInt64 | βœ… |
| `int_to_str` | Convert pl.UInt64 or pl.Int64 cell ID to pl.Utf8 | βœ… |
| `is_valid_cell` | True if this is a valid cell ID | βœ… |
| `is_res_class_iii` | True if the cell's resolution is class III | βœ… |
| `is_pentagon` | True if the cell is a pentagon | βœ… |
Expand Down

0 comments on commit d1491d2

Please sign in to comment.