File: ChangeLog

package info (click to toggle)
dans-gdal-scripts 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 17,372 kB
  • ctags: 496
  • sloc: cpp: 7,427; sh: 1,064; makefile: 44
file content (45 lines) | stat: -rw-r--r-- 1,422 bytes parent folder | download
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
=== Version 0.23
	Fix for compiler warnings/errors.
	Fix finding of GDAL headers.
	gdal_landsat_pansharp supports all datatypes except for complex
	fix: gdal_contrast_stretch showed wrong 'min' pixel value
	fix: gdal_contrast_stretch messages now number bands starting from '1'

=== Version 0.22
	Getting homebrew recipe and tagging working for OSX happyness.

=== Version 0.21
	updated test scripts, test cases are now consistent with current code
	fix: dataset was closed too early in gdal_trace_outline

=== Version 0.20
	gdal_contrast_stretch has histogram dump mode
	bug fix in gdal_contrast_stretch
	changes to satisfy cpplint
	put std:: in front of isnan, isinf
	make doesn't require awk; default_palette.h prebuilt
	fixed uninitialized class members
	fixes for cppcheck
	fixed src_range display

=== Version 0.19
	gdal_contrast_stretch supports all datatypes except for complex
	call GDALClose even for read-only datasets

=== Version 0.18
	Converted to C++
	More test cases

=== Version 0.17
	Tolerate points that are just slightly outside of [-360,540] and [-90,90]
		lon/lat box
	Fixed build dependencies for default_palette.h
	semi_major axis only required when needed

=== Version 0.16
	Several fixes for support of large files (>2 gigapixels)
	Use bit-packed NDV mask to save memory
	Input is no longer required to have a globe size (i.e. OSRGetSemiMajor)

=== Version 0.15
	Added gdal_make_ndv_mask program