Skip to content

Commit 7d0d2be

Browse files
gmgunterGitHub Enterprise
authored andcommitted
Fix ENVIRaster test dataset for GDAL v3.3.3 (#882)
This update provides a more explicit WKT string for the ENVI raster dataset used in unit tests. This is necessary for GDAL v3.3.3 to be able to recognize the EPSG code. Previous versions of GDAL were able to correctly infer the EPSG code in my testing.
1 parent 304cb65 commit 7d0d2be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/data/io/gdal/ENVIRaster-dem.hdr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ data type = 4
1010
interleave = bsq
1111
byte order = 0
1212
map info = {Geographic Lat/Lon, 1, 1, -156.000138888886, 20.0001388888836, 0.000277777777777815, 0.000277777777777815,WGS-84}
13-
coordinate system string = {GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]]}
13+
coordinate system string = {GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.0174532925199433,AUTHORITY["EPSG","9122"]],AXIS["Latitude",NORTH],AXIS["Longitude",EAST],AUTHORITY["EPSG","4326"]]}
1414
band names = {
1515
Band 1}

0 commit comments

Comments
 (0)