Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#5911 closed enhancement (fixed)

georaster - try to find compatible SRID based on WKT

Reported by: ilucena Owned by: ilucena
Priority: normal Milestone: 2.0.0
Component: GDAL_Raster Version: svn-trunk
Severity: normal Keywords: georaster
Cc:

Description

When loading data to GeoRaster, if the input dataset has a WKT without EPSG Authority code, the driver should pass the WKT to the function SDO_CS.FIND_PROJ_CRS and SDO_CS.FIND_GEOG_CRS, to get a list of compatible SRIDs. If the list is not empty, it should pick the first one and assign to the GeoRaster object.

Change History (3)

comment:1 by ilucena, 9 years ago

Resolution: fixed
Status: newclosed

Done.

1.10 r28836

1.11 r28838

trunk r28837

comment:2 by ilucena, 9 years ago

After some fixes:

1.10 r28839

1.11 r28840

trunk r28841

comment:3 by Even Rouault, 9 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.