Changes between Version 149 and Version 150 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Jul 24, 2012, 2:49:39 PM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v149 v150  
    7474 * Write a "Best practices for storing raster in PostGIS"
    7575 * Write a "Best practices for third party applications wishing to read raster stored in PostGIS"
    76  * 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 MapAlgebra.
    77  * Optimized version of two rasters ST_MapAlgebra setting pixel areas when possible instead of just pixels by pixels
     76 * Work on ST_MapAlgebra()
     77  * 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 MapAlgebra.
     78  * Optimized version of two rasters ST_MapAlgebra setting pixel areas when possible instead of just pixels by pixels
     79  * MultiBand MapAlgebra(raster, raster)
     80  * ST_MapAlgebraFctNbg working on a tiled coverage
    7881 * Multi-band ST_AddBand()
    7982 * Different variant of ST_SetValues()
    8083 * C version of the ST_Union(raster) aggregate
    8184 * ST_UnionToRaster() and ST_BurnToRaster()
    82  * MultiBand MapAlgebra(raster, raster)
    8385 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()
    8486 * ST_Retile()