Changes between Version 216 and Version 217 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jul 25, 2012, 2:35:45 PM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v216 v217  
    1616== !RoadMap (in order of importance)(not every items have a description below) ==
    1717
    18  * Have a stable and fast GDAL driver (see GDAL tickets and specifications)
     18 * Have a stable and fast GDAL driver (see GDAL tickets and specifications).
     19
    1920 * Work on ST_MapAlgebra()
    2021  * Break up RASTER_mapAlgebra2 so that the main engine is in rt_core instead of rt_pg.  This is needed for C-based aggregate functions that run against ST_MapAlgebra.
    21   * Multiband ST_MapAlgebra(raster, raster)
    22   * Optimized version of two rasters ST_MapAlgebra setting pixel areas when possible instead of just pixels by pixels
    23   * ST_MapAlgebraFctNbg working on a tiled coverage
    24 
    25  * Different variant of ST_SetValues() (Objective FV.23 below)
     22  * Multiband ST_MapAlgebra(raster, raster).
     23  * Optimized version of two rasters ST_MapAlgebra setting pixel areas when possible instead of just pixels by pixels.
     24  * ST_MapAlgebraFctNbg working on a tiled coverage.
     25
     26 * Different variant of ST_SetValues() (Objective FV.23 below).
     27
    2628 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below)
     29
    2730 * C version of the ST_Union(raster) aggregate (Ticket #1364).
    28  * ST_Retile()
     31
     32 * ST_Retile().
     33
    2934 * CUnit tests.
     35
    3036 * Aggregate versions of stats functions.
     37
    3138 * GUI Loader.
    32  * Faster out-of-db data loading
    33  * 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)
     39
     40 * Faster out-of-db data loading.
     41
     42 * 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).
     43
    3444 * Add ST_Union() variants accepting a set of temporary expressions.
    35  * Multi-band ST_AddBand()
    36  * ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below)
    37  * Subtiling of rasters (PostGIS 3.0 or create a new raster type)
     45
     46 * Multi-band ST_AddBand().
     47
     48 * ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below).
     49
     50 * Subtiling of rasters (PostGIS 3.0 or create a new raster type).
    3851
    3952'''Other important TODO'''
    4053
    41  * Write a "Best practices for storing raster in PostGIS"
    42  * Write a "Best practices for third party applications wishing to read raster stored in PostGIS"
     54 * Write a "Best practices for storing raster in PostGIS".
     55 * Write a "Best practices for third party applications wishing to read raster stored in PostGIS".
     56 * More tests with MapServer.
     57 * More tests with GeoServer.
    4358
    4459----