Skip to content

Commit f12cf0d

Browse files
committed
🔀 Merge branch 'atlxi_dhdt_20201224' into main (#304)
Closes #304 Recalculate ICESat-2 ATL11 height changes up to 20201224.
2 parents c4677f2 + f716373 commit f12cf0d

22 files changed

+741
-729
lines changed

.dvc/config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
[core]
2+
remote = origin
13
['remote "origin"']
24
url = https://dagshub.com/weiji14/deepicedrain.dvc

.github/workflows/python-app.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ jobs:
5858
- name: Install deepicedrain package
5959
run: poetry install
6060

61+
# Pull test data from dvc remote (DAGsHub)
62+
- name: Pull test data from dvc remote
63+
run: |
64+
dvc pull ATLXI/df_dhdt_slessor_downstream.parquet \
65+
ATLXI/df_dhdt_whillans_upstream.parquet \
66+
ATLXI/df_dhdt_whillans_downstream.parquet
67+
ls -lhR ATLXI/
68+
6169
- name: Display virtualenv and installed package information
6270
run: |
6371
conda info

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@ MANIFEST
2929

3030
# Data files and folders
3131
**/*.h5
32-
ATL06.003
32+
ATL06.00?
3333
ATL11.00?
3434
ATL11.00?z123
35-
ATLXI
35+
ATLXI/df_*.parquet
36+
ATLXI/ds_*.zarr
3637
Quantarctica3
3738

3839
# Subglacial Lake grid files and figures
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
outs:
2+
- md5: 666db6ba87ac356a2a56721ac8ce1cb1
3+
size: 920013073
4+
path: df_dhdt_amundsen_sea_embayment.parquet
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
outs:
2+
- md5: 806ee203c238f9265c6c731db132eaa2
3+
size: 286877799
4+
path: df_dhdt_slessor_downstream.parquet
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
outs:
2+
- md5: 1acbe196854251c1b0cf7b0679419193
3+
size: 483136682
4+
path: df_dhdt_whillans_downstream.parquet
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
outs:
2+
- md5: ad02a0f68976f62de35195647f0d3e8e
3+
size: 369369447
4+
path: df_dhdt_whillans_upstream.parquet

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ in Antarctica using remote sensing and machine learning.
1010
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=weiji14/deepicedrain)](https://dependabot.com)
1111
![License](https://img.shields.io/github/license/weiji14/deepicedrain)
1212

13-
| Ice Surface Elevation trends over Antactica | Active Subglacial Lake filling event |
13+
| Ice Surface Elevation trends over Antactica | Active Subglacial Lake fill-drain event |
1414
|---|---|
15-
| ![ICESat-2 ATL11 rate of height change over time in Antarctica 2018-10-14 to 2020-11-11](https://user-images.githubusercontent.com/23487320/105754590-220b1800-5faf-11eb-8f4c-b99fb7b7449e.png) | ![dsm_whillans_ix_cycles_3-9.gif](https://user-images.githubusercontent.com/23487320/110536564-7b599000-8186-11eb-9ae2-aca8d76f7313.gif) |
15+
| ![ICESat-2 ATL11 rate of height change over time in Antarctica 2019-03-29 to 2020-12-24](https://user-images.githubusercontent.com/23487320/123902132-65cfd680-d9c0-11eb-88d6-4e0e8c5abc47.png) | ![dsm_whillans_ix_cycles_3-9.gif](https://user-images.githubusercontent.com/23487320/124219379-5ed7ce00-db50-11eb-95d0-f1f660d4d688.gif) |
1616

1717
![DeepIceDrain Pipeline Part 1 Exploratory Data Analysis](https://yuml.me/diagram/scruffy;dir:LR/class/[Land-Ice-Elevation|atl06_play.ipynb]->[Convert|atl06_to_atl11.ipynb],[Convert]->[Land-Ice-Height-time-series|atl11_play.ipynb])
1818
![DeepIceDrain Pipeline Part 2 Subglacial Lake Analysis](https://yuml.me/diagram/scruffy;dir:LR/class/[Height-Change-over-Time-(dhdt)|atlxi_dhdt.ipynb],[Height-Change-over-Time-(dhdt)]->[Subglacial-Lake-Finder|atlxi_lake.ipynb],[Subglacial-Lake-Finder]->[Crossover-Analysis|atlxi_xover.ipynb])
1919

2020
| Along track view of an ATL11 Ground Track | Elevation time-series at Crossover Points |
2121
|---|---|
22-
| ![alongtrack_whillans_ix_1080_pt3](https://user-images.githubusercontent.com/23487320/110536370-41888980-8186-11eb-96e6-1ce92aa9966b.png) | ![crossover_anomaly_whillans_ix_2018-10-14_2020-11-11](https://user-images.githubusercontent.com/23487320/110536098-efdfff00-8185-11eb-97d9-065dd59b5727.png) |
22+
| ![alongtrack_whillans_ix_1080_pt3](https://user-images.githubusercontent.com/23487320/124219416-744cf800-db50-11eb-83a1-45e1e1159ba6.png) | ![crossover_anomaly_whillans_ix_2019-03-29_2020-12-24](https://user-images.githubusercontent.com/23487320/124219432-7a42d900-db50-11eb-92b4-c83728b8dc1c.png) |
2323

2424

2525

antarctic_subglacial_lakes_3031.geojson

Lines changed: 193 additions & 194 deletions
Large diffs are not rendered by default.

antarctic_subglacial_lakes_4326.geojson

Lines changed: 193 additions & 194 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)