We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1848043 + af87b1f commit 60a2956Copy full SHA for 60a2956
planet/clients/orders.py
@@ -123,10 +123,10 @@ async def create_order(self, request: dict) -> dict:
123
>>> from planet.order_request import build_request, product
124
>>>
125
>>> async def main():
126
- ... image_ids = ['3949357_1454705_2020-12-01_241c']
+ ... image_ids = ["20200925_161029_69_2223"]
127
... request = build_request(
128
... 'test_order',
129
- ... [product(image_ids, 'analytic', 'psorthotile')]
+ ... [product(image_ids, 'analytic_udm2', 'psscene')]
130
... )
131
... async with Session() as sess:
132
... cl = OrdersClient(sess)
0 commit comments