Skip to content

Commit

Permalink
Fix formatting and add missing pprint.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 688232956
  • Loading branch information
The Google Earth Engine Community Authors authored and copybara-github committed Oct 21, 2024
1 parent 80483e9 commit 5785337
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@
" { 'id': 'rededge1', 'tilesetId': '0', 'tilesetBandIndex': 2 },\n",
" ],\n",
" },\n",
"}"
"}\n",
"\n",
"pprint(request)"
],
"execution_count": null,
"outputs": []
Expand Down Expand Up @@ -234,6 +236,7 @@
"\n",
"### Location\n",
"The Cloud Storage bucket location must be one of:\n",
"\n",
"- The US multi-region\n",
"- Any US dual-region that includes US-CENTRAL1\n",
"- The region US-CENTRAL1\n",
Expand Down

0 comments on commit 5785337

Please sign in to comment.