Skip to content

Commit 379af20

Browse files
authored
Merge pull request #17 from isamplesorg/tutorials-oc
Added background to oc data
2 parents a563f3c + 153de4e commit 379af20

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tutorials/parquet_cesium.qmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
2-
title: Using Cesium for display of remote parquet.
2+
title: Using Cesium for geospatial visualization of remote parquet data
33
categories: [parquet, spatial, recipe]
44
---
55

6-
This page renders points from an iSamples parquet file on cesium using point primitives.
6+
One key development of the iSamples project centers on the demonstration of low-cost, simplified, and more sustainable approaches to access, analyze and visualize scientific data. Rather than relying upon elaborate and costly server-side infrastructure, iSamples demonstrates how open source technologies like parquet and DuckDB-WASM can streamline cheaper and faster approaches to interacting with geospatial data.
7+
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.
9+
710

811
<script src="https://cesium.com/downloads/cesiumjs/releases/1.127/Build/Cesium/Cesium.js"></script>
912
<link href="https://cesium.com/downloads/cesiumjs/releases/1.127/Build/Cesium/Widgets/widgets.css" rel="stylesheet"></link>

0 commit comments

Comments
 (0)