You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/index.qmd
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ With iSamples Central currently unavailable, all tutorials now use **geoparquet
33
33
## Why Geoparquet?
34
34
35
35
Our tutorials showcase how **geoparquet + DuckDB-WASM** enables:
36
+
36
37
- ✅ **Universal access**: No software installation required
37
38
- ✅ **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)
Copy file name to clipboardExpand all lines: tutorials/parquet_cesium.qmd
+196-2Lines changed: 196 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ One key development of the iSamples project centers on the demonstration of low-
8
8
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.
0 commit comments