forked from planetlabs/planet-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES.txt
More file actions
166 lines (137 loc) · 5.67 KB
/
CHANGES.txt
File metadata and controls
166 lines (137 loc) · 5.67 KB
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
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