On 2 February 2012 10:30, Andreas Forø Tollefsen <[email protected]> wrote: > Hi Mateusz, > > Thanks for your advice. I tested both files using GDAL Info, and both works > fine and shows up with the correct information. > What i dont understand is why some of my rasters will not load when they > loaded without a hitch using the python script.
If GDAL is happy with all your data, but both loaders, the old in Python and the new in C, are not happy, there likely is a bug in the loaders. I'd attach the gdalinfo output (not gdal_info, funny GDAL names ;)) to the ticket. AFAIU, the old loader I wrote in Python has been deprecated and the new version written in C by Bborie is now officially supported. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ postgis-users mailing list [email protected] http://postgis.refractions.net/mailman/listinfo/postgis-users
