Skip to content

Commit 5136d37

Browse files
author
Supratim Banik
committed
install code changed
1 parent 1bad642 commit 5136d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/04_gis_analysts_data_scientists/cloud_detector_part1_cloudless_sentinel_&_unsupervised.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
{
120120
"cell_type": "code",
121121
"execution_count": null,
122-
"id": "855756a4",
122+
"id": "426d9ff6",
123123
"metadata": {},
124124
"outputs": [],
125125
"source": [
@@ -1499,7 +1499,7 @@
14991499
},
15001500
{
15011501
"cell_type": "markdown",
1502-
"id": "2b2774fb",
1502+
"id": "085f5391",
15031503
"metadata": {},
15041504
"source": [
15051505
"Here, the imagery name is rgbnir_iowa.tif, and the name of the 4 bands of blue, green, red, and near infrared are small_rgb_iowa3, small_rgb_iowa3_1, small_rgb_iowa3_2, small_rgb_iowa3_3 respectively. These bands will be used for defining the preprocessors."
@@ -1895,7 +1895,7 @@
18951895
"\n",
18961896
"In this sample notebook, two methods were described to create cloud masks from satellite images. A third method will be described in the second part of this notebook series.\n",
18971897
"\n",
1898-
"The cloudless sentinel package performed well in detecting clouds and provides flexibility to the user to detect different intensities of clouds by changing the model's initialization parameters. However, the core caveat of this model is that it can only be used on Sentinel imagery.\n",
1898+
"In the first method the cloudless sentinel package performed well in detecting clouds and provides flexibility to the user to detect different intensities of clouds by changing the model's initialization parameters. However, the core caveat of this model is that it can only be used on Sentinel imagery.\n",
18991899
"\n",
19001900
"The second method performed well with scenes where there were only clouds, and has the benefit of being able to run an analysis on any kind of imagery like Sentinel, Landsat, Surface reflectance etc. The model can also be used for automatically labelling training data for a pixel classification cloud detection model, which will be covered in the next part."
19011901
]

0 commit comments

Comments
 (0)