Skip to content

Commit

Permalink
Update docstrings (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnextgis authored May 23, 2024
1 parent 96a0298 commit f6fd6ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions stactask/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@ def download_item_assets(
Args:
item (pystac.Item): STAC Item for which assets need be downloaded.
assets (Optional[list[str]]): List of asset keys to download.
Defaults to all assets.
path_template (Optional[str]): String to be interpolated to specify
where to store downloaded files.
config (Optional[DownloadConfig]): Configuration for downloading an item
and its assets.
keep_original_filenames (Optional[bool]): Controls whether original
file names should be used, or asset key + extension.
file_name (Optional[str]): The name of the item file to save.
Expand Down Expand Up @@ -284,10 +284,10 @@ def download_items_assets(
Args:
items (list[pystac.Item]): List of STAC Items for which assets need
be downloaded.
assets (Optional[list[str]]): List of asset keys to download.
Defaults to all assets.
path_template (Optional[str]): String to be interpolated to specify
where to store downloaded files.
config (Optional[DownloadConfig]): Configuration for downloading items
and their assets.
keep_original_filenames (Optional[bool]): Controls whether original
file names should be used, or asset key + extension.
file_name (Optional[str]): The name of the item file to save.
Expand Down

0 comments on commit f6fd6ce

Please sign in to comment.