Skip to content

Commit 939847e

Browse files
committed
Merge branch 'main' into issue-13-parquet-duckdb
2 parents 43ebb1b + 379af20 commit 939847e

4 files changed

Lines changed: 40 additions & 6 deletions

File tree

_quarto.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44

55
website:
66
title: "iSamples"
7+
favicon: assets/isamplesfavicon.ico
78
sidebar:
89
style: "docked"
910
search: true
@@ -20,23 +21,26 @@ website:
2021
text: Home
2122
aria-label: "iSamples home"
2223
- href: about.qmd
23-
text: About
24+
text: Goals
2425
aria-label: "About the iSamples project"
25-
- section: "Design"
26+
- href: people.qmd
27+
text: People
28+
aria-label: "People of the iSamples project"
29+
- section: "Information Architecture"
2630
contents:
2731
- design/index.qmd
2832
- design/requirements.md
2933
- text: Metadata Model
3034
href: "https://isamplesorg.github.io/metadata/"
3135
- models/index.qmd
32-
- section: "Resources"
36+
- section: "Outputs"
3337
contents:
3438
- text: Publications
3539
href: pubs.qmd
3640
- icon: github
3741
text: Github
3842
href: "https://github.com/isamplesorg/"
39-
- section: "Tutorials"
43+
- section: "Getting Started"
4044
contents:
4145
- text: "iSamples Tutorials Overview"
4246
href: tutorials/index.qmd

assets/isamplesfavicon.ico

1.12 KB
Binary file not shown.

people.qmd

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: "People who contributed to iSamples"
3+
---
4+
5+
* Cao, Sean
6+
* Choe, Saebyl
7+
* Cui, Hong
8+
* Davies, Neil
9+
* Deck, John
10+
* Kansa, Eric C
11+
* Kansa, Sarah Whitcher
12+
* Kunze, John
13+
* Lehnert, Kerstin
14+
* Mandel, Danny
15+
* Meyer, Christopher
16+
* Ramdeen, Sarah
17+
* Raia, Natalie
18+
* Richard, Steve
19+
* Robinson, Erin
20+
* Snyder, Rebecca
21+
* Song, Lu-lin
22+
* Thomer, Andrea
23+
* Vieglais, Dave
24+
* Walls, Ramona L
25+
* Yee, Raymond
26+
27+
xxx! [do we hve a group photo or two? ] (assets/iSamplesArchitecture.png)

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)