Hi All, following http://www.gdal.org/frmt_georaster.html I've imported a small immage using:
C:\>gdal_translate -of georaster c:\tmp\map.png georaster:geoserver/geoserver,MFDEVDB and it works well. Then I've imported another immage using the same command and it worked well too ! Then I have decided to use a predefined table.... and here the problems: C:\>gdal_translate -of georaster c:\tmp\map.png georaster:geoserver/geoserver,MFDEVDB,geoserver.pasta Input file size is 1014, 863 0...10...20...30...40...50...60...70...80...90...100 - done. Ouput dataset: (georaster:geoserver,geoserver,MFDEVDB,RDT_33$,33) on PASTA,RASTER C:\>gdal_translate -of georaster c:\tmp\map.png georaster:geoserver/geoserver,MFDEVDB,geoserver.pasta Input file size is 1014, 863 ERROR 1: ORA-00955: name is already used by an existing object ORA-06512: at line 10 ERROR 1: Create Table Error! any ideas ? how can I update an existing raster on an existing table ? thanks _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
