File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -250,10 +250,10 @@ def download_item_assets(
250
250
251
251
Args:
252
252
item (pystac.Item): STAC Item for which assets need be downloaded.
253
- assets (Optional[list[str]]): List of asset keys to download.
254
- Defaults to all assets.
255
253
path_template (Optional[str]): String to be interpolated to specify
256
254
where to store downloaded files.
255
+ config (Optional[DownloadConfig]): Configuration for downloading an item
256
+ and its assets.
257
257
keep_original_filenames (Optional[bool]): Controls whether original
258
258
file names should be used, or asset key + extension.
259
259
"""
@@ -280,10 +280,10 @@ def download_items_assets(
280
280
Args:
281
281
items (list[pystac.Item]): List of STAC Items for which assets need
282
282
be downloaded.
283
- assets (Optional[list[str]]): List of asset keys to download.
284
- Defaults to all assets.
285
283
path_template (Optional[str]): String to be interpolated to specify
286
284
where to store downloaded files.
285
+ config (Optional[DownloadConfig]): Configuration for downloading items
286
+ and their assets.
287
287
keep_original_filenames (Optional[bool]): Controls whether original
288
288
file names should be used, or asset key + extension.
289
289
"""
You can’t perform that action at this time.
0 commit comments