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
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.
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.
_
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-
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
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
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