Changes between Version 220 and Version 221 of WKTRaster/SpecificationWorking03
- Timestamp:
- 07/26/12 13:55:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v220 v221 28 28 6) ST_MapAlgebraFctNbg() working on a tiled coverage. 29 29 30 7) Different variant of ST_SetValues() (Objective FV.23 below ).30 7) Different variant of ST_SetValues() (Objective FV.23 below and ticket #595). 31 31 32 32 8) Integrate the ST_CreateIndexRaster() plpgsql prototype (do not need to be implemented in C to be fast). … … 40 40 12) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below) 41 41 42 13) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype ).42 13) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048). 43 43 44 44 14) GUI Loader. … … 46 46 15) Faster out-of-db data loading. 47 47 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 ).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, #594). 49 49 50 50 17) Add ST_Union() variants accepting a set of temporary expressions.