Skip to content

Commit 78f189e

Browse files
authored
Merge pull request #173 from ntdosch/rasterio_fix_paths
fix docs paths and headers for new rasterio notebook
2 parents 7bc66b2 + 0e379c0 commit 78f189e

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/source/part0.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ Part 0: General Python Exercises
1818
notebooks/part0_python_intro/solutions/08_pandas.ipynb
1919
notebooks/part0_python_intro/09_a_Geopandas.ipynb
2020
notebooks/part0_python_intro/solutions/09_Geopandas__solutions.ipynb
21-
notebooks/part0_python_intro/10_Rasterio.ipynb
21+
notebooks/part0_python_intro/10a_Rasterio_into.ipynb
22+
notebooks/part0_python_intro/10b_Rasterio_advanced.ipynb
2223
notebooks/part0_python_intro/11_xarray_mt_rainier_precip.ipynb

notebooks/part0_python_intro/10a_Rasterio_into.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@
465465
"id": "93db6aca-4edc-4f14-b673-dcd87d23844c",
466466
"metadata": {},
467467
"source": [
468-
"# Writing Raster files\n",
468+
"## Writing Raster files\n",
469469
"\n",
470470
"Writing a file with `rasterio` involves defining the characteristics of the output raster and then writing your data array to it.\n",
471471
"\n",
@@ -482,7 +482,7 @@
482482
"id": "55a916ce-8685-42f0-824f-768eeb0a2efb",
483483
"metadata": {},
484484
"source": [
485-
"## A word on transforms\n",
485+
"### A word on transforms\n",
486486
"\n",
487487
"In a raster dataset, an affine transformation is a mathematical mapping that relates the dataset's internal pixel coordinates to a real-world coordinate system. This process, known as georeferencing, allows software to correctly display, scale, and align the image with other spatial data. \n",
488488
"\n",
@@ -627,7 +627,7 @@
627627
"id": "76b88127-d745-4ef6-b102-b383aa28ecf6",
628628
"metadata": {},
629629
"source": [
630-
"# Building a raster from scratch"
630+
"## Building a raster from scratch"
631631
]
632632
},
633633
{

notebooks/part0_python_intro/solutions/10a_Rasterio_into.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@
705705
"id": "93db6aca-4edc-4f14-b673-dcd87d23844c",
706706
"metadata": {},
707707
"source": [
708-
"# Writing Raster files\n",
708+
"## Writing Raster files\n",
709709
"\n",
710710
"Writing a file with `rasterio` involves defining the characteristics of the output raster and then writing your data array to it.\n",
711711
"\n",
@@ -891,7 +891,7 @@
891891
"id": "76b88127-d745-4ef6-b102-b383aa28ecf6",
892892
"metadata": {},
893893
"source": [
894-
"# Building a raster from scratch"
894+
"## Building a raster from scratch"
895895
]
896896
},
897897
{

0 commit comments

Comments
 (0)