Skip to content

Commit c274ffe

Browse files
authored
Merge pull request #170 from ntdosch/intro_to_rasterio
Intro to rasterio notebook
2 parents e84f4f4 + d5fa78a commit c274ffe

8 files changed

Lines changed: 2046 additions & 1 deletion

File tree

notebooks/part0_python_intro/10a_Rasterio_into.ipynb

Lines changed: 834 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,
371 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
PROJCS["WGS_1984_UTM_Zone_10N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]],PROJECTION["Transverse_Mercator"],PARAMETER["False_Easting",500000.0],PARAMETER["False_Northing",0.0],PARAMETER["Central_Meridian",-123.0],PARAMETER["Scale_Factor",0.9996],PARAMETER["Latitude_Of_Origin",0.0],UNIT["Meter",1.0]]
29.4 KB
Binary file not shown.
108 Bytes
Binary file not shown.
6.81 KB
Loading

0 commit comments

Comments
 (0)