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). |
| 44 | 14) ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()(Objective FV.20 below) |
| 45 | |
| 46 | 15) C Aggregate versions of stats functions (see the ST_SummaryStatsAgg() plpgsql prototype and ticket #1048). |
| 47 | |
| 48 | 16) GUI Loader. |
| 49 | |
| 50 | 17) Faster out-of-db data loading. |
| 51 | |
| 52 | 18) 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 | 19) Add ST_Union() variants accepting a set of temporary expressions. |
| 55 | |
| 56 | 20) Multi-band ST_AddBand(). |
| 57 | |
| 58 | 21) ST_UnionToRaster() and ST_BurnToRaster() (Objective FV.19 below). |
| 59 | |
| 60 | 22) CUnit tests. |
| 61 | |
| 62 | 23) Subtiling of rasters (PostGIS 3.0 or create a new raster type). |