Skip to content

Commit 92e7919

Browse files
committed
small changes
1 parent 5a91e57 commit 92e7919

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jupyter-notebooks/orders_basemaps/SDK_order_basemaps.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"### First, find a Basemap to order\n",
3434
"You can get a Basemap ID from Planet Explorer or the Basemap Viewer.\n",
3535
"\n",
36-
"### Get a basemap ID from Planet Explorer\n",
36+
"#### Option 1: Get a basemap ID from Planet Explorer\n",
3737
"You'll need a basemap ID to identify what basemap to download.\n",
3838
"\n",
3939
"To pick a basemap, you can open [Planet Explorer](https://www.planet.com/explorer/#) (you can learn more about Planet Explorer [here](https://developers.planet.com/docs/apps/explorer/)) and select a basemap from the dropdown menu in the lower left corner. (If you don't have access to basemaps, you'll see a message confirming in the lower right corner. Select \"Get Access\" to sign up for Basemaps or speak to your customer service manager.)\n",
@@ -42,7 +42,7 @@
4242
"\n",
4343
"Select the search icon and time cadence, for example monthly or quarterly. Then select one of the resulting basemap IDs, such as `global_monthly_2022_01_mosaic`. That's the value you'll be passing into the Orders API. \n",
4444
"\n",
45-
"### Get a basemap ID from the Basemap Viewer\n",
45+
"#### Option 2: Get a basemap ID from the Basemap Viewer\n",
4646
"\n",
4747
"To pick a basemap, you can open the [Basemap Viewer](https://www.planet.com/basemaps/#/mosaic/) (you can learn more about the Basemap Viewer [here](https://developers.planet.com/docs/apps/basemapsviewer/)) and select a basemap from the left sidebar menu, using the filter to narrow down the basemap you want. \n",
4848
"\n",
@@ -447,7 +447,7 @@
447447
"name": "stderr",
448448
"output_type": "stream",
449449
"text": [
450-
"13:51 - order bc49e207-814d-4d00-904a-d4d0bc64b278 - state: running"
450+
"14:26 - order bc49e207-814d-4d00-904a-d4d0bc64b278 - state: success\n"
451451
]
452452
}
453453
],

jupyter-notebooks/orders_basemaps/requests_order_basemaps.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"### First, find a Basemap to order\n",
2727
"You can get a Basemap ID from Planet Explorer or the Basemap Viewer.\n",
2828
"\n",
29-
"### Get a basemap ID from Planet Explorer\n",
29+
"#### Option 1: Get a basemap ID from Planet Explorer\n",
3030
"You'll need a basemap ID to identify what basemap to download.\n",
3131
"\n",
3232
"To pick a basemap, you can open [Planet Explorer](https://www.planet.com/explorer/#) (you can learn more about Planet Explorer [here](https://developers.planet.com/docs/apps/explorer/)) and select a basemap from the dropdown menu in the lower left corner. (If you don't have access to basemaps, you'll see a message confirming in the lower right corner. Select \"Get Access\" to sign up for Basemaps or speak to your customer service manager.)\n",
@@ -35,7 +35,7 @@
3535
"\n",
3636
"Select the search icon and time cadence, for example monthly or quarterly. Then select one of the resulting basemap IDs, such as `global_monthly_2022_01_mosaic`. That's the value you'll be passing into the Orders API. \n",
3737
"\n",
38-
"### Get a basemap ID from the Basemap Viewer\n",
38+
"#### Option 2: Get a basemap ID from the Basemap Viewer\n",
3939
"\n",
4040
"To pick a basemap, you can open the [Basemap Viewer](https://www.planet.com/basemaps/#/mosaic/) (you can learn more about the Basemap Viewer [here](https://developers.planet.com/docs/apps/basemapsviewer/)) and select a basemap from the left sidebar menu, using the filter to narrow down the basemap you want. \n",
4141
"\n",

0 commit comments

Comments
 (0)