Skip to content

Commit 0d0afcd

Browse files
authored
Add VEDA ODD products page (#296)
* Add products page * Add to index * External resources section
1 parent 4ee80db commit 0d0afcd

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

docs/products.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Products from the VEDA ODD team
2+
3+
## Presentations
4+
5+
This is a non-exhaustive list of presentations by the VEDA ODD team:
6+
7+
- [2025-12-10 - The GeoZarr Solution](https://zenodo.org/records/17898762)
8+
- [2025-10-18 - OGC NetCDF SWG Presentation: The GeoZarr challenge](https://zenodo.org/records/17476613)
9+
- [2025-10-16 - The GeoZarr Challenge](https://zenodo.org/records/17437725)
10+
- [2025-07-22 - VirtualiZarr 2.0 - Create virtual Zarr stores for cloud-friendly access to archival data, using familiar xarray syntax](https://zenodo.org/records/17428985)
11+
- [2025-05-02 - A community oriented approach to enabling open science with Earth science data at scale](https://zenodo.org/records/15346670)
12+
13+
## Documentation
14+
15+
This is a non-exhaustive list of guides, reports, and other materials built by the VEDA ODD team:
16+
17+
- [Zarr Visualization Report](https://github.com/NASA-IMPACT/zarr-visualization-report)
18+
- [Data in the Cloud 101 Module for Open Source Geospatial Workflows in the Cloud Workshop](https://agu2025.workshops.geojupyter.org/modules/data-in-the-cloud/)
19+
- [Zarr DataFusion Search Examples](https://github.com/developmentseed/zarr-datafusion-search-examples)
20+
21+
## Software
22+
23+
This is a non-exhaustive list of libraries and tools built by the VEDA ODD team:
24+
25+
- [Virtual-TIFF](https://github.com/virtual-zarr/virtual-tiff)
26+
- [Zarr-Datafusion-Search](https://github.com/developmentseed/zarr-datafusion-search)
27+
28+
## Contributions
29+
30+
ODD also regularly contributes to these guides, tools, and libraries, which were built outside the VEDA/EODC pojects:
31+
32+
- [Cloud Native Geospatial Data Formats Guide](https://github.com/cloudnativegeo/cloud-optimized-geospatial-formats-guide)
33+
- [Datacube-guide](https://github.com/developmentseed/datacube-guide)
34+
- [VirtualiZarr](https://github.com/zarr-developers/virtualizarr)
35+
- [Zarr](https://github.com/zarr-developers/zarr)
36+
- [GeoZarr](https://github.com/zarr-developers/geozarr-spec)
37+
38+
## Similar external resources
39+
40+
If you are interested in the tools that VEDA ODD has contributed to, you may also enjoy these completely externally built materials:
41+
42+
- [2025 ICESAT-2 hackweek module on cloud computing](https://icesat-2-2024.hackweek.io/tutorials/cloud-computing/00-goals-and-outline.html)
43+
44+
## Acknowledgements
45+
46+
VEDA ODD is fortunate to be part of the Data Systems Evolution team at NASA. The Data Systems Evolution team at NASA Marshall Space Flight Center's Office of Data Science and Informatics (ODSI) enables scientific exploration and discovery through innovative data visualization techniques and analysis capabilities that lower the barrier to entry for cloud-hosted data.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ extra:
1111
nav:
1212
- "index.md"
1313
- FY26 Roadmap: "fy26-roadmap.md"
14+
- ODD Products: "products.md"
1415

1516
theme:
1617
language: en

0 commit comments

Comments
 (0)