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
## Instructions to launch dashboard using NASA LLC2160 dataset from your machine or Github Codespaces
23
+
24
+
## Overview
25
+
26
+
This section of the tutorial introduces access to a petascale climate dataset hosted on the <ahref ="https://osg-htc.org/services/osdf"> Open Science Data Federation (OSDF)</a> and distributed across three storage origins. The dataset is accessible through the <ahref="https://pelicanplatform.org/"> Pelican platform </a> via direct URLs. It walks users through retrieving the data, performing basic statistical analyses, querying downsampled data for faster exploration, and extracting specific subregions for detailed study using scalable, cloud-native tools.
27
+
28
+
By the end of the tutorial, you will learn how to:
29
+
30
+
-**Access publicly available petascale datasets**
31
+
32
+
- Treat the petascale data as a NumPy array and **perform statistical analysis**
33
+
34
+
- Use the NSDF dashboard for **large-scale data access, visualization, and analysis**.
35
+
36
+
<palign="center">
37
+
<img src="images/workflow.png" width="800">
38
+
<br>
39
+
<em>Figure 1. Workflow diagram illustrating the tutorial's process of data retrieval, visualization and downsampled analysis using the NSDF services.</em>
5.[Community and Resources](#community-and-resources)
49
+
7.[Publications](#publications)
50
+
8.[Copyright and License](#copyright-and-license)
51
+
9.[Authors](#authors)
52
+
10.[Acknowledgments](#acknowledgments)
53
+
54
+
## Running the Tutorial
55
+
### Option 1: GitHub Codespaces (Recommended)
16
56
17
57
> :bulb:**Note:** To follow this tutorial using the GitHub Codespaces you must have a GitHub Account
18
58
@@ -24,7 +64,7 @@ Please click the next button to open in GitHub Codespaces
24
64
25
65
Now follow these steps to set up your virtual environment using GitHub codespaces:
26
66
27
-
Verify that you are using the `main` branch, the repository name `nsdf-fabric/Tutorial_2024_IEEE_VIS` and the dev container configuration `NSDF Tutorial - Session III`. Then click on `Create Codespace`
67
+
Verify that you are using the `main` branch, the repository name `TauferLab/NSDF-Tutorial-2025` and the dev container configuration `NSDF Tutorial - Session III`. Then click on `Create Codespace`
28
68
29
69
<palign="center">
30
70
<img src="files/docs/codespaces.png" width="800">
@@ -87,8 +127,8 @@ Please click this link here. DO NOT copy and paste the link.
87
127
88
128
89
129
----
90
-
##Running the dashboard from your local machine:
91
-
### Basic Pre-requirements
130
+
### Option 2: Local Machine
131
+
####Basic Pre-requirements
92
132
- Download [Python](https://www.python.org/downloads/) version > 3.8 and version< 3.12 depending on your OS
93
133
- Install and setup latest version of [Git](https://git-scm.com/downloads)
94
134
@@ -163,9 +203,25 @@ We understand that extracting a region from this huge dataset can be extremely u
163
203
164
204
-*Detailed Stats*: The detailed view also shows the minimum and amximum value for the selected region. If users want to download the data locally, it also shows the approximate file size. Again, this is set to a 20 MB max so that users don't accidentally download large chunk of data in their local machine without being aware of.
165
205
206
+
---
207
+
## Community and Resources:
208
+
209
+
NSDF and OpenVisus are open-source projects. Questions, discussions, and contributions are welcome. Contributions can include new packages, bug fixes, documentation, or even new core features.
@@ -177,8 +233,15 @@ We understand that extracting a region from this huge dataset can be extremely u
177
233
178
234
179
235
1. Aashish Panta,Xuan Huang, Nina McCurdy, David Ellsworth, Amy A. Gooch, Giorgio Scorzelli, Hector Torres, Patrice Klein, Gustavo A. Ovando-Montejo, Valerio Pascucci. “Web-based Visualization and Analytics of Petascale data: Equity as a Tide that Lifts All Boats”. LDAV 2024
3. DYAMOND Visualization Data LLC2160 ocean dataset. https://data.nas.nasa.gov/viz/vizdata/DYAMOND_c1440_llc2160/GEOS/index.html.
182
-
4. Pascucci, Valerio, et al. "The ViSUS visualization framework." High Performance Visualization. Chapman and Hall/CRC, 2012. 439-452. [Here](https://www.taylorfrancis.com/chapters/edit/10.1201/b12985-32/visus-visualization-framework-valerio-pascucci-giorgio-scorzelli-brian-summa-peer-timo-bremer-attila-gyulassy-cameron-christensen-sujin-philip-sidharth-kumar)
183
-
5. Brian Summa, Giorgio Scorzelli, Ming Jiang, Peer-Timo Bremer, and Valerio Pascucci. 2011. Interactive editing of massive imagery made simple: Turning Atlanta into Atlantis. ACM Trans. Graph. 30, 2, Article 7 (April 2011), 13 pages. [Here](https://dl.acm.org/doi/10.1145/1944846.1944847)
236
+
2. Pascucci, Valerio, et al. "The ViSUS visualization framework." High Performance Visualization. Chapman and Hall/CRC, 2012. 439-452. [Here](https://www.taylorfrancis.com/chapters/edit/10.1201/b12985-32/visus-visualization-framework-valerio-pascucci-giorgio-scorzelli-brian-summa-peer-timo-bremer-attila-gyulassy-cameron-christensen-sujin-philip-sidharth-kumar)
237
+
3. Brian Summa, Giorgio Scorzelli, Ming Jiang, Peer-Timo Bremer, and Valerio Pascucci. 2011. Interactive editing of massive imagery made simple: Turning Atlanta into Atlantis. ACM Trans. Graph. 30, 2, Article 7 (April 2011), 13 pages. [Here](https://dl.acm.org/doi/10.1145/1944846.1944847)
238
+
239
+
## Acknowledgments
240
+
241
+
The authors of this tutorial would like to express their gratitude to:
242
+
243
+
- NSF through the awards 2138811, 2103845, 2334945, 2138296, and 2331152.
244
+
- NASA Ames Research Center and NASA JPL
245
+
- Open Science Data Federation (OSDF) and Pelican Platform Team
184
246
247
+
Any opinions, findings, conclusions, or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.
0 commit comments