[gdal-dev] Re: TiffAppendToStrip errors with uncompressed output [SOLVED]

2012-05-09 Thread Jukka Rahkonen
Ahem, It seems to be so that compression makes resulting tiff files smaller. In some cases they can then fit to almost full disk even there is not enough room for an uncompressed version. An explanation for why I did not notice that disk was too full was that the LZW compression is so effective

[gdal-dev] Disk or database full error from Rasterlite driver

2012-05-09 Thread Jukka Rahkonen
Hi, I got the following error when testing Rasterlite with a biggish source data set gdal_translate -of rasterlite -a_srs epsg:3067 -co driver=PNG 50t.vrt rasterlite:50t.sqlite,table=50t_rasteri Input file size is 288000, 48 0...10...20...30...40...50...60...70.ERROR 1: sqlite3_step()

[gdal-dev] OGC services requests in VRT?

2012-05-09 Thread Ethan Alpert
Is it possible to use an OGC call in a VRTRasterBand? This electronic communication and any attachments may contain confidential and proprietary information of DigitalGlobe, Inc. If you are not the intended recipient, or an agent or employee responsible for delivering this communication to

Re: [gdal-dev] gdal_translate waits at the end of operation

2012-05-09 Thread Kyle Shannon
Sounds like your doing something wrong, it shouldn't hang. Can you share your command line args or a snippet of your batch file? kss On Wed, May 9, 2012 at 5:06 PM, kaarigar kaari...@gmail.com wrote: I hope this is the right forum to pose this question to. I am using gdal_translate on

Re: [gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-09 Thread Kyle Shannon
More questions? Can you convert one image into an xyz? It sounds like you can. Are there no errors or warnings? On Wed, May 9, 2012 at 5:34 PM, kaarigar kaari...@gmail.com wrote: Here's the command line: gdal_translate -ot Float32 -of XYZ -co COLUMN_SEPARATOR=, n40w124.tif n40w124.xyz

[gdal-dev] Re: gdal_translate waits at the end of operation

2012-05-09 Thread kaarigar
I can convert a single image to XYZ from command line. And can also convert multiple images to command line via batch file - if I press CTRL-C after the conversion for one file is 100% done - it will continue to the next file. There are no errors or warnings. The conversion to XYZ is successful.