Changes between Version 220 and Version 221 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jul 26, 2012, 1:55:29 PM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v220 v221  
    28286) ST_MapAlgebraFctNbg() working on a tiled coverage.
    2929
    30 7) Different variant of ST_SetValues() (Objective FV.23 below).
     307) Different variant of ST_SetValues() (Objective FV.23 below and ticket #595).
    3131
    32328) Integrate the ST_CreateIndexRaster() plpgsql prototype (do not need to be implemented in C to be fast).
     
    404012) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
    4141
    42 13) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype).
     4213) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048).
    4343
    444414) GUI Loader.
     
    464615) Faster out-of-db data loading.
    4747
    48 16) Set and keep up to date the !IsNodataValue flag indicating that the whole band is nodata and add related optimizations. (Objective FV.22 below and Ticket #593).
     4816) Set and keep up to date the !IsNodataValue flag indicating that the whole band is nodata and add related optimizations. (Objective FV.22 below and Ticket #593, #594).
    4949
    505017) Add ST_Union() variants accepting a set of temporary expressions.