Changes between Version 222 and Version 223 of WKTRaster/SpecificationWorking03


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

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v222 v223  
    424213) 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])
    4343
    44 13) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
    45 
    46 14) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048).
    47 
    48 15) GUI Loader.
    49 
    50 16) Faster out-of-db data loading.
    51 
    52 17) 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 
    54 18) Add ST_Union() variants accepting a set of temporary expressions.
    55 
    56 19) Multi-band ST_AddBand().
    57 
    58 20) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below).
    59 
    60 21) CUnit tests.
    61 
    62 22) Subtiling of rasters (PostGIS 3.0 or create a new raster type).
     4414) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
     45
     4615) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048).
     47
     4816) GUI Loader.
     49
     5017) Faster out-of-db data loading.
     51
     5218) 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
     5419) Add ST_Union() variants accepting a set of temporary expressions.
     55
     5620) Multi-band ST_AddBand().
     57
     5821) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below).
     59
     6022) CUnit tests.
     61
     6223) Subtiling of rasters (PostGIS 3.0 or create a new raster type).
    6363
    6464'''Other important TODO'''