<div dir="ltr"><div><div>Hey,<br>It may be unrelated, but have you checked your gdal version?<br></div><div>Another question, may it be encoding related (any special character, space etc in file name ?)<br></div><div><br></div>
<div>Cheers,<br>Rémi-C<br></div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-04-17 5:24 GMT+02:00 droletguillaume <span dir="ltr"><<a href="mailto:droletguillaume@gmail.com" target="_blank">droletguillaume@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><br></div><div><br></div><div><br></div><div><div style="font-size:9px;color:#575757">Sent from Samsung Mobile</div>
</div><br><br><div style="text-align:left"><div style="font-size:100%"><span style="font-size:medium">Hi,</span></div></div><br>The problem I have is similar to this one from an old thread on this list:<br><br><a href="https://www.mail-archive.com/postgis-users@lists.osgeo.org/msg00013.html" target="_blank">https://www.mail-archive.com/postgis-users@lists.osgeo.org/msg00013.html</a><br>
<br>I have never succeeded to load a raster into PostGIS on my machine. In<br>the past, I have experienced the same type of error as the one presented in that old thread above when trying to load rasters,  mainly TIF files. <div>
<br></div><div>Today, I tried once again, thinking that my new version of PostGIS (2.1.1) would solve the problem but no luck...<br><br>When I run this command:<br><br>E:\data\>raster2pgsql -s 4326 -d -M -I -C -R -F -t 50x50<br>
MOD15A2.A2000049.h12v04.005.2<br>006268184934_Lai_1km.tif modis.temp | psql -d mortalite -U postgres<br><br>I get this:<br>...<br>...<br><several lines of INSERT 0 1><br>INSERT 0 1<br>INSERT 0 1<br>INSERT 0 1<br>INSERT 0 1<br>
INSERT 0 1<br>INSERT 0 1<br>CREATE INDEX<br>ANALYZE<br>ERREUR:  erreur de syntaxe Ã  la fin de l'entrée<br>LINE 1: SELECT AddRasterConstraints('modis','temp'<br><br>If I redirect the output of raster2pgsql to an SQL file, I can see that the last line of the file is incomplete, which causes the error:<br>
<br>...<br>INSERT INTO "modis"."temp" ("rast","filename") VALUES<br>('0100000100F69DBA4D1311813FF69DBA4D131181BF67341363EC7752C06392AE819989474000000000000000000000000000000000E610000032002A008700000000004D4F44313541322E41323030303034392E6831327630342E3030352E323030363236383138343933345F4C61695F316B6D2E74696600'::raster,'MOD15A2.A2000049.h12v04.005.2006268184934_Lai_1km.tif');<br>
INSERT INTO "modis"."temp" ("rast","filename") VALUES<br>('0100000100F69DBA4D1311813FF69DBA4D131181BFD0C0E9B4415D52C06392AE819989474000000000000000000000000000000000E610000032002A008700000000004D4F44313541322E41323030303034392E6831327630342E3030352E323030363236383138343933345F4C61695F316B6D2E74696600'::raster,'MOD15A2.A2000049.h12v04.005.2006268184934_Lai_1km.tif');<br>
INSERT INTO "modis"."temp" ("rast","filename") VALUES<br>('0100000100F69DBA4D1311813FF69DBA4D131181BFA3D99658EC2752C06392AE819989474000000000000000000000000000000000E610000019002A008700000000004D4F44313541322E41323030303034392E6831327630342E3030352E323030363236383138343933345F4C61695F316B6D2E74696600'::raster,'MOD15A2.A2000049.h12v04.005.2006268184934_Lai_1km.tif');<br>
CREATE INDEX "temp_rast_gist" ON "modis"."temp" USING gist<br>(st_convexhull("rast"));<br>ANALYZE "modis"."temp";<br>SELECT AddRasterConstraints('modis','temp'<br>
<br>This is very frustrating as since 2012, we've never been able to use any<br>raster in PostGIS :(<br><br>Has anyone ever experienced similar problems?<br><br>Thanks for helping,<br><br>Guillaume<br><br></div></div>
<br>_______________________________________________<br>
postgis-users mailing list<br>
<a href="mailto:postgis-users@lists.osgeo.org">postgis-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users</a><br></blockquote></div><br></div>