forked from planetlabs/planet-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
272 lines (220 loc) · 9.76 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
2.0.0-rc.1 (2023-03-06)
User Interface Changes:
- Stdin is no longer the default for CLI arguments/options that read from
stdin, string, or filename. To specify stdin, use `-`.
- planet data filter cli command outputs empty filter by default, helpers must
be specified with flags.
Changed:
- Connect retries wait time adjusted from 1sec to just shy of 1sec to
optimize distribution
Added:
- Data CLI commands: asset-get, asset-download, asset-activate, asset-wait,
search-run, search-list, search-update, search-delete
- Add AssetStatusBar reporter, use in data asset-wait cli command
- Add subscription request helper methods in python api
- Add planet subscriptions request CLI command
- Add support for base_url in subscriptions client
- Add support for MultiPolygon in orders clip tool
Fixed:
- Remove null printout from CLI subscriptions cancel command
- Update session_configuration.py to latest api
2.0.0-beta.1 (2022-12-07)
Changed:
- Auth.write() renamed to Auth.store() to match CLI command
- CLI now only sources from the configuration file
- the following functions were changed to generator functions and therefore no
longer require awaits: OrdersClient.list_orders, DataClient.search,
DataClient.run_search, SubscriptionsClient.list_results,
SubscriptionsClient.list_subscriptions.
- - CLI command planet orders request arguments have changed so only IDs is
positional, all others are flags.
Added:
- support for Sentinel-2 as a target in the harmonization tool in
orders_request
- `planet auth store` CLI command for storing authentication info
in the configuration file
Fixed:
- status option for list_subscriptions now works
- subscriptions list_results now returns more than the first page
2.0a6 (2022-11-10)
- Add SDK identification headers to communication with servers (#754).
- Add new example (example subfolder): Downloading multiple assets in
parallel (#722).
2.0a5 (2022-10-20)
- Implement python api data client asset download and supporting functions (#707).
- `planet data filter` cli command outputs a valid empty filter if all
subfilters are removed (#654).
- 'planet orders request' cli command now provides supported bundles for a
given item type, bundle and item type are case-insensitive, and bundle and
item type are moved to positional arguments (#680).
2.0a3 (2022-09-07)
- A change in behavior of httpx affected download of order assets in 2.0a2.
We're working around this change in behavior (#685).
- Subscriptions API methods communicating with particular subscription
endpoints (cancel_subscription, update_subscription, get_subscription, and
get_results) were broken due to missing 'f' prefixes (#687). The prefixes
have been added.
- STAC metadata can now be added to Orders requests (#676).
- More help and better error messages around bundles and asset types have been
added to the Orders API (#650, #675).
- Help for planet-subscriptions-describe and update commands has been
corrected, resolving the issue reported in #658.
2.0a2 (2022-08-04)
- Upgrade httpx to 0.23, change how quota exceptions are caught
- Increase reliability of communication with Planet servers and avoid clobbering them
- Add CLI data stats
- CLI search-quick -> search, API quick-search -> search
- limit option: remove None as a possibility, value of zero means no limit
- fix sort param field
- add sort option to planet data search-quick
2.0a1 (2022-06-28)
This is the first pre-release of the new features and interfaces coming in
version 2.0.0 later this year. A more complete listing of changes in this
package is coming soon. The highlights are
- Requirement of Python version 3.7 or newer.
- Support for Planet Data, Orders, and Subscription APIs.
- A Python package (the SDK) with asyncio support.
- A new and improved command line interface (the CLI).
1.4.6 (2020-05-18)
- New: you can now pass a search string to the Orders CLI via `--ids_from_search`
- New: the Orders CLI now has a shortcut `--clip` for clipping operations
- Fix: you can now download Order locations one by one
- Multiple test fixes: Python 2.7 tests, flake8, & make html-docs warning
- Add support for new 5-band asset types
1.4.5 (2020-02-11)
- Add support for new skysat video item and asset types
- Add `strict` keyword argument to searches
1.4.4 (2019-12-17)
- Pin requests-futures version to avoid error message.
- Fix broke jq parsing for regular data search
- Under certain conditions the response body can get printed more than once
1.4.3 (2019-11-14)
- 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 (2019-10-04)
- added new asset type
1.4.1 (2019-09-17)
- fix quick search regression: allow multiple item types as options in quick search again
1.4.0 (2019-09-16)
- Add CLI support for Planet Orders API
1.3.2 (2019-08-27)
- add new skysat asset types
1.3.1 (2019-07-19)
-------------------------------------
- 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 (2019-07-10)
-------------------------------------
- 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.
- unit tests for analytics commands
- Adding auto-pagination for analytics commands
- 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
1.2.4 (2019-06-27)
-------------------------------------
- Add new UDM2 and related asset types
1.2.3 (2019-06-11)
-------------------------------------
- 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 (2019-03-04)
-------------------------------------
- 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 (2018-11-08)
-------------------------------------
- Set login headers as content-type:application/json during planet init
1.2.0 (2018-10-10)
-------------------------------------
- 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 (2017-09-15)
-------------------------------------
- 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 (2017-08-22)
-------------------------------------
- update the doc strings with defaults
- update allowed item/asset types for skysat
- date_range improvements, handle Z suffix in strp_lenient
1.0.0 (2017-04-01) Code name: no-joke
-------------------------------------
- Remove V0 API support
- Initial V1 Data API support
0.0.6 (2016-02-17)
------------------
- Support for 'aoi_id' (saved geometry) queries in 'search' command
- More robust handling of potential download failures
0.0.5 (2015-12-01)
------------------
- Support RapidEye in CLI
- Fix examples in README
- Fix duplicate example in doc
0.0.4 (2015-09-23)
------------------
- Some API fixes related to trailing slashes
- Documentation refresh
- Area search for mosaic quads
- Use workspace id for search
- Editing workspace filters on CLI
- More products for sync tool
- Fix out of sync issue in sync tool
- Delete discarded temp files in atomic file handling
- Cancellation of async processes
0.0.3 (2015-08-25)
------------------
- Resolve extraneous 'None' appearing in CLI usage
- Documentation reworking
- Check for destination directory existence
- Some AOI validity checking for WKT/GeoJSON
- Paging improvements + support in CLI search results
- Mosaic/quads support
- Atomic file writing
- Pretty print by default when attached to terminal output
- Initial workspace support
0.0.2 (2015-08-05)
------------------
- Add init command for fetching and storing key
- Paging fixes for search/metadata
- Fix bad redirect handling related to API change
- Use published field, not acquired field for syncing
0.0.1 (2015-07-17)
------------------
- Initial release