Skip to content

Releases: planetlabs/planet-client-python

1.4.3

14 Nov 23:55
Compare
Choose a tag to compare
  • Updating copyright date for modified files
  • Removing monkey patch
  • Make sure base_url has a trailing /
  • Simplified configuration of analytics client to be consistent

1.4.2

04 Oct 14:28
Compare
Choose a tag to compare

Add new asset type

1.4.1

17 Sep 15:48
Compare
Choose a tag to compare

Fix quick search regression: allow multiple item types as options in quick search again

1.4.0

16 Sep 21:20
Compare
Choose a tag to compare
  • Add CLI support for Planet Orders API

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