Merged
Conversation
ekansa
reviewed
Aug 14, 2025
|
|
||
| This tutorial demonstrates how to efficiently analyze large geospatial datasets directly in your browser without downloading entire files. We'll use DuckDB-WASM and Observable JS to perform fast, memory-efficient analysis and create interactive visualizations. | ||
|
|
||
| **Note**: This tutorial attempts to connect to the live iSamples dataset (~300MB, 6+ million records). If CORS restrictions prevent access to the remote file, it automatically falls back to a representative demo dataset that demonstrates the same analytical techniques. |
| - **In-Browser Analytics**: Full analytical database running in JavaScript | ||
| - **Interactive Visualization**: Real-time exploration with Observable Plot | ||
|
|
||
| This approach enables **big data analysis in any browser** and makes large-scale geospatial analysis universally accessible! 🌍 |
Contributor
There was a problem hiding this comment.
I like this for the marketing impact. Thanks @rdhyee !
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tutorial Additions for iSamples Browser-Based Data Analysis
This PR adds two new tutorial pages and updates the site navigation to showcase browser-based analysis of large iSamples datasets using DuckDB-WASM and Observable JS.
Structural Changes
1. New Tutorial Pages Added
tutorials/parquet_isamples_opencontext.qmd(51 lines)tutorials/zenodo_isamples_analysis.qmd(963 lines)2. Site Navigation Updates
_quarto.yml(2 lines added)tutorials/zenodo_isamples_analysis.qmdTechnical Impact
These additions showcase cutting-edge browser-based data analysis techniques and provide comprehensive examples for working with large geospatial datasets in the iSamples ecosystem.