rasterlite_load(1) upload GeoTIFF rasters into a SpatiaLite DB

SYNOPSIS

rasterlite_load [-?] [-t] [-v] [-d pathname] [-T name] [-D dir_path] [-f file_name] [-s num] [-e num] [-i [JPEG | PNG | GIF | TIFF] ] [-q num]

DESCRIPTION

rasterlite_load is a tool for uploading GeoTIFF rasters into a SpatiaLite DB.

OPTIONS

-?, --help
print help message
-t, --test
test only - no actual action
-v, --verbose
verbose output
-d pathname, --db-path pathname
the SpatiaLite db path
-T name, --table-name name
DB table name
-D dir_path, --dir dir_path
the DIR path containing GeoTIFF files
-f file_name, --file file_name
a single GeoTIFF file
-s num, --tile-size num
override the default tile size (default = 512)
-e num, --epsg-code num
set the optional EPSG code
-i [JPEG|PNG|GIF|TIFF], --image-type [JPEG|PNG|GIF|TIFF]
select image type
-q num, --quality num
override the default quality (default = 75(JPEG))