Skip to content

Commit 5e10081

Browse files
committed
minor changes
1 parent c418fc2 commit 5e10081

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Datasets/Africapolis_urban_agglomerations.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
"name": "python",
12761276
"nbconvert_exporter": "python",
12771277
"pygments_lexer": "ipython3",
1278-
"version": "3.10.12"
1278+
"version": "3.12.3"
12791279
}
12801280
},
12811281
"nbformat": 4,

Real_world_examples/Urban_green_space.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"id": "75bf8c27-104d-438e-bbd1-f273eac41eb6",
488488
"metadata": {},
489489
"source": [
490-
"#### Convert results to dataFrame\n",
490+
"#### Convert results to DataFrame\n",
491491
"The results collected from the previous step are converted into a Pandas DataFrame.\n",
492492
"This allows for easier processing and analysis of land cover statistics per urban agglomeration."
493493
]
@@ -559,7 +559,7 @@
559559
"id": "384147a9-eb8f-444d-b98e-ddc55ce18bcb",
560560
"metadata": {},
561561
"source": [
562-
"#### Reindex dataFrames to include all land cover classes\n",
562+
"#### Reindex DataFrames to include all land cover classes\n",
563563
"The histograms might not include all possible land cover classes, especially if certain classes are absent in some areas.\n",
564564
"Here, we ensure that all classes are present by reindexing the DataFrames and filling missing values with zero.\n",
565565
"Columns are renamed for clarity."
@@ -586,7 +586,7 @@
586586
"id": "a2e1e0f8-9ca7-4004-859b-bc13e4f49c14",
587587
"metadata": {},
588588
"source": [
589-
"#### Combine histogram data with original dataFrame\n",
589+
"#### Combine histogram data with original DataFrame\n",
590590
"Now that the histograms are properly formatted, we merge them with the original DataFrame.\n",
591591
"Only `agglosID` and `geometry` from the original DataFrame are retained along with the processed histogram data."
592592
]
@@ -636,7 +636,7 @@
636636
"id": "0e3416a5-60c6-4563-87c3-a3be677bf41e",
637637
"metadata": {},
638638
"source": [
639-
"#### Organize and format the final dataFrame\n",
639+
"#### Organize and format the final DataFrame\n",
640640
"To ensure clarity, we explicitly order the fraction columns for both years.\n",
641641
"The final DataFrame includes `agglosID`, `geometry`, and all fraction values, rounded to two decimal places."
642642
]
@@ -1166,7 +1166,7 @@
11661166
"name": "python",
11671167
"nbconvert_exporter": "python",
11681168
"pygments_lexer": "ipython3",
1169-
"version": "3.10.12"
1169+
"version": "3.12.3"
11701170
}
11711171
},
11721172
"nbformat": 4,

Real_world_examples/Urban_tree_extent.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"In this notebook, we implement an algorithm for mapping urban tree extent using the [Digital Earth Africa Sentinel-2 Annual GeoMAD](https://docs.digitalearthafrica.org/en/latest/data_specs/GeoMAD_specs.html), incorporating time series analysis to assess changes in tree cover over multiple years. \n",
3636
"\n",
3737
"### Description\n",
38-
"This notebook demostrates how to load and visualise urban tree extent.\n",
38+
"This notebook demonstrates how to load and visualise urban tree extent.\n",
3939
"The notebook covers:\n",
4040
"\n",
4141
"1. **Define the area of interest (AOI)**: The default method computes urban tree extent for the area of interest (AOI) that you define. This AOI is used to select urban agglomerations from the [Africapolis dataset](https://docs.digitalearthafrica.org/en/latest/data_specs/Africapolis_urban_specs.html). However, if you do not wish to use an agglomeration and prefer to proceed only with the AOI you defined, you can comment out cells 4-7. This will allow you to work exclusively with your specified area without selecting any agglomerations.\n",
@@ -1227,7 +1227,7 @@
12271227
"name": "python",
12281228
"nbconvert_exporter": "python",
12291229
"pygments_lexer": "ipython3",
1230-
"version": "3.10.12"
1230+
"version": "3.12.3"
12311231
}
12321232
},
12331233
"nbformat": 4,

0 commit comments

Comments
 (0)