librasterlite2

Library to store and retrieve huge raster coverages using SQLite

brewmacoslinux
Try with needOr install directly
Source

About

Library to store and retrieve huge raster coverages

Commands

rl2tool

Examples

Create a new raster coverage database$ rl2tool CREATE mydb.sqlite
Import a GeoTIFF file into a raster coverage$ rl2tool IMPORT mydb.sqlite myimage.tif coverage_name
Export raster coverage to GeoTIFF format$ rl2tool EXPORT mydb.sqlite coverage_name output.tif