Skip to content

Commit e7c4a20

Browse files
rdhyeeclaude
andcommitted
Add wide format Cesium visualization tutorial
Complete 1:1 translation of parquet_cesium.qmd to wide format: - All queries use p__* columns instead of edge row JOINs - Eric's Query section translated to wide format - Understanding Paths documentation with wide format references - Helper functions for sample details, agents, keywords - Geographic Location Classification section - Updated sidebar navigation Wide format advantages: - 60% smaller file (275MB vs 691MB) - 79% fewer rows (~2.5M vs ~11.6M) - Simpler queries (3 JOINs vs 7+) - 2-4x faster query performance 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 3d0001a commit e7c4a20

File tree

2 files changed

+1466
-1
lines changed

2 files changed

+1466
-1
lines changed

_quarto.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ website:
5151
href: tutorials/parquet.qmd
5252
- text: "Zenodo iSamples OpenContext Tutorial"
5353
href: tutorials/zenodo_isamples_analysis.qmd
54-
- text: "Cesium View"
54+
- text: "Cesium View (Narrow)"
5555
href: tutorials/parquet_cesium.qmd
56+
- text: "Cesium View (Wide)"
57+
href: tutorials/parquet_cesium_wide.qmd
5658
- text: "Cesium View split sources"
5759
href: tutorials/parquet_cesium_split.qmd
5860
- text: "Narrow vs Wide Performance"

0 commit comments

Comments
 (0)