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
4 changes: 4 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ website:
href: models/index.qmd
- text: "Technical: Narrow vs Wide"
href: tutorials/narrow_vs_wide_performance.qmd
- text: "Technical: Why H3?"
href: tutorials/why_h3.qmd
- text: "Research & Resources"
menu:
- text: "Publications & Conferences"
Expand Down Expand Up @@ -97,6 +99,8 @@ website:
text: Vocabularies
- text: "Technical: Narrow vs Wide"
href: tutorials/narrow_vs_wide_performance.qmd
- text: "Technical: Why H3?"
href: tutorials/why_h3.qmd
- id: research
title: "Research & Resources"
style: "docked"
Expand Down
2 changes: 2 additions & 0 deletions data.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ con.sql("""

The H3 summary files back a progressive-globe rendering pattern:
render aggregate circles at low zoom, individual points at high zoom.
For why we use H3 at all and why specifically resolutions 4 / 6 / 8,
see [Technical: Why H3?](tutorials/why_h3.qmd).
Approximate breakpoints:

| Zoom / altitude | Use |
Expand Down
3 changes: 2 additions & 1 deletion how-to-use.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ and counts instantly, without touching the 278 MB primary file:

Hexagonal H3 cells pre-aggregated at three resolutions for zoom-adaptive
globe rendering. Each row: `h3_cell, center_lat, center_lng, sample_count,
dominant_source, source_count`.
dominant_source, source_count`. For the design rationale (why hexagons,
why these resolutions), see [Technical: Why H3?](tutorials/why_h3.qmd).

| File | Size | Cells | Typical altitude |
|---|---:|---:|---|
Expand Down
Loading
Loading