diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 15b0a96..8cafb37 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,14 @@ { "permissions": { "allow": [ - "Bash(git branch:*)" + "Bash(git branch:*)", + "WebFetch(domain:localhost)", + "Bash(git add:*)", + "Read(//Users/raymondyee/dev-journal/daily/**)", + "Bash(git commit:*)", + "Bash(git push:*)", + "Bash(git pull:*)", + "Bash(git fetch:*)" ], "deny": [], "ask": [] diff --git a/tutorials/index.qmd b/tutorials/index.qmd index e022a3b..60839ba 100644 --- a/tutorials/index.qmd +++ b/tutorials/index.qmd @@ -33,6 +33,7 @@ With iSamples Central currently unavailable, all tutorials now use **geoparquet ## Why Geoparquet? Our tutorials showcase how **geoparquet + DuckDB-WASM** enables: + - ✅ **Universal access**: No software installation required - ✅ **Fast analysis**: 5-10x faster than traditional approaches (e.g., downloading full CSV datasets and analyzing them locally). [See benchmark](https://duckdb.org/2023/05/10/duckdb-wasm.html) - ✅ **Memory efficient**: Analyze 300MB datasets using <100MB browser memory diff --git a/tutorials/parquet_cesium.qmd b/tutorials/parquet_cesium.qmd index e33366d..3b92ad8 100644 --- a/tutorials/parquet_cesium.qmd +++ b/tutorials/parquet_cesium.qmd @@ -8,8 +8,8 @@ One key development of the iSamples project centers on the demonstration of low- This page demonstrates how geospatial data can be dynamically accessed from a remote parquet file in cloud storage. The page uses Cesium for browser visualization of these spatial data on a 3D global map. The data in this demonstration comes from [Open Context's](https://opencontext.org/) export of specimen (archaeological artifact and ecofact) records for iSamples. However, this demonstration can also work with any other iSamples compliant parquet data source made publicly accessible on the Web. - - + +