Skip to content

Conversation

@rdhyee
Copy link
Contributor

@rdhyee rdhyee commented Dec 5, 2025

Summary

  • Replace ambiguous "Path 1" and "Path 2" terminology with precise typed edge vocabulary throughout tutorial documentation
  • Add documentation of the 14 iSamples typed edge types which provide unambiguous vocabulary for describing relationships

Changes

Terminology updates:

  • "Path 1" → "Direct Location (EVENT_SAMPLE_LOCATION)"
  • "Path 2" → "Site-Mediated Location (EVENT_SAMPLING_SITE → SITE_LOCATION)"

Files updated:

  • tutorials/parquet_cesium.qmd - Full documentation section rewrite, code comments, UI text
  • tutorials/parquet_cesium_wide.qmd - Same refactoring with wide format column mappings
  • tutorials/oc_parquet_enhanced.qmd - 2 Path references updated

Rationale

The 14 typed edge types provide unambiguous vocabulary:

  • MSR_PRODUCED_BY → SamplingEvent
  • EVENT_SAMPLE_LOCATION → GeospatialCoordLocation
  • EVENT_SAMPLING_SITE → SamplingSite
  • SITE_LOCATION → GeospatialCoordLocation
  • etc.

This aligns with Eric's canonical query formulation which requires both direct location AND site provenance.

Test plan

  • Verified no "Path 1" or "Path 2" references remain in tutorials
  • Review updated documentation for clarity
  • Verify page renders correctly

🤖 Generated with Claude Code

Replace ambiguous "Path 1" and "Path 2" terminology with precise typed edge
vocabulary throughout tutorial documentation:

- Path 1 → "Direct Location (EVENT_SAMPLE_LOCATION)"
- Path 2 → "Site-Mediated Location (EVENT_SAMPLING_SITE → SITE_LOCATION)"

Add documentation of the 14 iSamples typed edge types which provide
unambiguous vocabulary for describing relationships:
- MSR_PRODUCED_BY, EVENT_SAMPLE_LOCATION, EVENT_SAMPLING_SITE, SITE_LOCATION, etc.

Updated files:
- parquet_cesium.qmd: Full documentation section rewrite, code comments, UI text
- parquet_cesium_wide.qmd: Same refactoring with wide format column mappings
- oc_parquet_enhanced.qmd: 2 Path references updated

This change improves documentation precision and aligns with Eric's canonical
query formulation which requires both direct location AND site provenance.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@rdhyee rdhyee merged commit 2600f54 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