Skip to content

Commit

Permalink
Remove SGI driver
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 28, 2025
1 parent 4d2e653 commit de05e78
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 916 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
PCIDSK -raster,vector- (rw+v): PCIDSK Database File (*.pix)
PCRaster -raster- (rw+): PCRaster Raster File (*.map)
ILWIS -raster- (rw+v): ILWIS Raster Map (*.mpr, *.mpl)
SGI -raster- (rw+v): SGI Image File Format 1.0 (*.rgb)
SRTMHGT -raster- (rwv): SRTMHGT File Format (*.hgt)
Leveller -raster- (rw+v): Leveller heightfield (*.ter)
Terragen -raster- (rw+v): Terragen heightfield (*.ter)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Supported Formats: (ro:read-only, rw:read-write, +:update, v:virtual-I/O s:subda
PCIDSK -raster,vector- (rw+v): PCIDSK Database File (*.pix)
PCRaster -raster- (rw+): PCRaster Raster File (*.map)
ILWIS -raster- (rw+v): ILWIS Raster Map (*.mpr, *.mpl)
SGI -raster- (rw+v): SGI Image File Format 1.0 (*.rgb)
SRTMHGT -raster- (rwv): SRTMHGT File Format (*.hgt)
Leveller -raster- (rw+v): Leveller heightfield (*.ter)
Terragen -raster- (rw+v): Terragen heightfield (*.ter)
Expand Down
Binary file removed autotest/gdrivers/data/sgi/byte.sgi
Binary file not shown.
47 changes: 0 additions & 47 deletions autotest/gdrivers/sgi.py

This file was deleted.

1 change: 0 additions & 1 deletion doc/source/drivers/raster/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ Raster drivers
sdat
sdts
sentinel2
sgi
sigdem
snap_tiff
snodas
Expand Down
37 changes: 0 additions & 37 deletions doc/source/drivers/raster/sgi.rst

This file was deleted.

1 change: 0 additions & 1 deletion frmts/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ gdal_optional_format(rs2 "RS2 -- RadarSat 2 XML Product")
gdal_optional_format(ilwis "Raster Map")
gdal_optional_format(rmf "RMF --- Raster Matrix Format")
gdal_optional_format(leveller "Daylon Leveller heightfield")
gdal_optional_format(sgi "SGI Image driver")
gdal_optional_format(srtmhgt "SRTM HGT File Read Support")
gdal_optional_format(idrisi "Idrisi Raster Format")
gdal_optional_format(gsg "Implements the Golden Software Surfer 7 Binary Grid Format.")
Expand Down
1 change: 0 additions & 1 deletion frmts/drivers.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ SAFE
PCIDSK
PCRaster
ILWIS
SGI
SRTMHGT
Leveller
Terragen
Expand Down
4 changes: 0 additions & 4 deletions frmts/gdalallregister.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -466,10 +466,6 @@ void CPL_STDCALL GDALAllRegister()
GDALRegister_ILWIS();
#endif

#ifdef FRMT_sgi
GDALRegister_SGI();
#endif

#ifdef FRMT_srtmhgt
GDALRegister_SRTMHGT();
#endif
Expand Down
2 changes: 0 additions & 2 deletions frmts/sgi/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit de05e78

Please sign in to comment.