Skip to content

Commit

Permalink
Merge pull request #875 from planetlabs/DOCS_rm_psortho_eg_issue_874
Browse files Browse the repository at this point in the history
Removed PSOrthoTile in example
  • Loading branch information
kevinlacaille authored Mar 16, 2023
2 parents 1848043 + af87b1f commit 60a2956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions planet/clients/orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ async def create_order(self, request: dict) -> dict:
>>> from planet.order_request import build_request, product
>>>
>>> async def main():
... image_ids = ['3949357_1454705_2020-12-01_241c']
... image_ids = ["20200925_161029_69_2223"]
... request = build_request(
... 'test_order',
... [product(image_ids, 'analytic', 'psorthotile')]
... [product(image_ids, 'analytic_udm2', 'psscene')]
... )
... async with Session() as sess:
... cl = OrdersClient(sess)
Expand Down

0 comments on commit 60a2956

Please sign in to comment.