Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/source/cli/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,9 @@ than the full order.
You can also clip the items in an order by providing a GeoJSON AOI Geometry
with the `--clip` parameter::

planet orders create --name "my order" ... \
planet orders create --name "my order" \
--id 20151119_025740_0c74,20151119_025741_0c74 \
--bundle visual --item-type psscene3band
--clip '{
"type": "Polygon",
"coordinates": [
Expand Down