[gdal-dev] rasterlite creation error

2010-11-16 Thread Neil Best
What does this mean? $ gdal_translate -of Rasterlite /data/grass/global/cusa/cellhd/agc_crop cusa.db -co DRIVER=PNG Input file size is 695, 298 ERROR 1: In ExecuteSQL(): sqlite3_prepare(SELECT AddGeometryColumn('cusa_metadata', 'geometry', -1, 'POLYGON', \ 2)): no such function:

Re: [gdal-dev] rasterlite creation error

2010-11-16 Thread Chaitanya kumar CH
Neil, OGR's SQLite driver can read a SpatiaLite database without the SpatiaLite library. The library is needed only for the extra features like indexes, functions, etc. So, you probably don't have SpatiaLite configured right. On Wed, Nov 17, 2010 at 10:11 AM, Neil Best nb...@ci.uchicago.edu