Releases: sat-utils/sat-search
Releases · sat-utils/sat-search
0.3.0
[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 toSTAC_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 bothdatadir
andfilename
. - Update pagination to precisely follow STAC spec
0.2.3
[v0.2.3] - 2019-06-25
Changed
- Default SATUTILS_API_URL changed to account for domain name change
0.2.2
[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
[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
[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
[v0.1.0] - 2018-10-25
Initial Release