Changes between Version 149 and Version 150 of WKTRaster/PlanningAndFunding
- Timestamp:
- 07/24/12 14:49:39 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/PlanningAndFunding
v149 v150 74 74 * Write a "Best practices for storing raster in PostGIS" 75 75 * 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 78 81 * Multi-band ST_AddBand() 79 82 * Different variant of ST_SetValues() 80 83 * C version of the ST_Union(raster) aggregate 81 84 * ST_UnionToRaster() and ST_BurnToRaster() 82 * MultiBand MapAlgebra(raster, raster)83 85 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned() 84 86 * ST_Retile()