diff --git a/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb b/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb index 6fcbe9faa..38b8af2bf 100644 --- a/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb +++ b/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb @@ -158,8 +158,9 @@ "## More than one `Tileset`\n", "\n", "It is possible to specify an `ImageManifest` with more than one `Tileset` where each band of the resulting asset is backed by one of the bands of a `Tileset` using the `tilesetId` and `tilesetBandIndex` fields. This is useful in the case when different bands have different resolutions or data types. Bands can be listed in any order from any available `Tileset`. In the example below:\n", - "* \"b4b3b2.tif\" has a 10m scale, while \"b5b6b7\" has a 20m scale.\n", - "* The band order of the resulting asset is mixed from the input COGs (e.g. output band 0 is from `Tileset` 0, while output band 1 is from `Tileset` 1).\n", + "\n", + "- \"b4b3b2.tif\" has a 10m scale, while \"b5b6b7\" has a 20m scale.\n", + "- The band order of the resulting asset is mixed from the input COGs (e.g. output band 0 is from `Tileset` 0, while output band 1 is from `Tileset` 1).\n", "\n" ], "metadata": {