mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			63 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			63 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
# See ../README.md for a description of the file format
 | 
						|
 | 
						|
tests:
 | 
						|
# MK: 23.2.2016 / Fails on travis:OSX
 | 
						|
#  - algorithm: gdalogr:rasterize
 | 
						|
#    name: Test (gdalogr:rasterize)
 | 
						|
#    params:
 | 
						|
#      BIGTIFF: 0
 | 
						|
#      COMPRESS: 4
 | 
						|
#      DIMENSIONS: 0
 | 
						|
#      EXTRA: ""
 | 
						|
#      FIELD: "Bfloatval"
 | 
						|
#      HEIGHT: 100
 | 
						|
#      INPUT:
 | 
						|
#        name: multipolys.gml
 | 
						|
#        type: vector
 | 
						|
#      JPEGCOMPRESSION: 75
 | 
						|
#      NO_DATA: -9999
 | 
						|
#      PREDICTOR: 1
 | 
						|
#      RTYPE: 5
 | 
						|
#      TFW: False
 | 
						|
#      TILED: False
 | 
						|
#      WIDTH: 100
 | 
						|
#      ZLEVEL: 6
 | 
						|
#    results:
 | 
						|
#      OUTPUT:
 | 
						|
#        hash: f1fedeb6782f9389cf43590d4c85ada9155ab61fef6dc285aaeb54d6
 | 
						|
#        type: rasterhash
 | 
						|
 | 
						|
 | 
						|
  - name: GDAL ogrinfo
 | 
						|
    algorithm: gdalogr:information
 | 
						|
    params:
 | 
						|
      INPUT:
 | 
						|
        name: lines.gml
 | 
						|
        type: vector
 | 
						|
      SUMMARY_ONLY: 'True'
 | 
						|
    results:
 | 
						|
      OUTPUT:
 | 
						|
        name: expected/gdal/vector_info.html
 | 
						|
        type: regex
 | 
						|
        rules:
 | 
						|
          - 'Extent: \(-1.000000, -3.000000\) - \(11.000000, 5.000000\)'
 | 
						|
          - 'Geometry: Line String'
 | 
						|
          - 'Feature Count: [6|7]' # On some platforms returns 6 instead of 7...
 | 
						|
 | 
						|
  - algorithm: gdalorg:rasterinfo
 | 
						|
    name: GDAL gdalinfo
 | 
						|
    params:
 | 
						|
      INPUT:
 | 
						|
        name: raster.tif
 | 
						|
        type: raster
 | 
						|
      NOGCP: false
 | 
						|
      NOMETADATA: false
 | 
						|
    results:
 | 
						|
      OUTPUT:
 | 
						|
        name: expected/gdal/raster_info.html
 | 
						|
        type: regex
 | 
						|
        rules:
 | 
						|
          - 'Origin = \(270736.067325068172067,4459029.574521748349071\)'
 | 
						|
          - 'Band 1 Block=16x14 Type=Float32, ColorInterp=Gray'
 | 
						|
          - '  NoData Value=-32768'
 |