Hi All,

as gdal2wktraster.py has a bug that prevents importing big rasters, I have
split the raster using

gdal_retile.py -v -ps 10000 10000 -targetDir test test.png

I created a lot of tif files...

then I've tried to create a sql with this:

./gdal2wktraster.py -r test/*.tif -t newtable -o newtable.sql

and gdal2wktraster.py read only 1 file:

se...@seanspc:~/rasters$ ./gdal2wktraster.py -r test/*.tif -t newtable -o
newtable.sql
------------------------------------------------------------
 Summary of GDAL to WKT Raster processing:
------------------------------------------------------------
Number of processed raster files: 1 (test/test_01_01.tif)
List of generated tables (number of tiles):
1       newtable (1)


any other easy way to import big rasters ?



-- 
Sebastian E. Ovide
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to