Changes between Version 215 and Version 216 of WKTRaster/SpecificationWorking03
- Timestamp:
- 07/25/12 14:32:10 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/SpecificationWorking03
v215 v216 14 14 }}} 15 15 16 == !RoadMap (in order of importance) ==17 18 16 == !RoadMap (in order of importance)(not every items have a description below) == 17 18 * Have a stable and fast GDAL driver (see GDAL tickets and specifications) 19 19 * Work on ST_MapAlgebra() 20 20 * 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. … … 27 27 * C version of the ST_Union(raster) aggregate (Ticket #1364). 28 28 * ST_Retile() 29 * Add ST_Union() variants to be able to pass temporary expressions. 29 * CUnit tests. 30 * Aggregate versions of stats functions. 31 * 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) 34 * Add ST_Union() variants accepting a set of temporary expressions. 30 35 * Multi-band ST_AddBand() 31 36 * ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below) 32 * 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)33 37 * Subtiling of rasters (PostGIS 3.0 or create a new raster type) 34 38