Skip to content

Commit

Permalink
green is a friendlier color
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Apr 17, 2024
1 parent c667f16 commit 170d5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api_quick.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# API Quick Reference

```{attention}
```{tip}
Function names changed significantly with `h3-py` `v4.0` to align with the C library: https://h3geo.org/docs/library/migration-3.x/functions
```

Expand Down Expand Up @@ -116,7 +116,7 @@ The objects and functions also compatible with the popular [``__geo_interface__`

See the [polygon tutorial](./polygon_tutorial.ipynb) for a walkthrough.

```{warning}
```{tip}
As with other `h3-py` functions, the polygon interface expects coordinate pairs in **lat/lng** order.
Note that this is reversed from [``__geo_interface__``](https://gist.github.com/sgillies/2217756) objects, which are given in **lng/lat** order.
```
Expand Down

0 comments on commit 170d5ac

Please sign in to comment.