Remove lines with '$Id$' in source files

This dates back to Subversion times where they were substituted with the
Subversion revision number.
This commit is contained in:
Even Rouault 2024-11-24 19:03:45 +01:00
parent 181b6b9991
commit c6c1a9b04e
No known key found for this signature in database
GPG Key ID: 33EBBFC47B3DD87D
1041 changed files with 98 additions and 1171 deletions

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Utilities
* Purpose: Common utility routines

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Utilities
* Purpose: GDAL Utilities Public Declarations.

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Utilities
* Purpose: GDAL Utilities Private Declarations.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDALApplyVerticalShiftGrid algorithm.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: ContourGenerate() testing

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test the image reprojection functions. Try to test as many

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test gdal.ComputeMedianCutPCT() and gdal.DitherRGB2PCT()

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: GDALFillNoData() testing

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test gdal.LineOfSightVisible algorithm.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Polygonize() algorithm.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test ComputeProximity() algorithm.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test RasterizeLayer() and related calls.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test ReprojectImage() algorithm.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test SieveFilter() algorithm.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test TransformGeoloc algorithm.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test the image reprojection functions. Try to test as many

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of gdalwarp

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of GeoTIFF driver

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of ogr2ogr

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Benchmarking of GeoPackage driver

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test fix for https://github.com/OSGeo/gdal/issues/1488 (concurrency

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Test alg

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL
* Purpose: Test deferred plugin loading

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Tests for the marching squares algorithm

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test OSRSetPROJSearchPaths()

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Test Delaunay triangulation

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache under multi-threading

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache under multi-threading

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache & writing behaviour under multi-threading

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test block cache & writing behaviour under multi-threading

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test GDALCopyWords().

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test GDALDestroy().

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL
* Purpose: Test CPL_LOG

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL Core
* Purpose: Test thread API

View File

@ -1,5 +1,4 @@
/******************************************************************************
* $Id$
*
* Project: GDAL algorithms
* Purpose: Test Delaunay triangulation

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test AsyncReader interface

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic GDAL open

View File

@ -1,7 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic GDAL open

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a BMP file.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for Microsoft Bitmap (.bmp)

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: COG driver testing

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test functioning of the GDALColorTable. Mostly this tests

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from an ENVI file.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test core numeric operations and statistics calculations

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Geolocation warper.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GetSubdatasetInfo API on GeoTIFF.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for GTiff driver.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a HDF file.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for HDF4 driver.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test multidimensional support in HDF4 driver

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for all datatypes from a HFA file.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Tests Raster Attribute Table support in the HFA driver and in

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write round-tripping of SRS for HFA/Imagine format.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for Erdas Imagine (.img) HFA driver.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test functioning of the IdentifyDriver functionality.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test InterpolateAtPoint functionality

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test RFC 15 "mask band" default functionality (nodata/alpha/etc)

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Minixml services from Python.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Various test of GDAL core.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test non-driver specific multidimensional support

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDALNoDataMaskBand

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic integration with numpy.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test multidimensional support with numpy

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDALOverviewDataset

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test functioning of the PAM metadata support.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test functioning of the ProxyDB PAM metadata support

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test pixel functions support.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a PNM file.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for portable anymap file format

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test default implementation of GDALRasterBand::IRasterIO

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test RasterAttributeTables services from Python.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDALRelationship

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test RFC 30 (UTF filename handling) support.

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test driver metadata

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDAL functions not bound SWIG with ctypes

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Python threading

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test Overview Support (mostly a GeoTIFF issue).

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a TIFF file.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for tiff files using overviews in subifds

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write round-tripping of SRS for GeoTIFF format.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test read/write functionality for GeoTIFF format.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test the GenImgProjTransformer capabilities.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test GDALVirtualMem interface

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test basic read support for a all datatypes from a VRT file.

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Misc tests of VRT driver

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsi7z/

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsiadls

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsiadls

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsiaz

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsiaz

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsiaz

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsicached?

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsicrypt/

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsicurl

View File

@ -1,6 +1,5 @@
#!/usr/bin/env pytest
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test /vsicurl_streaming

View File

@ -1,7 +1,6 @@
#!/usr/bin/env pytest
# -*- coding: utf-8 -*-
###############################################################################
# $Id$
#
# Project: GDAL/OGR Test Suite
# Purpose: Test VSI file primitives

Some files were not shown because too many files have changed in this diff Show More