Skip to content

Releases: planetlabs/planet-client-python

1.3.2

27 Aug 16:54
Compare
Choose a tag to compare
  • add new skysat asset types

1.3.1

05 Aug 20:41
Compare
Choose a tag to compare
  • report the default value for item limit
  • replace hardcoded values with global variables
  • add header for data examples in Examples page
  • adding before, after options, separating features list from `features
  • Added default limit of 100 to analytics collections features list
  • Added separate analytics collections features list-all that will keep retrieving results with no limit
  • Added before, after options to both analytics collections features list and analytics collections features list-all

1.3.0

15 Jul 22:03
Compare
Choose a tag to compare

Added support for Analytic Feeds

  • Fixing incorrect shorthand CLI arg
  • Add comment to explain why the get resource entrypoint won't work in AF next.
  • bump version
  • unit tests for analytics commands
  • Adding auto-pagination for analytics commands
  • Misc fixup for flake8 and test dependencies
  • Add additional mosaics entrypoints to list mosaics for a series, as well mosaics for AF resources
  • Separate out analytics configuration to allow for using analytics alongside mosaics, even in AF next
  • Flesh out analytics CLI entrypoints and client funcs
  • Stub out analytics entrypoints

1.2.4

27 Jun 19:03
Compare
Choose a tag to compare
  • Add new UDM2 and related asset types

1.2.3

11 Jun 15:55
Compare
Choose a tag to compare
  • Authenticate item and asset type calls from CLI
  • Update tox config to remove obsolete Python 3 versions and allow pytest args
  • mimetypes.guess_extension() returns either .tif or .tiff - test accordingly
  • Let date_range filter handle dates given with and without timezones
  • Update copyright date
  • Update Planet address
  • Limit arg is required for items_iter()
  • Add pywin32 dep for windows platforms
  • Flake8 fixes
  • Fix improper handling of mixed states when activating multiple assets with Downloader.
  • Force TravisCI to upgrade pytest to avoid conflicts
  • Add new item types to CLI tool in order to match API's item-types endpoint.
  • Don't let final report get swallowed up with ANSI output
  • Output the same report for all downloads via CLI

1.2.2

04 Mar 17:14
Compare
Choose a tag to compare
  • Use requests' urlparse for Py2 & Py3 compatibility
  • Prevent empty filenames when attempting to download assets without a Content-Disposition header
  • Add more Python 3.7 support by removing keywords
  • Rename --rbox to --bbox and leave --bbox as an alias for backwards compatibility
  • De-duplicate explicit jq hyperlink (avoids sphinx warning)
  • Add examples of mosaic functionality
  • Update CLI command help info for mosaic functionality
  • Add LICENSE explicitly to setup.py so that pex can find it

1.2.1

08 Nov 17:53
Compare
Choose a tag to compare
  • set login headers as content-type:application/json during planet init

1.2.0

11 Oct 18:13
Compare
Choose a tag to compare
  • Added support for mosaics
  • Unpinned setuptools
  • Upgraded setuptools and pip
  • Built universal wheels.
  • Implemented filter combining in the CLI
  • Fixed flake8 violations, mostly trivial
  • Added sentinel1 item type
  • Added SR & skysat asset types to defaults
  • Added tox config for testing against multiple Python versions
  • Regenerated docs

1.1.0

15 Sep 17:16
Compare
Choose a tag to compare
  • update docs to use cloud_cover as field_name
  • move version and update user agent with client name and version
  • fix cli reference doc generation, flags have dash
  • Support new assets as they become available in the API without changes needed to the client.

1.0.1

22 Aug 22:32
Compare
Choose a tag to compare
  • update the doc strings with defaults
  • update allowed item/asset types for skysat
  • date_range improvements, handle Z suffix in strp_lenient