Skip to content

Commit 4f3753e

Browse files
committed
Rename "IceFlow" -> "Altimetry Harmonization"
This distinguishes these notebooks from the iceflow library
1 parent 5d44168 commit 4f3753e

File tree

12 files changed

+9
-7
lines changed

12 files changed

+9
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The Inter-mission Time Series of Land Ice Velocity and Elevation (ITS_LIVE) proj
5757

5858
The notebooks on this project demonstrate how to search and access ITS_LIVE velocity pairs and provide a simple example on how to build a data cube.
5959

60-
### [IceFlow](./notebooks/iceflow)
60+
### [Altimetry_Harmonization](./notebooks/altimetry_harmonization)
6161

6262
These Jupyter notebooks are interactive documents to teach students and
6363
researchers interested in cryospheric sciences about airborne altimetry and
File renamed without changes.

notebooks/iceflow/0_introduction.ipynb renamed to notebooks/altimetry_harmonization/0_introduction.ipynb

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,29 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"metadata": {},
5+
"metadata": {
6+
"jp-MarkdownHeadingCollapsed": true
7+
},
68
"source": [
79
"<center>\n",
810
"<img src='./img/nsidc_logo.png'/>\n",
911
"\n",
10-
"# **IceFlow**\n",
12+
"# **Altimetry Harmonization**\n",
1113
"### Point Cloud Data Access\n",
1214
"</center>\n",
1315
"\n",
1416
"<div>\n",
1517
"<img align=\"right\" width=\"50%\" height=\"200px\" src='./img/vaex.png'/>\n",
1618
"</div>\n",
1719
"\n",
18-
"# 1. IceFlow Introduction\n",
20+
"# 1. Altimetry Harmonization Introduction\n",
1921
"\n",
2022
"This Jupyter notebook is an interactive document to teach students and researchers interested in cryospheric sciences about airborne altimetry and related data sets from NASA’s [IceBridge](https://www.nasa.gov/mission_pages/icebridge/index.html) mission, and satellite altimetry data from [ICESat/GLAS](https://icesat.gsfc.nasa.gov/icesat/) and [ICESat-2](https://icesat-2.gsfc.nasa.gov/). Accessing and combining data from these different missions can be difficult as file formats and coordinate reference systems changed over time.\n",
2123
"\n",
2224
"\n",
2325
"## **1.1 Knowledge Requirements**\n",
2426
"\n",
25-
"IceFlow notebooks are best approched with some familiarity with Python and its geoscience stack. If you feel like learning more about geoscience and Python, you can find great tutorials by CU Boulder's Earth Lab here: [Data Exploration and Analysis Lessons](https://www.earthdatascience.org/tags/data-exploration-and-analysis/) or by the Data Carpentry project: [Introduction to Geospatial Concepts](https://datacarpentry.org/organization-geospatial/)\n",
27+
"These notebooks are best approched with some familiarity with Python and its geoscience stack. If you feel like learning more about geoscience and Python, you can find great tutorials by CU Boulder's Earth Lab here: [Data Exploration and Analysis Lessons](https://www.earthdatascience.org/tags/data-exploration-and-analysis/) or by the Data Carpentry project: [Introduction to Geospatial Concepts](https://datacarpentry.org/organization-geospatial/)\n",
2628
"\n",
2729
"Some Python packages/libraries that users may consider investigating include:\n",
2830
"\n",
@@ -78,7 +80,7 @@
7880
"<p align=\"center\">\n",
7981
"<img style=\"align: center;\" width=\"80%\" src='./img/iceflow-coverage.jpg'/>\n",
8082
" <br>\n",
81-
" <b><center>Fig 2. IceFlow mission coverages</center></b>\n",
83+
" <b><center>Fig 2. mission coverages</center></b>\n",
8284
"</p>\n",
8385
"\n",
8486
"\n",
@@ -138,7 +140,7 @@
138140
"name": "python",
139141
"nbconvert_exporter": "python",
140142
"pygments_lexer": "ipython3",
141-
"version": "3.9.18"
143+
"version": "3.9.22"
142144
}
143145
},
144146
"nbformat": 4,
File renamed without changes.

0 commit comments

Comments
 (0)