This repository has been archived by the owner on Nov 11, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NEWS
82 lines (71 loc) · 2.4 KB
/
NEWS
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
GDAL Calculations 1.0 2015-02-13 (AEST)
=======================================
Fixes
-----
* Fix errors with positive N-S pixel resolutions - Issue #4
GDAL Calculations 1.0 2014-06-25 (AEST)
=======================================
Additions
---------
* Env: add tempoptions environment option
* Add NewDataset class
Fixes
-----
* Fix errors with _some_ numpy ufuncs - Issue #4
* Fix create_copy with Band objects
* Fix gdal_calculate expressions with spaces
* Improve gdal_calculate progress reporting
GDAL Calculations 0.9 2014-03-12 (AEST)
=======================================
Fixes
-----
* Fix error with unsupported gdal.GRA_Average resampling in gdal<1.10
GDAL Calculations 0.8 2013-11-02 (AEST)
=======================================
Fixes
-----
* Fix Issue 2 gdal_calculate fails with ConvertedDataset
* Fix Issue 3 Output bands out of order when calculations run on multiband raster
GDAL Calculations 0.7 2013-09-27 (AEST)
=======================================
Fixes
-----
* Fix megabug in operations with scalars where Dataset/Band objects are the right operands
* Set correct no. of bands for ndarray operations
* Enable operations with zero as the other operand
GDAL Calculations 0.6 2013-09-23 (AEST)
=======================================
Additions
---------
* Env: add ntiles (number of tiles to process at once) and enable_numexpr attributes
* gdal_calculate: add --numexpr flag
Fixes
-----
* Fix segfault in ClippedDataset caused by setting NoData node incorrectly
* Work around issues with numpy methods and __array_struct__ attribute calls.
* Fix passing some datasets to numpy functions
* Make /vsimem processing optional and set with Env.tempdir
* Handle np.bool types without gdal autocasting to float64
* More informative error when getattr fails
* Refactor gdal_dataset.RasterLike.apply_environment
GDAL Calculations 0.5 2013-09-14 (AEST)
=======================================
Additions
---------
* Added srs to environment setting
Fixes
-----
* Fix some bugs found autotesting
GDAL Calculations 0.4 2013-09-11 (AEST)
=======================================
Additions
---------
* Added snap to dataset environment setting
* Added cellsize environment setting
* Added autotest script and test data
Fixes
-----
* Fixed clipped temp datasets bug
* Fix extent handling bug
* Handle warped VRTs
* Fix numerous bugs found autotesting