Skip to content

Commit de05e78

Browse files
committed
Remove SGI driver
1 parent 4d2e653 commit de05e78

File tree

12 files changed

+0
-916
lines changed

12 files changed

+0
-916
lines changed

.github/workflows/ubuntu_24.04/expected_gdalinfo_formats.txt

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
4040
PCIDSK -raster,vector- (rw+v): PCIDSK Database File (*.pix)
4141
PCRaster -raster- (rw+): PCRaster Raster File (*.map)
4242
ILWIS -raster- (rw+v): ILWIS Raster Map (*.mpr, *.mpl)
43-
SGI -raster- (rw+v): SGI Image File Format 1.0 (*.rgb)
4443
SRTMHGT -raster- (rwv): SRTMHGT File Format (*.hgt)
4544
Leveller -raster- (rw+v): Leveller heightfield (*.ter)
4645
Terragen -raster- (rw+v): Terragen heightfield (*.ter)

.github/workflows/windows_conda_expected_gdalinfo_formats.txt

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
4040
PCIDSK -raster,vector- (rw+v): PCIDSK Database File (*.pix)
4141
PCRaster -raster- (rw+): PCRaster Raster File (*.map)
4242
ILWIS -raster- (rw+v): ILWIS Raster Map (*.mpr, *.mpl)
43-
SGI -raster- (rw+v): SGI Image File Format 1.0 (*.rgb)
4443
SRTMHGT -raster- (rwv): SRTMHGT File Format (*.hgt)
4544
Leveller -raster- (rw+v): Leveller heightfield (*.ter)
4645
Terragen -raster- (rw+v): Terragen heightfield (*.ter)

autotest/gdrivers/data/sgi/byte.sgi

-1.08 KB
Binary file not shown.

autotest/gdrivers/sgi.py

-47
This file was deleted.

doc/source/drivers/raster/index.rst

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ Raster drivers
162162
sdat
163163
sdts
164164
sentinel2
165-
sgi
166165
sigdem
167166
snap_tiff
168167
snodas

doc/source/drivers/raster/sgi.rst

-37
This file was deleted.

frmts/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ gdal_optional_format(rs2 "RS2 -- RadarSat 2 XML Product")
9898
gdal_optional_format(ilwis "Raster Map")
9999
gdal_optional_format(rmf "RMF --- Raster Matrix Format")
100100
gdal_optional_format(leveller "Daylon Leveller heightfield")
101-
gdal_optional_format(sgi "SGI Image driver")
102101
gdal_optional_format(srtmhgt "SRTM HGT File Read Support")
103102
gdal_optional_format(idrisi "Idrisi Raster Format")
104103
gdal_optional_format(gsg "Implements the Golden Software Surfer 7 Binary Grid Format.")

frmts/drivers.ini

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ SAFE
5555
PCIDSK
5656
PCRaster
5757
ILWIS
58-
SGI
5958
SRTMHGT
6059
Leveller
6160
Terragen

frmts/gdalallregister.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -466,10 +466,6 @@ void CPL_STDCALL GDALAllRegister()
466466
GDALRegister_ILWIS();
467467
#endif
468468

469-
#ifdef FRMT_sgi
470-
GDALRegister_SGI();
471-
#endif
472-
473469
#ifdef FRMT_srtmhgt
474470
GDALRegister_SRTMHGT();
475471
#endif

frmts/sgi/CMakeLists.txt

-2
This file was deleted.

0 commit comments

Comments
 (0)