forked from developmentseed/landsat-util
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
62 lines (54 loc) · 1.66 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
Changes
=======
0.7.0 (2015-05-29)
------------------
- New documentation
- Deployed to readthedocs
- Automate deployment to pypi
- Adds docker support
- skip unzipping if images already unzipped
- add force-unzip flag
- fix a bug where multiple downloads was not followed by multiple process #81
- fix a bug where if scenes was downloaded from google instead of aws, process failed #84
- download band 8 when pansharpen fixes #73
0.6.3 (2015-04-29)
------------------
- adjust lower rescaling bound, closes #66 for now
- better pixel math for #71
- update destination transform calculation for reprojection in polar regions
0.6.2 (2015-04-24)
------------------
- Updated readme
- removed gamma correction from image process
0.6.1 (2015-04-23)
------------------
- Updated tests that run faster
- New upload command for uploading final image to S3
- New command for continuous upload, process and upload
- Updated image processing that produces better color correction
- Other bug fixes
0.5.1 (2015-04-08)
------------------
- Updated Rasterio and Requests versions
0.5.0 (2015-03-10)
------------------
- Fewer dependencies
- Uses wheel on OSX
- New image processing algorithm which is faster and require less storage
- Updated API
- Includes longitude latitude search
- Improved console output
- Accepts bands combinations for processing images
- Includes a new faster downloader
- More comprehensive tests (96% coverage)
- Added to pypi pip install landsat-util
- Brew formula removed
0.2.0 (2014-08-28)
------------------
- New image processing
- New command-line syntax
- A lot of other new additions
- Lots of bug fixes
0.1.0 (2014-08-08)
------------------
- Pre-release version.