Skip to content

Commit ad76646

Browse files
Update docs/python/sdk-guide.md
Co-authored-by: Adam Weiner <adamweiner@users.noreply.github.com>
1 parent 833bbbb commit ad76646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/sdk-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ You will need your ACCESS_KEY_ID, SECRET_ACCESS_KEY, bucket and region name.
231231
To subscribe to scenes that match a filter, use the `subscription_request` module to build a request, and
232232
pass it to the `subscriptions.create_subscription()` method of the client.
233233

234-
By default, a request to create a subscription will not clip to the subscription source geometry. To clip to subscription source geometry, set `planet.subscription_request.build_request()` keyword argument `clip_to_source = True` as in the example below. To clip to a custom geometry, set `planet.subscription_request.build_request()` keyword argument `clip_to_source = False` (or omit it entirely to fall back on the default value), and instead configure the custom clip AOI with `planet.subscription_request.clip_tool()`.
234+
By default, a request to create a subscription will not clip matching imagery which intersects the source geometry. To clip to the subscription source geometry, set `planet.subscription_request.build_request()` keyword argument `clip_to_source = True` as in the example below. To clip to a custom geometry, set `planet.subscription_request.build_request()` keyword argument `clip_to_source = False` (or omit it entirely to fall back on the default value), and instead configure the custom clip AOI with `planet.subscription_request.clip_tool()`.
235235

236236
Warning: the following code will create a subscription, consuming quota based on your plan.
237237

0 commit comments

Comments
 (0)