@@ -410,7 +410,7 @@ Ordering two scenes is easy, just add another id:
410
410
411
411
``` console
412
412
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 -
414
414
```
415
415
416
416
And then you can composite them together, using the 'tools' json. You can
@@ -430,7 +430,7 @@ can pipe that to `orders create`.
430
430
431
431
``` console
432
432
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 -
434
434
```
435
435
436
436
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
516
516
``` console
517
517
curl -s https://raw.githubusercontent.com/planetlabs/planet-client-python/main/docs/cli/request-json/tools-clip-composite.json \
518
518
| 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 -
520
520
```
521
521
522
522
### Harmonize
@@ -673,7 +673,7 @@ image that was published:
673
673
``` console
674
674
planet orders request --item-type SkySatCollect --bundle analytic --name 'SkySat Latest' \
675
675
`planet data filter | planet data search SkySatCollect --sort 'acquired desc' --limit 1 - | jq -r .id` \
676
- | planet orders create
676
+ | planet orders create -
677
677
```
678
678
679
679
Or get the 5 latest cloud free images in an area and create an order that clips to that area, using
0 commit comments