| 40 | | 12) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below) |
| 41 | | |
| 42 | | 13) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048). |
| 43 | | |
| 44 | | 14) GUI Loader. |
| 45 | | |
| 46 | | 15) Faster out-of-db data loading. |
| 47 | | |
| 48 | | 16) 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, #594). |
| 49 | | |
| 50 | | 17) Add ST_Union() variants accepting a set of temporary expressions. |
| 51 | | |
| 52 | | 18) Multi-band ST_AddBand(). |
| 53 | | |
| 54 | | 19) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below). |
| 55 | | |
| 56 | | 20) CUnit tests. |
| 57 | | |
| 58 | | 21) Subtiling of rasters (PostGIS 3.0 or create a new raster type). |
| | 40 | 12) Add the possibility to interpolate a raster from a geometry layer. |
| | 41 | |
| | 42 | 13) Integrate different custom function to be used with ST_MapAlgebraFct() (e.g. ST_Distance4ma resulting from [http://trac.osgeo.org/postgis/wiki/PostGIS_Raster_SoC_Idea_2012/Distance_Analysis_Tools the GSoC 2012]) |
| | 43 | |
| | 44 | 13) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below) |
| | 45 | |
| | 46 | 14) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048). |
| | 47 | |
| | 48 | 15) GUI Loader. |
| | 49 | |
| | 50 | 16) Faster out-of-db data loading. |
| | 51 | |
| | 52 | 17) 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, #594). |
| | 53 | |
| | 54 | 18) Add ST_Union() variants accepting a set of temporary expressions. |
| | 55 | |
| | 56 | 19) Multi-band ST_AddBand(). |
| | 57 | |
| | 58 | 20) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below). |
| | 59 | |
| | 60 | 21) CUnit tests. |
| | 61 | |
| | 62 | 22) Subtiling of rasters (PostGIS 3.0 or create a new raster type). |