mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Added tests for gdal extractprojection
This commit is contained in:
parent
566d5726d7
commit
b9355556c5
1
python/plugins/processing/tests/testdata/expected/gdal/dem.prj
vendored
Normal file
1
python/plugins/processing/tests/testdata/expected/gdal/dem.prj
vendored
Normal file
@ -0,0 +1 @@
|
||||
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]
|
6
python/plugins/processing/tests/testdata/expected/gdal/dem.wld
vendored
Normal file
6
python/plugins/processing/tests/testdata/expected/gdal/dem.wld
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
0.00010000
|
||||
0.00000000
|
||||
0.00000000
|
||||
-0.00010000
|
||||
18.66634794
|
||||
45.81165144
|
@ -122,6 +122,34 @@ tests:
|
||||
name: expected/gdal/contour.gml
|
||||
type: vector
|
||||
|
||||
- algorithm: gdal:extractprojection
|
||||
name: Extract Projection (extractprojection)
|
||||
params:
|
||||
INPUT:
|
||||
name: dem.tif
|
||||
type: raster
|
||||
PRJ_FILE_CREATE: True
|
||||
results:
|
||||
WORLD_FILE:
|
||||
name: expected/gdal/dem.wld
|
||||
type: file
|
||||
PRJ_FILE:
|
||||
name: expected/gdal/dem.prj
|
||||
type: file
|
||||
|
||||
- algorithm: gdal:extractprojection
|
||||
name: Extract Projection (extractprojection)
|
||||
params:
|
||||
INPUT:
|
||||
name: dem.tif
|
||||
type: raster
|
||||
PRJ_FILE_CREATE: False
|
||||
results:
|
||||
WORLD_FILE:
|
||||
name: expected/gdal/dem.wld
|
||||
type: file
|
||||
PRJ_FILE: None
|
||||
|
||||
- algorithm: gdal:gdalinfo
|
||||
name: gdalinfo
|
||||
params:
|
||||
|
Loading…
x
Reference in New Issue
Block a user