Changes between Version 221 and Version 222 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jul 26, 2012, 2:14:00 PM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v221 v222  
    383811) Integrate the ST_SummaryStatsAgg() plpgsql prototype (do not need to be implemented in C to be fast).
    3939
    40 12) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
    41 
    42 13) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048).
    43 
    44 14) GUI Loader.
    45 
    46 15) Faster out-of-db data loading.
    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, #594).
    49 
    50 17) Add ST_Union() variants accepting a set of temporary expressions.
    51 
    52 18) Multi-band ST_AddBand().
    53 
    54 19) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below).
    55 
    56 20) CUnit tests.
    57 
    58 21) Subtiling of rasters (PostGIS 3.0 or create a new raster type).
     4012) Add the possibility to interpolate a raster from a geometry layer.
     41
     4213) Integrate different custom function to be used with ST_MapAlgebraFct() (e.g. ST_Distance4ma resulting from [http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools the GSoC 2012])
     43
     4413) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
     45
     4614) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048).
     47
     4815) GUI Loader.
     49
     5016) Faster out-of-db data loading.
     51
     5217) 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).
     53
     5418) Add ST_Union() variants accepting a set of temporary expressions.
     55
     5619) Multi-band ST_AddBand().
     57
     5820) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below).
     59
     6021) CUnit tests.
     61
     6222) Subtiling of rasters (PostGIS 3.0 or create a new raster type).
    5963
    6064'''Other important TODO'''