[dans-gdal-scripts] 02/05: Merge tag 'upstream/0.24'

Bas Couwenberg sebastic at debian.org
Sat Oct 15 18:56:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository dans-gdal-scripts.

commit 6817e4255fee3bec451bfaa0894499c7eebc37b1
Merge: 11d82f2 260ca37
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Oct 15 20:39:38 2016 +0200

    Merge tag 'upstream/0.24'
    
    Upstream version 0.24

 ChangeLog                                          |   8 +
 TODO                                               |  24 +-
 configure.ac                                       |   3 +-
 m4/boost.m4                                        | 482 ++++++++++++++++-----
 src/Makefile.am                                    |  12 +-
 src/common.cc                                      |   4 +
 src/common.h                                       |   4 +
 src/datatype_conversion.cc                         |  65 +++
 src/datatype_conversion.h                          |  49 +++
 src/default_palette.h                              |  33 ++
 src/dp.cc                                          | 155 ++++---
 src/dp.h                                           |   7 +
 src/gdal_contrast_stretch.cc                       |  32 +-
 src/gdal_dem2rgb.cc                                |  16 +-
 src/gdal_get_projected_bounds.cc                   |   2 +-
 src/gdal_landsat_pansharp.cc                       |   2 +
 src/gdal_merge_simple.cc                           |   2 +
 src/gdal_merge_vrt.cc                              |   2 +
 src/gdal_raw2geotiff.cc                            |   2 +
 src/gdal_trace_outline.cc                          | 131 +++---
 src/mask-tracer.cc                                 |  68 +--
 src/mask.cc                                        | 273 ++++--------
 src/mask.h                                         |  72 +--
 src/ndv.cc                                         | 160 +++----
 src/ndv.h                                          |  65 ++-
 src/polygon.cc                                     |  63 ++-
 src/polygon.h                                      | 160 +++++++
 src/raster_features.cc                             | 440 +++++++++++++++++++
 src/raster_features.h                              | 118 +++++
 src/tests/.gitignore                               |   4 +
 src/tests/good_test1_1.ppm                         | Bin 0 -> 198162 bytes
 src/tests/{good_test2_2.ppm => good_test1_2.ppm}   | Bin 198162 -> 198162 bytes
 src/tests/good_test1_3.ppm                         | Bin 0 -> 198162 bytes
 src/tests/good_test1_3_classify.dbf                | Bin 0 -> 284 bytes
 src/tests/good_test1_3_classify.shp                | Bin 0 -> 75220 bytes
 src/tests/good_test1_3_classify.shx                | Bin 0 -> 140 bytes
 src/tests/good_test1_3_classify_pal.dbf            | Bin 0 -> 448 bytes
 src/tests/good_test1_3_classify_pal.shp            | Bin 0 -> 75220 bytes
 src/tests/good_test1_3_classify_pal.shx            | Bin 0 -> 140 bytes
 src/tests/good_test1_4-rect.ppm                    | Bin 1277157 -> 1277157 bytes
 src/tests/{good_test2_4.ppm => good_test1_4.ppm}   | Bin 1277157 -> 1277157 bytes
 src/tests/{good_test2_5.ppm => good_test1_5.ppm}   | Bin 1177863 -> 1177863 bytes
 src/tests/good_test1_double.dbf                    | Bin 0 -> 390 bytes
 src/tests/good_test1_double.shp                    | Bin 0 -> 464856 bytes
 src/tests/good_test1_double.shx                    | Bin 0 -> 204 bytes
 src/tests/good_test1_double.wkt                    |  13 +
 src/tests/good_test1_double_clip.wkt               |   3 +
 src/tests/good_test1_features.dbf                  | Bin 0 -> 749 bytes
 src/tests/good_test1_features.shp                  | Bin 0 -> 2009632 bytes
 src/tests/good_test1_features.shx                  | Bin 0 -> 260 bytes
 src/tests/good_test1_features.wkt                  |  20 +
 src/tests/good_test1_gradient_ndv.pbm              | Bin 0 -> 8203 bytes
 src/tests/good_test1_gradient_ndv_inv.pbm          | Bin 0 -> 8203 bytes
 src/tests/good_test1_gradient_valid.pbm            | Bin 0 -> 8203 bytes
 src/tests/good_test1_maze.ppm                      | Bin 0 -> 771138 bytes
 src/tests/good_test1_nan1.pbm                      | Bin 0 -> 8203 bytes
 src/tests/good_test1_nan2.pbm                      | Bin 0 -> 8203 bytes
 src/tests/good_test1_nan3.pbm                      | Bin 0 -> 8203 bytes
 src/tests/good_test1_nan4.pbm                      | Bin 0 -> 8203 bytes
 src/tests/good_test1_noise.ppm                     | Bin 0 -> 771138 bytes
 src/tests/good_test1_noise_dp3.ppm                 | Bin 0 -> 771138 bytes
 src/tests/good_test2_1.ppm                         | Bin 198162 -> 198162 bytes
 src/tests/good_test2_2.ppm                         | Bin 198162 -> 198162 bytes
 src/tests/good_test2_3.ppm                         | Bin 198162 -> 198162 bytes
 src/tests/good_test2_4.ppm                         | Bin 1277157 -> 1277157 bytes
 src/tests/good_test2_5.ppm                         | Bin 1177863 -> 1177863 bytes
 src/tests/good_test2_maze.ppm                      | Bin 771138 -> 771138 bytes
 src/tests/good_test2_noise.ppm                     | Bin 771138 -> 771138 bytes
 src/tests/good_test2_noise_dp3.ppm                 | Bin 771138 -> 771138 bytes
 src/tests/good_test3_dem.tif                       | Bin 0 -> 618214 bytes
 .../{good_test2_4.ppm => good_test3_histeq.tif}    | Bin 1277157 -> 1699534 bytes
 src/tests/test1.sh                                 |  94 +++-
 src/tests/test2.sh                                 |   8 +-
 src/tests/test3.sh                                 |   8 +-
 src/tests/{pal.tif => testcase_3_paletted.tif}     | Bin
 src/tests/testcase_double.tif                      | Bin 0 -> 824313 bytes
 src/tests/testcase_features.png                    | Bin 0 -> 85946 bytes
 77 files changed, 1936 insertions(+), 668 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/dans-gdal-scripts.git



More information about the Pkg-grass-devel mailing list