Skip to content

Commit 37476d1

Browse files
authored
Merge branch 'main' into nk/xbatcher-fundamentals
2 parents 090a54e + 2edb736 commit 37476d1

File tree

6 files changed

+2720
-10
lines changed

6 files changed

+2720
-10
lines changed

ASTGTMV003_N47W124_dem.tif

24.9 MB
Binary file not shown.

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ dependencies:
1111
- matplotlib
1212
- pytorch-cpu
1313
- xbatcher
14+
- rioxarray
15+
- tqdm
1416
- pytest

myst.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ project:
66
title: Xbatcher for deep learning
77
github: https://github.com/projectpythia/xbatcher-deep-learning
88
authors:
9-
- name: The Project Pythia Community
10-
copyright: '2024'
9+
- name: Keenan Ganz, Nabin Kalauni, and The Project Pythia Community
10+
copyright: '2025'
1111
toc:
1212
- file: README.md
1313
- title: Preamble
@@ -20,6 +20,9 @@ project:
2020
- title: Testing model inference
2121
children:
2222
- file: notebooks/inference-testing.ipynb
23+
- title: Example with topography data
24+
children:
25+
- file: notebooks/autoencoder.ipynb
2326
jupyter:
2427
binder:
2528
repo: projectpythia/xbatcher-deep-learning

0 commit comments

Comments
 (0)