Skip to content

0.2.1

Compare
Choose a tag to compare
@matthewhanson matthewhanson released this 15 Mar 23:34
· 94 commits to master since this release
d81e477

[v0.2.1] - 2019-02-14

Fixed

  • Fix number found reported when using .found() function and searching by IDs
  • Fixed URL paths in windows by using urljoin instead of os.path.join

Changed

  • update default API URL to sat-api.developmentseed.org
  • update default save path from ${eo:platform}/${date} to ${collection}/${date}
  • Default limit to search.items() changed from 1000 to 10000
  • Changed internal page size from 1000 to 500 (page size of queries to endpoint)

Added

  • Warning issued when number of items found greater than limit
  • requestor-pays option to acknowledge paying of egress costs when downloading (defaults to False)