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:
parent
181b6b9991
commit
c6c1a9b04e
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Utilities
|
||||
* Purpose: Common utility routines
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Utilities
|
||||
* Purpose: GDAL Utilities Public Declarations.
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Utilities
|
||||
* Purpose: GDAL Utilities Private Declarations.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test GDALApplyVerticalShiftGrid algorithm.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: ContourGenerate() testing
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test gdal.ComputeMedianCutPCT() and gdal.DitherRGB2PCT()
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: GDALFillNoData() testing
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test gdal.LineOfSightVisible algorithm.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test Polygonize() algorithm.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test ComputeProximity() algorithm.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test RasterizeLayer() and related calls.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test ReprojectImage() algorithm.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test SieveFilter() algorithm.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test TransformGeoloc algorithm.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Benchmarking
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Benchmarking of gdalwarp
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Benchmarking of GeoTIFF driver
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Benchmarking of ogr2ogr
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Benchmarking of GeoPackage driver
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test fix for https://github.com/OSGeo/gdal/issues/1488 (concurrency
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Test alg
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL
|
||||
* Purpose: Test deferred plugin loading
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Tests for the marching squares algorithm
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Tests for the marching squares algorithm
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Tests for the marching squares algorithm
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Tests for the marching squares algorithm
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test OSRSetPROJSearchPaths()
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Test Delaunay triangulation
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test block cache under multi-threading
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test block cache under multi-threading
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test block cache & writing behaviour under multi-threading
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test block cache & writing behaviour under multi-threading
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test GDALCopyWords().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test GDALDestroy().
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL
|
||||
* Purpose: Test CPL_LOG
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL Core
|
||||
* Purpose: Test thread API
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
/******************************************************************************
|
||||
* $Id$
|
||||
*
|
||||
* Project: GDAL algorithms
|
||||
* Purpose: Test Delaunay triangulation
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test AsyncReader interface
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test basic GDAL open
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test basic GDAL open
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test read/write functionality for Microsoft Bitmap (.bmp)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: COG driver testing
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test functioning of the GDALColorTable. Mostly this tests
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test Geolocation warper.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test GetSubdatasetInfo API on GeoTIFF.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test read/write functionality for GTiff driver.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test read/write functionality for HDF4 driver.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test multidimensional support in HDF4 driver
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test functioning of the IdentifyDriver functionality.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test InterpolateAtPoint functionality
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test Minixml services from Python.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Various test of GDAL core.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test non-driver specific multidimensional support
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test GDALNoDataMaskBand
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test basic integration with numpy.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test multidimensional support with numpy
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test GDALOverviewDataset
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test functioning of the ProxyDB PAM metadata support
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test pixel functions support.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test read/write functionality for portable anymap file format
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test default implementation of GDALRasterBand::IRasterIO
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test RasterAttributeTables services from Python.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test GDALRelationship
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test RFC 30 (UTF filename handling) support.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test driver metadata
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test Python threading
|
||||
|
|
|
@ -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).
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test the GenImgProjTransformer capabilities.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test GDALVirtualMem interface
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Misc tests of VRT driver
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsi7z/
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsiadls
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsiadls
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsiaz
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsiaz
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsiaz
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsicached?
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/usr/bin/env pytest
|
||||
# -*- coding: utf-8 -*-
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsicrypt/
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsicurl
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env pytest
|
||||
###############################################################################
|
||||
# $Id$
|
||||
#
|
||||
# Project: GDAL/OGR Test Suite
|
||||
# Purpose: Test /vsicurl_streaming
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue