Skip to content

Commit

Permalink
Fix bulleted list formatting.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 715192262
  • Loading branch information
The Google Earth Engine Community Authors authored and copybara-github committed Jan 14, 2025
1 parent f5d8bb3 commit 4876510
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4876510

Please sign in to comment.