bosmanoglu / adore-doris

Automated DORIS Environment (adore) is a set of bash scripts to ease use of TU-DELFT's DORIS software.
GNU General Public License v2.0
14 stars 7 forks source link

saveas gdal / saveas kml #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
saveas arcgis is already using gdal and it would be easy to support all gdal 
output formats, such as kml, geotiff etc.
for kml the superoverlay driver can be used:
Gdal_translate.exe –of KMLSUPEROVERLAY c:\my.tif c:\myResult.kmz –co 
FORMAT=PNG

Original issue reported on code.google.com by batuhan.osmanoglu@gmail.com on 9 Feb 2011 at 7:15

GoogleCodeExporter commented 9 years ago
This started but not tested yet. There is an undocumented saveas gdal option. 

Original comment by batuhan.osmanoglu@gmail.com on 4 Mar 2011 at 1:06

GoogleCodeExporter commented 9 years ago
saveas gdal command is available and documentation completed. Any Gdal 
supported format can be used with the "saveas gdal" command.

Original comment by batuhan.osmanoglu@gmail.com on 25 Sep 2012 at 12:45