Skip to content

Commit c680a79

Browse files
committed
adding intro to rasterio notebook and updating existing notebook to be advanced topics
1 parent 2a88eef commit c680a79

2 files changed

Lines changed: 1211 additions & 1 deletion

File tree

notebooks/part0_python_intro/10a_Rasterio_into.ipynb

Lines changed: 1198 additions & 0 deletions
Large diffs are not rendered by default.

notebooks/part0_python_intro/10_Rasterio.ipynb renamed to notebooks/part0_python_intro/10b_Rasterio_advanced.ipynb

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "57e747dd",
66
"metadata": {},
77
"source": [
8-
"# 10: Using Rasterio and Numpy to examine ice loss on Mt. Rainier\n",
8+
"# 10b: Using Rasterio and Numpy to examine ice loss on Mt. Rainier\n",
99
"\n",
1010
"This exercise focuses on working with [GIS raster data](https://docs.qgis.org/3.4/en/docs/gentle_gis_introduction/raster_data.html). It is based on a [GeoHackWeek tutorial](https://github.com/geohackweek/tutorial_contents/blob/master/raster/notebooks/rainier_dem_example.ipynb). We will use the `rasterio` and `rasterstats` libraries, along with `numpy` and `matplotlib` to look changes in the surface elevations of mapped glaciers since 1970.\n",
1111
"\n",
@@ -983,6 +983,18 @@
983983
"display_name": "Python 3 (ipykernel)",
984984
"language": "python",
985985
"name": "python3"
986+
},
987+
"language_info": {
988+
"codemirror_mode": {
989+
"name": "ipython",
990+
"version": 3
991+
},
992+
"file_extension": ".py",
993+
"mimetype": "text/x-python",
994+
"name": "python",
995+
"nbconvert_exporter": "python",
996+
"pygments_lexer": "ipython3",
997+
"version": "3.12.2"
986998
}
987999
},
9881000
"nbformat": 4,

0 commit comments

Comments
 (0)