Opened 14 years ago

Closed 14 years ago

#3424 closed task (fixed)

georaster - several improvements and fixes

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

Description

This ticket documents several changes on the driver code:

  • Change char* to CPLString

UNICODE support.

Improve loading performance

Georaster without XML metadata could not be updated before

  • Implements the Pyramid delete procedure

Using “gdaladdo -clean” is now working.

  • Reduce te number of database round trips for 4 to 1 when openning GeoRaster

The first PL/SQL call brings up all that is need for image identification

  • Cache when reading and writing multi-band blocks

Improves loading and reading performance

  • Query all the Pyramid level at the same time in just one statement for reading or writing

That improves the display in client application

  • Implements its own Pyramid builder. It only works if GEOR_INTERNAL_PYR is set TRUE

That is still under development and tests. Not to be announced yet.

Change History (1)

comment:1 by ilucena, 14 years ago

Resolution: fixed
Status: newclosed

Committed revision 18843.

Note: See TracTickets for help on using tickets.