Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geo-h3cell-children-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the H3 cell children.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geo-h3cell-level-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the H3 cell resolution.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geo-h3cell-neighbors-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the H3 cell neighbors.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geo-h3cell-parent-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the H3 cell parent.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geo-h3cell-rings-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the H3 cell Rings.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the geospatial coordinates that represent the center of an H3 Cell.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the polygon that represents the H3 Cell rectangular area.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geo-point-to-h3cell-function.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ms.date: 08/11/2024

Calculates the H3 Cell token string value of a geographic location.

Read more about [H3 Cell](https://eng.uber.com/h3/).
Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/).

## Syntax

Expand Down
2 changes: 1 addition & 1 deletion data-explorer/kusto/query/geospatial-grid-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The following methods of geospatial clustering are supported:

* [Geohash](https://en.wikipedia.org/wiki/Geohash)
* [S2 Cell](http://s2geometry.io/devguide/s2cell_hierarchy)
* [H3 Cell](https://eng.uber.com/h3/)
* [H3 Cell](https://h3geo.org/docs/library/index/cell/)

The core functionalities of these methods are:

Expand Down