Changes between Version 216 and Version 217 of WKTRaster/SpecificationWorking03
- Timestamp:
- 07/25/12 14:35:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/SpecificationWorking03
v216 v217 16 16 == !RoadMap (in order of importance)(not every items have a description below) == 17 17 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 19 20 * Work on ST_MapAlgebra() 20 21 * 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 26 28 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below) 29 27 30 * C version of the ST_Union(raster) aggregate (Ticket #1364). 28 * ST_Retile() 31 32 * ST_Retile(). 33 29 34 * CUnit tests. 35 30 36 * Aggregate versions of stats functions. 37 31 38 * 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 34 44 * 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). 38 51 39 52 '''Other important TODO''' 40 53 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. 43 58 44 59 ----