Skip to content

0.1.2

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 14 Feb 19:57
· 95 commits to master since this release
1a8a55b

[v0.1.2] - 2019-02-14

Added

  • Item.download_assets() and Items.download_assets() works as download() except accepts a list of keys rather than a single key. Passing in None for keys will download all assets.
  • requestor_pays keyword option added to Item.download() (and Items.download()). Defaults to False. Use it to acknowledge paying egress costs when downloading data from a Reqeuestor Pays bucket (e.g., Sentinel-2). If the bucket is requestor pays and this is not set to True an AccessDenied error message will occur.