Re: [gdal-dev] list of gdal_retile -co options?

2014-02-19 Thread achrysochoou
Thank you Jukka! -- View this message in context: http://osgeo-org.1560.x6.nabble.com/list-of-gdal-retile-co-options-tp5104512p5104711.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing list gdal-dev@lists.osgeo.or

[gdal-dev] list of gdal_retile -co options?

2014-02-18 Thread achrysochoou
Hi, I am trying to find a list showing what options I can use in the gdal_retile -co ? Thanks in advance Regards, Antony -- View this message in context: http://osgeo-org.1560.x6.nabble.com/list-of-gdal-retile-co-options-tp5104512.html Sent from the GDAL - Dev mailing list archive at Nabble.

Re: [gdal-dev] Can I resume gdal_retile?

2013-11-11 Thread achrysochoou
Thank you for the gdal_retile.py script. I will delete the last created folder, give it a try and post back. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Can-I-resume-gdal-retile-tp5088569p5088589.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _

[gdal-dev] Can I resume gdal_retile?

2013-11-11 Thread achrysochoou
I used gdal_retile on a 5TB data set and the server crashed during the weekend. Is it possible to resume the process and keep what has been done? What will happen if I start the process again? Will it over-write or ignore previously created data? -- View this message in context: http://osgeo-

[gdal-dev] gdal_translate png from geotiff resolution problem

2010-04-16 Thread achrysochoou
Hi, I used this command "gdal_translate -of PNG test.tif test.png" and i got a 300KB PNG from a 650KB (just the image file) GEOTIFF. I was wondering if there is a method to extract the image from the geotiff or not lose data in the conversion process? Thanks in advance! -- View this message i

[gdal-dev] RE: get corner coordinates from gdalopen()

2010-04-16 Thread achrysochoou
Surely this is very helpful! Thanks a bunch Tom! Cheers! -- View this message in context: http://n2.nabble.com/get-corner-coordinates-from-gdalopen-tp4908657p4911981.html Sent from the GDAL - Dev mailing list archive at Nabble.com. ___ gdal-dev mailing

[gdal-dev] get corner coordinates from gdalopen()

2010-04-15 Thread achrysochoou
Hi, I have a geotiff and i am using python to read it. I am trying to extract the corner coordinates and store them in different variables. This is what i have done so far, dataset = gdal.Open(tif_path) print 'zone and Hemisphere are:', dataset.GetProjection()[26]+dataset.GetProjection()[27]+d