gdal/alg
Even Rouault 5ff3f2fe5d
GDALRasterizeLayers(): do not emit warning about missing SRS if the target raster dataset has no SRS
Related to https://lists.osgeo.org/pipermail/gdal-dev/2024-December/059948.html
2024-12-18 17:57:32 +01:00
..
internal_libqhull Coverity warnings fixes (for false positives or unlikely events) 2024-11-24 23:12:55 +01:00
marching_squares Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
viewshed Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
CMakeLists.txt CMake: enable gdal_priv.h precompiled header if CMake USE_PRECOMPILED_HEADERS=ON 2024-12-02 19:19:05 +01:00
armadillo_headers.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
contour.cpp GDALContourGenerateEx(): return CE_None even if the raster is at constant value 2024-11-24 16:52:00 +01:00
delaunay.c Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdal_alg.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdal_alg_priv.h Merge pull request #10952 from rouault/rasterio_3203 2024-10-08 18:21:14 +02:00
gdal_crs.cpp GCPTransformer: accept only 2 points for order=1 transformer 2024-05-30 18:47:39 +02:00
gdal_interpolateatpoint.cpp fix some coverity tests 2024-11-17 23:03:20 +01:00
gdal_interpolateatpoint.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdal_octave.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdal_rpc.cpp alg/: enable ARM Neon optimizations for warping, pansharpening, gridding, dithering, RPC 2024-11-10 18:20:10 +01:00
gdal_simplesurf.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdal_simplesurf.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdal_tps.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalapplyverticalshiftgrid.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalchecksum.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalcutline.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdaldither.cpp alg/: enable ARM Neon optimizations for warping, pansharpening, gridding, dithering, RPC 2024-11-10 18:20:10 +01:00
gdalgenericinverse.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgenericinverse.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgeoloc.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgeoloc.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgeoloc_carray_accessor.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgeoloc_dataset_accessor.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgeolocquadtree.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgeolocquadtree.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgrid.cpp alg/: enable ARM Neon optimizations for warping, pansharpening, gridding, dithering, RPC 2024-11-10 18:20:10 +01:00
gdalgrid.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgrid_priv.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgridavx.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalgridsse.cpp alg/: enable ARM Neon optimizations for warping, pansharpening, gridding, dithering, RPC 2024-11-10 18:20:10 +01:00
gdallinearsystem.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdallinearsystem.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalmatching.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalmediancut.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalpansharpen.cpp Merge pull request #11239 from rouault/alg_neon 2024-11-25 01:13:38 +01:00
gdalpansharpen.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalproximity.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalrasterize.cpp GDALRasterizeLayers(): do not emit warning about missing SRS if the target raster dataset has no SRS 2024-12-18 17:57:32 +01:00
gdalrasterpolygonenumerator.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalresamplingkernels.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalsievefilter.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalsimplewarp.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdaltransformer.cpp gdalwarp: make sure to check that angular unit is degree for heuristics related to geographic CRS 2024-10-11 01:18:12 +02:00
gdaltransformgeolocs.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalwarper.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalwarper.h Merge pull request #10952 from rouault/rasterio_3203 2024-10-08 18:21:14 +02:00
gdalwarpkernel.cpp warp: use SSE4.1 code path with AVX 2024-11-10 18:20:11 +01:00
gdalwarpkernel_opencl.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalwarpkernel_opencl.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
gdalwarpoperation.cpp gdalwarp: allow specifying units of warp memory (#10976) 2024-10-10 15:24:48 +02:00
gvgcpfit.h Apply .clang-format to alg 2022-12-17 19:39:22 +01:00
internal_qhull_headers.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
llrasterize.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
los.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
polygonize.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
polygonize_polygonizer.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
polygonize_polygonizer.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
polygonize_polygonizer_impl.cpp polygonize: using the two-arm chains edgetracing algorithm (#7344) 2023-03-07 18:22:08 +01:00
rasterfill.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
thinplatespline.cpp Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00
thinplatespline.h Replace MIT license long text with 'SPDX-License-Identifier: MIT' 2024-10-05 13:57:32 +02:00