File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tests/src/providers/grass Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -765,7 +765,10 @@ void TestQgsGrassProvider::rasterImport()
765
765
}
766
766
767
767
QStringList rasterFiles;
768
- rasterFiles << " tenbytenraster.asc" << " landsat.tif" << " raster/band1_byte_ct_epsg4326.tif" << " raster/band1_int16_noct_epsg4326.tif" ;
768
+ // tenbytenraster.asc does not have CRS, import to EPSG:4326 without reprojection fails
769
+ // in G_adjust_Cell_head() (Illegal latitude for North)
770
+ // rasterFiles << "tenbytenraster.asc";
771
+ rasterFiles << " landsat.tif" << " raster/band1_byte_ct_epsg4326.tif" << " raster/band1_int16_noct_epsg4326.tif" ;
769
772
rasterFiles << " raster/band1_float32_noct_epsg4326.tif" << " raster/band3_int16_noct_epsg4326.tif" ;
770
773
771
774
QgsCoordinateReferenceSystem mapsetCrs = QgsGrass::crsDirect ( mGisdbase , mLocation );
You can’t perform that action at this time.
0 commit comments