Skip to content

Releases: sat-utils/sat-search

0.3.0

21 Aug 21:34
276a055
Compare
Choose a tag to compare

[v0.3.0] - 2020-08-21

Changed

  • Updated to work with STAC API v0.9.0 and v1.0.0-beta.2
  • SATUTILS_API_URL envvar changed to STAC_API_URL and default value removed. Specify with envvar or pass into Search when using library
  • When downloading, specify filename_template for location instead of both datadir and filename.
  • Update pagination to precisely follow STAC spec

0.2.3

21 Aug 21:29
Compare
Choose a tag to compare

[v0.2.3] - 2019-06-25

Changed

  • Default SATUTILS_API_URL changed to account for domain name change

0.2.2

24 Sep 17:00
48f00dc
Compare
Choose a tag to compare

[v0.2.2] - 2019-09-20

Changed

  • Parser module now handles reading JSON from file
  • sat-stac dependency bumped to 0.3.0 - tests updated

Fixed

  • Fixed issue with some comparison ops not being evaluated

0.2.1

15 Mar 23:34
d81e477
Compare
Choose a tag to compare

[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)

0.2.0

31 Jan 06:45
2169d1c
Compare
Choose a tag to compare

[v0.2.0] - 2019-01-31

Changed

  • Works with version 0.2.0 of sat-api (STAC 0.6.x)
  • Major refactor, uses sat-stac library

0.1.0

31 Jan 06:42
Compare
Choose a tag to compare

[v0.1.0] - 2018-10-25

Initial Release