Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

64 lines (45 loc) · 2.35 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

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

v0.2.3 - 2019-06-25

Changed

  • Default SATUTILS_API_URL changed to account for domain name change

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
  • requestor-pays CLI switch, and requestor_pays keyword arg now properly spelled as requester-pays and requester_pays

Fixed

  • Fixed issue with some comparison ops not being evaluated

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)

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

v0.1.0 - 2018-10-25

Initial Release