Skip to content

Commit 60a2956

Browse files
Merge pull request #875 from planetlabs/DOCS_rm_psortho_eg_issue_874
Removed PSOrthoTile in example
2 parents 1848043 + af87b1f commit 60a2956

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

planet/clients/orders.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ async def create_order(self, request: dict) -> dict:
123123
>>> from planet.order_request import build_request, product
124124
>>>
125125
>>> async def main():
126-
... image_ids = ['3949357_1454705_2020-12-01_241c']
126+
... image_ids = ["20200925_161029_69_2223"]
127127
... request = build_request(
128128
... 'test_order',
129-
... [product(image_ids, 'analytic', 'psorthotile')]
129+
... [product(image_ids, 'analytic_udm2', 'psscene')]
130130
... )
131131
... async with Session() as sess:
132132
... cl = OrdersClient(sess)

0 commit comments

Comments
 (0)