Skip to content

Commit 4bc6735

Browse files
committed
Basic docs for request-pv
1 parent 4055dbb commit 4bc6735

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/cli/cli-subscriptions.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,25 @@ planet subscriptions request-catalog \
321321
--filter filter.json > request-catalog.json
322322
```
323323

324+
### Planetary Variable Request
325+
326+
Subscribing to Planetary Variables is much like subscribing to imagery from
327+
Planet's catalog. The `planet subscriptions request-pv` command can construct the source
328+
part of a Planetary Variable request like `request-catalog` does for cataloged
329+
imagery. Planetary Variable subscriptions come in 4 types and are further
330+
subdivided within these types by an identifier. See [Subscribing to Planetary
331+
Variables](https://developers.planet.com/docs/subscriptions/pvs-subs/#planetary-variables-types-and-ids)
332+
for details. To constrain data delivery by space and time, you will use the
333+
`--geometry`, `start-time`, and `end-time` options described above.
334+
335+
```sh
336+
planet subscriptions request-pv \
337+
--var-type biomass_proxy \
338+
--var-id BIOMASS-PROXY_V3.0_10 \
339+
--geometry geometry.geojson \
340+
--start-time 2022-08-24T00:00:00-07:00 > request-pv.json
341+
```
342+
324343
### Subscription Tools
325344

326345
Now we’ll dive into some of the tools options for subscriptions. These are quite similar to the tools for

0 commit comments

Comments
 (0)