Skip to content

Conversation

@rdhyee
Copy link
Contributor

@rdhyee rdhyee commented Dec 5, 2025

Summary

  • Adds tutorials/parquet_cesium_wide.qmd - complete 1:1 translation of the narrow format Cesium page to wide format
  • Updates sidebar navigation with "Cesium View (Narrow)" and "Cesium View (Wide)" labels

Changes

New tutorial page (parquet_cesium_wide.qmd):

  • All queries translated to use p__* columns instead of edge row JOINs
  • Eric's Query section (wide format version)
  • Understanding Paths documentation with wide format column references
  • Helper functions for sample details, agents, and keywords
  • Geographic Location Classification section

Wide format advantages documented:

  • 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 over HTTP

Test plan

  • Page renders correctly in quarto preview
  • Cesium map loads with geocode points
  • Sidebar navigation shows both narrow and wide options
  • All sections present matching narrow version structure

🤖 Generated with Claude Code

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]>
@rdhyee rdhyee merged commit c291881 into isamplesorg:main Dec 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant