git clone https://github.com/r-barnes/ArcRasterRescue.git
cd ArcRasterRescue
make
cd ..
./ArcRasterRescue/arc_raster.exe fveg15_1.gdb/ 0 fveg15.tif
#Arc Raster Rescue (url=github.com/r-barnes/ArcRasterRescue, hash=b60ea39fcf11666d, compiled=2018-05-08 03:43:04 UTC)
#Allocating 4x30592x35456 = 4338679808
gdalinfo fveg15.tif
Driver: GTiff/GeoTIFF
Files: fveg15.tif
Size is 30592, 35456
Coordinate System is:
PROJCS["NAD_1983_California_Teale_Albers",
GEOGCS["GCS_North_American_1983",
DATUM["D_North_American_1983",
SPHEROID["GRS_1980",6378137.0,298.257222101]],
PRIMEM["Greenwich",0.0],
UNIT["Degree",0.017453292519943295]],
PROJECTION["Albers"],
PARAMETER["False_Easting",0.0],
PARAMETER["False_Northing",-4000000.0],
PARAMETER["Central_Meridian",-120.0],
PARAMETER["Standard_Parallel_1",34.0],
PARAMETER["Standard_Parallel_2",40.5],
PARAMETER["Latitude_Of_Origin",0.0],
UNIT["Meter",1.0]]
Origin = (-636254.999999998137355,530295.000000000000000)
Pixel Size = (30.000000000000000,-30.000000000000000)
Metadata:
AREA_OR_POINT=Area
PROCESSING_HISTORY=2018-05-08 03:48:17 UTC | Arc Raster Rescue (url=github.com/r-barnes/ArcRasterRescue, hash=b60ea39fcf11666d, compiled=2018-05-08 03:43:04 UTC) | /perm_storage/home/mdsumner/Git/ArcRasterRescue/arc_raster.exe fveg15_1.gdb/ 0 fveg15.tif
TIFFTAG_DATETIME=2018-05-08 03:48:17 UTC
TIFFTAG_SOFTWARE=Arc Raster Rescue (url=github.com/r-barnes/ArcRasterRescue, hash=b60ea39fcf11666d, compiled=2018-05-08 03:43:04 UTC)
Image Structure Metadata:
INTERLEAVE=BAND
Corner Coordinates:
Upper Left ( -636255.000, 530295.000)
Lower Left ( -636255.000, -533385.000)
Upper Right ( 281505.000, 530295.000)
Lower Right ( 281505.000, -533385.000)
Center ( -177375.000, -1545.000)
Band 1 Block=30592x1 Type=Int32, ColorInterp=Gray
NoData Value=-9999
Compress and recreate with tiling.
mv fveg15.tif fveg15_00.tif
gdal_translate fveg15_00.tif fveg15.tif -co COMPRESS=DEFLATE -co TILED=YES
from the GeoTIFF created by AGis