From 5785337f04263b2249da158cc2678eb8fd0c9240 Mon Sep 17 00:00:00 2001 From: The Google Earth Engine Community Authors Date: Mon, 21 Oct 2024 12:32:03 -0700 Subject: [PATCH] Fix formatting and add missing `pprint`. PiperOrigin-RevId: 688232956 --- guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb b/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb index 79046e8bf..3a75541ca 100644 --- a/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb +++ b/guides/linked/Earth_Engine_asset_from_cloud_geotiff.ipynb @@ -190,7 +190,9 @@ " { 'id': 'rededge1', 'tilesetId': '0', 'tilesetBandIndex': 2 },\n", " ],\n", " },\n", - "}" + "}\n", + "\n", + "pprint(request)" ], "execution_count": null, "outputs": [] @@ -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",