Skip to content

Commit 0e379c0

Browse files
committed
fixed notebook headers
1 parent 28c2a27 commit 0e379c0

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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)