File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -321,6 +321,25 @@ planet subscriptions request-catalog \
321
321
--filter filter.json > request-catalog.json
322
322
```
323
323
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
+
324
343
### Subscription Tools
325
344
326
345
Now we’ll dive into some of the tools options for subscriptions. These are quite similar to the tools for
You can’t perform that action at this time.
0 commit comments