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