<div dir="ltr">Hello,<div><br></div><div>Yes, the code on the github repository is the latest state. I was trying the following input queries : </div><div><br></div><div>(1) Assuming that my Create() will be called.</div><div>

gdal_translate --debug ON -of PostGISRaster ~/GSoC/ap_clip5x5.tif  PG:"host=localhost port=5432 user=postgres password=postgres dbname=test123 table=newtable"</div><div><br></div><div>(2) When that did not work, I tried the following (suggested by my mentor, Jorge Arevalo) which didn't work either.</div>

<div class="gmail_extra">gdal_translate --debug ON -of PostGISRaster -outsize 50% 50% ~/GSoC/ap_clip5x5.tif  PG:"host=localhost port=5432 user=postgres password=postgres dbname=test123 table=newtable"<br><br>QuiteDelete() method is called in both cases and the following error messages are shown<br>

ERROR 1: Couldn't drop the table public.newtable: ERROR:  table "newtable" does not exist<br>ERROR 6: PostGISRasterDataset::CreateCopy() only works on source datasets that are PostGISRaster</div><div class="gmail_extra">

<br></div><div class="gmail_extra">I even tried calling the Create() method directly from CreateCopy(), since that is being called, but again the same error message is being printed. </div><div class="gmail_extra"><br></div>

<div class="gmail_extra">Regards,</div><div class="gmail_extra">Varun Saraf</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 4, 2014 at 11:33 PM, Even Rouault <span dir="ltr"><<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Le lundi 04 août 2014 14:39:52, Varun Saraf a écrit :<br>

<div class="">>  Hi,<br>
><br>
> Below is my eleventh weekly report.<br>
><br>
</div>> *What did I do this week?*<br>
><br>
>    - There are some issues with the calling of different methods. My method<br>
<div class="">>    PostGISRasterDataset::Create() is not being called. Tried to resolve<br>
> that.<br>
<br>
</div>Varun,<br>
<br>
If the code at<br>
<a href="https://github.com/varunsaraf/postgis_raster/blob/master/postgisrasterdataset.cpp" target="_blank">https://github.com/varunsaraf/postgis_raster/blob/master/postgisrasterdataset.cpp</a><br>
is the latest state, I don't see any reason why your Create() method wouldn't<br>
be called. Do you try to trigger it directly by calling Create() explicetely<br>
or through other more high level operations ?<br>
<br>
Even<br>
<br>
<br>
> - Fixed some small bugs and removed unnecessary variables that were<br>
> being used.<br>
><br>
> *What do I plan on doing next week?*<br>
><br>
>    - Continue with testing and bug fixing.<br>
><br>
> *Am I blocked on anything?*<br>
><br>
>    - No.<br>
<div class=""><div class="h5">><br>
> Link to weekly report :<br>
> <a href="https://github.com/varunsaraf/postgis_raster/wiki/Report-11" target="_blank">https://github.com/varunsaraf/postgis_raster/wiki/Report-11</a><br>
> Link to code repository : <a href="https://github.com/varunsaraf/postgis_raster" target="_blank">https://github.com/varunsaraf/postgis_raster</a><br>
> More details at : <a href="http://trac.osgeo.org/gdal/wiki/PostGIS_raster_driver" target="_blank">http://trac.osgeo.org/gdal/wiki/PostGIS_raster_driver</a><br>
><br>
> Regards,<br>
> Varun Saraf<br>
> Lab for Spatial Informatics<br>
> IIIT Hyderabad, India<br>
<br>
</div></div><span class=""><font color="#888888">--<br>
Geospatial professional services<br>
<a href="http://even.rouault.free.fr/services.html" target="_blank">http://even.rouault.free.fr/services.html</a><br>
</font></span></blockquote></div><br></div></div>