Skip to content

Commit 06524bf

Browse files
authored
Added background to oc data
1 parent 97a7606 commit 06524bf

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

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+
<p>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.</p>
7+
8+
<p>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 <a href="https://opencontext.org/" target="_blank">Open Context's</a> 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.</p>
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)