From 202a597a07800a1f925fb0873e7a30281c4321b7 Mon Sep 17 00:00:00 2001 From: Aaron Johnson <4023+aaronjohnson@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:37:50 -0800 Subject: [PATCH] Update overview.md Fixed a broken link to an external PDF. Perhaps there is a more canonical location. --- website/docs/core-library/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/core-library/overview.md b/website/docs/core-library/overview.md index 7fd9c24a0..5df3df15d 100644 --- a/website/docs/core-library/overview.md +++ b/website/docs/core-library/overview.md @@ -5,7 +5,7 @@ sidebar_label: Overview slug: /core-library/overview --- -The H3 geospatial indexing system is a discrete global grid system (see [Sahr et al., 2003](http://webpages.sou.edu/~sahrk/sqspc/pubs/gdggs03.pdf)) consisting of a multi-precision hexagonal tiling of the sphere with hierarchical indexes. +The H3 geospatial indexing system is a discrete global grid system (see [Sahr et al., 2003](https://www.discreteglobalgrids.org/wp-content/uploads/2016/01/gdggs03.pdf)) consisting of a multi-precision hexagonal tiling of the sphere with hierarchical indexes. The hexagonal grid system is created on the planar faces of a sphere-circumscribed icosahedron, and the grid cells are then projected to the surface of the sphere using an inverse face-centered polyhedral gnomonic projection. The coordinate reference system (CRS) is spherical coordinates with the [WGS84](https://en.wikipedia.org/wiki/WGS84)/[EPSG:4326](https://epsg.io/4326) authalic radius. It is common to use WGS84 CRS data with the H3 library.