Skip to content

Commit a88da21

Browse files
committed
Document publishing stages and time range types
1 parent 7f26da5 commit a88da21

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

docs/cli/cli-subscriptions.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,28 @@ planet data filter --range clear_percent gt 90 \
318318

319319
Do not bother with geometry or date filters, as they will be ignored in favor of the `--start-time` and `--geometry` values that are required.
320320

321+
#### Publishing stages and time range types
322+
323+
By using the `--time-range-type` you can choose to temporally filter by
324+
acquisition or publication time. The `--publishing-stage` option allows you to
325+
receive the earliest preview imagery or wait until finalized imagery is
326+
available. See [Catalog Source
327+
Types:Parameters](https://developers.planet.com/docs/subscriptions/source/#parameters)
328+
for more details.
329+
330+
```sh
331+
planet subscriptions request-catalog \
332+
--item-types PSScene \
333+
--asset-types ortho_analytic_8b \
334+
--geometry geometry.geojson \
335+
--start-time 2022-08-24T00:00:00-07:00 \
336+
--time-range-type acquired \
337+
--publishing-stage finalized \
338+
--filter filter.json
339+
```
340+
341+
*New in version 2.1*
342+
321343
#### Saving the output
322344

323345
You’ll likely want to save the output of your `request-catalog` call to disk, so that you can more easily use it in constructing the complete subscription

0 commit comments

Comments
 (0)