You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/cli-data.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ planet data item-get PSScene 20230310_083933_71_2431
441
441
The `item-coverage` command estimates the clear coverage of an item within a specified area of interest (AOI). This is useful for determining how much of your area of interest is covered by clouds or other obstructions:
442
442
443
443
```sh
444
-
planet data item-coverage PSScene 20230310_083933_71_2431 --geom geometry.geojson
444
+
planet data item-coverage PSScene 20250304_162555_90_24f2 --geom='{"type":"Polygon","coordinates":[[[-81.45,30.31],[-81.45,30.23],[-81.38,30.23],[-81.45,30.31]]]}'
445
445
```
446
446
447
447
You can also specify additional parameters:
@@ -453,7 +453,7 @@ You can also specify additional parameters:
453
453
For example:
454
454
455
455
```sh
456
-
planet data item-coverage PSScene 20230310_083933_71_2431 --geom geometry.geojson --band"haze"
456
+
planet data item-coverage PSScene 20250304_162555_90_24f2 --geom='{"type":"Polygon","coordinates":[[[-81.45,30.31],[-81.45,30.23],[-81.38,30.23],[-81.45,30.31]]]}' --band='snow'
457
457
```
458
458
459
459
## Item Asset Management
@@ -475,7 +475,7 @@ This will show you all asset available for the item, including their status and
475
475
To get detailed information about a specific asset:
476
476
477
477
```sh
478
-
planet data asset-get PSScene 20230310_083933_71_2431 ortho_analytic_8b_sr
478
+
planet data asset-get PSScene 20230310_083933_71_2431 ortho_analytic_8b
479
479
```
480
480
481
481
This command provides information about the asset's status download availability.
0 commit comments