Releases: planetlabs/planet-client-python
Releases · planetlabs/planet-client-python
1.4.3
- 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
Add new asset type
1.4.1
Fix quick search regression: allow multiple item types as options in quick search again
1.4.0
- Add CLI support for Planet Orders API
1.3.2
- add new skysat asset types
1.3.1
- 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
andanalytics collections features list-all
1.3.0
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
- Add new UDM2 and related asset types
1.2.3
- 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
- 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