Skip to content

Commit 415bd33

Browse files
authored
tiny doc fixes
1 parent 9a7c41e commit 415bd33

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/cli/cli-orders.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ Ordering two scenes is easy, just add another id:
410410

411411
```console
412412
planet orders request --item-type PSScene --bundle analytic_sr_udm2 --name 'Two Scenes' \
413-
20220605_124027_64_242b,20220605_124025_34_242b | planet orders create
413+
20220605_124027_64_242b,20220605_124025_34_242b | planet orders create -
414414
```
415415

416416
And then you can composite them together, using the 'tools' json. You can
@@ -430,7 +430,7 @@ can pipe that to `orders create`.
430430

431431
```console
432432
planet orders request --item-type PSScene --bundle analytic_sr_udm2 --name 'Two Scenes Composited' \
433-
20220605_124027_64_242b,20220605_124025_34_242b --no-stac --tools tools-composite.json | planet orders create
433+
20220605_124027_64_242b,20220605_124025_34_242b --no-stac --tools tools-composite.json | planet orders create -
434434
```
435435

436436
Note that we add the `--no-stac` option as [STAC Metadata](#stac-metadata) is not yet supported by the composite
@@ -516,7 +516,7 @@ One cool little trick is that you can even stream in the JSON directly with `cur
516516
```console
517517
curl -s https://raw.githubusercontent.com/planetlabs/planet-client-python/main/docs/cli/request-json/tools-clip-composite.json \
518518
| planet orders request --item-type PSScene --bundle analytic_sr_udm2 --name 'Streaming Clip & Composite' \
519-
20220605_124027_64_242b,20220605_124025_34_242b --tools - | planet orders create
519+
20220605_124027_64_242b,20220605_124025_34_242b --tools - | planet orders create -
520520
```
521521

522522
### Harmonize
@@ -673,7 +673,7 @@ image that was published:
673673
```console
674674
planet orders request --item-type SkySatCollect --bundle analytic --name 'SkySat Latest' \
675675
`planet data filter | planet data search SkySatCollect --sort 'acquired desc' --limit 1 - | jq -r .id` \
676-
| planet orders create
676+
| planet orders create -
677677
```
678678

679679
Or get the 5 latest cloud free images in an area and create an order that clips to that area, using

0 commit comments

Comments
 (0)