Changes between Version 218 and Version 219 of WKTRaster/SpecificationWorking03
- Timestamp:
- 07/25/12 14:44:30 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v218 v219 26 26 * Different variant of ST_SetValues() (Objective FV.23 below). 27 27 28 * Integrate some useful plpgsql prototypes not needing to be implemented in C to be fast: ST_CreateIndexRaster(), ST_Tile(), ST_AreaWeightedSummaryStats(), ST_SummaryStatsAgg(). 29 28 30 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below) 29 31 30 32 * C version of the ST_Union(raster) aggregate (Ticket #1364). 31 33 32 * ST_Retile().33 34 34 * CUnit tests. 35 35 36 * Aggregate versions of stats functions.36 * C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype). 37 37 38 38 * GUI Loader.