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 @@ -251,10 +251,10 @@ def download_item_assets(
251251
252252 Args:
253253 item (pystac.Item): STAC Item for which assets need be downloaded.
254- assets (Optional[list[str]]): List of asset keys to download.
255- Defaults to all assets.
256254 path_template (Optional[str]): String to be interpolated to specify
257255 where to store downloaded files.
256+ config (Optional[DownloadConfig]): Configuration for downloading an item
257+ and its assets.
258258 keep_original_filenames (Optional[bool]): Controls whether original
259259 file names should be used, or asset key + extension.
260260 file_name (Optional[str]): The name of the item file to save.
@@ -284,10 +284,10 @@ def download_items_assets(
284284 Args:
285285 items (list[pystac.Item]): List of STAC Items for which assets need
286286 be downloaded.
287- assets (Optional[list[str]]): List of asset keys to download.
288- Defaults to all assets.
289287 path_template (Optional[str]): String to be interpolated to specify
290288 where to store downloaded files.
289+ config (Optional[DownloadConfig]): Configuration for downloading items
290+ and their assets.
291291 keep_original_filenames (Optional[bool]): Controls whether original
292292 file names should be used, or asset key + extension.
293293 file_name (Optional[str]): The name of the item file to save.
You can’t perform that action at this time.
0 commit comments