Changes between Initial Version and Version 1 of Ticket #2780


Ignore:
Timestamp:
Jan 13, 2009, 12:16:39 PM (15 years ago)
Author:
warmerdam
Comment:

Reassigned to Ivan.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2780

    • Property Cc warmerdam added
    • Property Component UtilitiesGDAL_Raster
    • Property Priority highnormal
    • Property Owner changed from warmerdam to ilucena
    • Property Keywords GEORASTER added
  • Ticket #2780 – Description

    initial v1  
    1616
    1717  1. Using a simple GeoTIFF file (test.tif), in WGS84 lat/lon projection/datum, over California, I ran this gdal_translate command:
    18 
     18{{{
    1919    $ gdal_translate -of georaster test.tif georaster:scott/tiger,,landsat,scene -co "DESCRIPTION=(ID NUMBER, SITE VARCHAR2(45), SCENE MDSYS.SDO_GEORASTER)" -co "INSERT=VALUES(1,'Test Image', SDO_GEOR.INIT())"
    20 
     20}}}
    2121  2. Here is the results of running the command in #1 above:
    22 
     22{{{
    2323Input file size is 873, 578
    24240...10...20...30...40...50...60...70...80...90...100 - done.
     
    2828ORA-06550: line 17, column 3:
    2929PL/SQL: Statement ignored
    30 
     30}}}
    3131  3. It appears that the GeoTIFF file imported for the most part, but an Oracle error/exception was thrown on GENERATESPATIALEXTENT which bombed gdal_translate. 
    3232
     
    3939
    4040*** gdalinfo on test.tif output:
    41 
     41{{{
    4242$ gdalinfo test.tif
    4343Driver: GTiff/GeoTIFF
     
    7878Band 5 Block=64x64 Type=Byte, ColorInterp=Undefined
    7979Band 6 Block=64x64 Type=Byte, ColorInterp=Undefined
    80 
     80}}}
    8181
    8282thanks,