From fefcdd629e6bcc4480a3bd69978bee7394e4be0d Mon Sep 17 00:00:00 2001 From: Kurt Schwehr Date: Mon, 18 Nov 2024 00:12:31 -0800 Subject: [PATCH] Typo fix: "The are a number of" PiperOrigin-RevId: 697520772 --- guides/linked/generated/image_visualization.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/linked/generated/image_visualization.ipynb b/guides/linked/generated/image_visualization.ipynb index fb5a929be..44ef96cb8 100644 --- a/guides/linked/generated/image_visualization.ipynb +++ b/guides/linked/generated/image_visualization.ipynb @@ -33,7 +33,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "The are a number of `ee.Image` methods that produce RGB visual representations of image data, for example: `visualize()`, `getThumbURL()`, `getMap()`, `getMapId()` (used in Colab Folium map display) and, `Map.addLayer()` (used in Code Editor map display, not available for Python). By default these methods assign the first three bands to red, green and blue, respectively. The default stretch is based on the type of data in the bands (e.g. floats are stretched in [0, 1], 16-bit data are stretched to the full range of possible values), which may or may not be suitable. To achieve desired visualization effects, you can provide visualization parameters:\n", + "There are a number of `ee.Image` methods that produce RGB visual representations of image data, for example: `visualize()`, `getThumbURL()`, `getMap()`, `getMapId()` (used in Colab Folium map display) and, `Map.addLayer()` (used in Code Editor map display, not available for Python). By default these methods assign the first three bands to red, green and blue, respectively. The default stretch is based on the type of data in the bands (e.g. floats are stretched in [0, 1], 16-bit data are stretched to the full range of possible values), which may or may not be suitable. To achieve desired visualization effects, you can provide visualization parameters:\n", "\n", "Parameter | Description | Type \n", "---|---|--- \n",