<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
<br>
        Hi Florian and Ivan:<br><br>Sorry for my late reply, I meant a raster dialog to wrap the funtionality<br>of gdal_translate. For example choose a raster file, select a new file, an<br>output format and the creation options to export from gtiff to ecw,<br>jpg2000 or any other format available in gdal. An example of such dialog<br>is the openev export tool.<br><br>The openev export tool is written in python and I tried to create a python<br>plugin borrowing the code but I couldn't make the progress callback of<br>gdalcreatecopy work. I always got a runtime error saying "object passed<br>is not a python function". Florian if you are working with python have you<br>faced this problem?<br><br>I can think in a class like QgsVectorFileWriter for rasters to enable a<br>"save as" option to export the currently selected raster layer in legend<br>to any gdal enabled format.<br><br>Also if you are doing something similar I would like to join efforts instead<br>of replicating work.<br><br>Regards<br>Godofredo Contreras<br><br>&gt; From: ivan.lucena@pmldnet.com<br>&gt; To: fhillen@uni-osnabrueck.de; qgis-developer@lists.osgeo.org<br>&gt; Subject: RE: [Qgis-developer] GSoC: GDAL/OGR frontend plugin?<br>&gt; Date: Thu, 12 Mar 2009 17:36:37 +0000<br>&gt; CC: <br>&gt; <br>&gt; Hi There,<br>&gt; <br>&gt; Good discussion and I hope I am not intruding. <br>&gt; <br>&gt; Are you guys talking about a "Export Raster Data" dialog similar to what ArcMap has?<br>&gt; <br>&gt; A UI where you can enter create-options, data-type, metadata and output-format? <br>&gt; <br>&gt; That would be nice but it doesn't look like a plugin but rather a internal implementation.<br>&gt; <br>&gt; Just a thought.<br>&gt; <br>&gt; Regards,<br>&gt; <br>&gt; Ivan<br>&gt; <br>&gt; <br>&gt; &gt;  -------Original Message-------<br>&gt; &gt;  From: Florian Hillen &lt;fhillen@uni-osnabrueck.de&gt;<br>&gt; &gt;  Subject: RE: [Qgis-developer] GSoC: GDAL/OGR frontend plugin?<br>&gt; &gt;  Sent: Mar 12 '09 16:30<br>&gt; &gt;  <br>&gt; &gt;  Hi Godofredo,<br>&gt; &gt;  <br>&gt; &gt;  do you mean translate a JPEG into a TIFF? Or what do you exactly mean?<br>&gt; &gt;  The first function is only the reprojection between different crs, this<br>&gt; &gt;  means: Select a rasterfile (e.g. epsg: 4326), choose new filename and crs<br>&gt; &gt;  (e.g. epsg: 31467) and receive a new raster with the new crs.<br>&gt; &gt;  All further function (gdal translate too) are also planed bit by bit ;)<br>&gt; &gt;  <br>&gt; &gt;  Best regards,<br>&gt; &gt;  Florian<br>&gt; &gt;  <br>&gt; &gt;  <br>&gt; &gt;  <br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Hi Florian:<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Are you considering the export between formats for GDAL<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; in your GDAL frontend?.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Regards<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Godofredo Contreras<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt;&gt; Date: Thu, 12 Mar 2009 14:08:14 +0100<br>&gt; &gt;  &gt;&gt; Subject: Re: [Qgis-developer] GSoC: GDAL/OGR frontend plugin?<br>&gt; &gt;  &gt;&gt; From: fhillen@uni-osnabrueck.de<br>&gt; &gt;  &gt;&gt; To: qgis-developer@lists.osgeo.org<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt; Hi Ian,<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt; I'm currently working on a GDAL frontend. In the first step it includes<br>&gt; &gt;  &gt;&gt; only the warp / reproject part, but it is designed to be expanded<br>&gt; &gt;  &gt;&gt; afterwards.<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt; I think that the ogr plugin is very intuitive, but maybe that just my<br>&gt; &gt;  &gt;&gt; opinion ;)<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt; Best regards,<br>&gt; &gt;  &gt;&gt; Florian<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt; &gt; Hello all,<br>&gt; &gt;  &gt;&gt; &gt; I'm looking for a good Google Summer of Code project. Having used QGIS<br>&gt; &gt;  &gt;&gt; and<br>&gt; &gt;  &gt;&gt; &gt; being a proficient Python/GIS programmer I think its the perfect fit.<br>&gt; &gt;  &gt;&gt; I<br>&gt; &gt;  &gt;&gt; &gt; did<br>&gt; &gt;  &gt;&gt; &gt; some googling and saw that there is already some interest in a<br>&gt; &gt;  &gt;&gt; GDAL/OGR<br>&gt; &gt;  &gt;&gt; &gt; front end, but I would really like to take this full on. The<br>&gt; &gt;  &gt;&gt; OGR-converter<br>&gt; &gt;  &gt;&gt; &gt; plugin is not complete, as it can't do CRS transforms, and I hate to<br>&gt; &gt;  &gt;&gt; say I<br>&gt; &gt;  &gt;&gt; &gt; don't find it very intuitive. Furthermore I think a lot of the<br>&gt; &gt;  &gt;&gt; GDAL/OGR<br>&gt; &gt;  &gt;&gt; &gt; functionality should be able to be done "in-place" on layers, so one<br>&gt; &gt;  &gt;&gt; could<br>&gt; &gt;  &gt;&gt; &gt; easily create a new layer from an existing one.<br>&gt; &gt;  &gt;&gt; &gt;<br>&gt; &gt;  &gt;&gt; &gt; I think unifying CRS related options could also go a long way, using<br>&gt; &gt;  &gt;&gt; GDAL<br>&gt; &gt;  &gt;&gt; &gt; to<br>&gt; &gt;  &gt;&gt; &gt; support more than just proj4 definitions and being able to create a<br>&gt; &gt;  &gt;&gt; custom<br>&gt; &gt;  &gt;&gt; &gt; CRS from any place that you can select them.<br>&gt; &gt;  &gt;&gt; &gt; Maybe its because my single biggest headache in learning GIS was<br>&gt; &gt;  &gt;&gt; dealing<br>&gt; &gt;  &gt;&gt; &gt; with projections, and now that I understand them through the command<br>&gt; &gt;  &gt;&gt; line<br>&gt; &gt;  &gt;&gt; &gt; I<br>&gt; &gt;  &gt;&gt; &gt; want to make it easier on others to deal with them. I think QGIS can<br>&gt; &gt;  &gt;&gt; be<br>&gt; &gt;  &gt;&gt; &gt; the<br>&gt; &gt;  &gt;&gt; &gt; perfect tool for this because it is already great for visualization.<br>&gt; &gt;  &gt;&gt; &gt;<br>&gt; &gt;  &gt;&gt; &gt; Please give me your feedback on this!<br>&gt; &gt;  &gt;&gt; &gt; Thanks<br>&gt; &gt;  &gt;&gt; &gt;<br>&gt; &gt;  &gt;&gt; &gt; --<br>&gt; &gt;  &gt;&gt; &gt; Ian Johnson<br>&gt; &gt;  &gt;&gt; &gt; _______________________________________________<br>&gt; &gt;  &gt;&gt; &gt; Qgis-developer mailing list<br>&gt; &gt;  &gt;&gt; &gt; Qgis-developer@lists.osgeo.org<br>&gt; &gt;  &gt;&gt; &gt; http://lists.osgeo.org/mailman/listinfo/qgis-developer<br>&gt; &gt;  &gt;&gt; &gt;<br>&gt; &gt;  &gt;&gt;<br>&gt; &gt;  &gt;&gt; _______________________________________________<br>&gt; &gt;  &gt;&gt; Qgis-developer mailing list<br>&gt; &gt;  &gt;&gt; Qgis-developer@lists.osgeo.org<br>&gt; &gt;  &gt;&gt; http://lists.osgeo.org/mailman/listinfo/qgis-developer<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; _________________________________________________________________<br>&gt; &gt;  &gt; Windows Live™: Life without walls.<br>&gt; &gt;  &gt; http://windowslive.com/explore?ocid=TXT_TAGLM_WL_allup_1a_explore_032009<br>&gt; &gt;  <br>&gt; &gt;  _______________________________________________<br>&gt; &gt;  Qgis-developer mailing list<br>&gt; &gt;  Qgis-developer@lists.osgeo.org<br>&gt; &gt;  http://lists.osgeo.org/mailman/listinfo/qgis-developer<br>&gt; &gt;  <br>&gt; <br>&gt; _______________________________________________<br>&gt; Qgis-developer mailing list<br>&gt; Qgis-developer@lists.osgeo.org<br>&gt; http://lists.osgeo.org/mailman/listinfo/qgis-developer<br><br /><hr />Hotmail® is up to 70% faster. Now good news travels really fast.  <a href='http://windowslive.com/online/hotmail?ocid=TXT_TAGLM_WL_HM_70faster_032009' target='_new'>Find out more.</a></body>
</html>