| 74 | | * Write a "Best practices for storing raster in PostGIS" |
| 75 | | * Write a "Best practices for third party applications wishing to read raster stored in PostGIS" |
| 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 ST_MapAlgebra(raster, raster) |
| 80 | | * ST_MapAlgebraFctNbg working on a tiled coverage |
| 81 | | * Multi-band ST_AddBand() |
| 82 | | * Different variant of ST_SetValues() |
| 83 | | * C version of the ST_Union(raster) aggregate |
| 84 | | * ST_UnionToRaster() and ST_BurnToRaster() |
| 85 | | * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned() |
| 86 | | * ST_Retile() |
| 87 | | * Subtiling of rasters (PostGIS 3.0 or create a new raster type) |
| 88 | | * Set and update of the IsNodataValue flag indicating the whole band is nodata. |
| | 74 | The !RoadMap is now [wiki:WKTRaster/SpecificationWorking03 in the specification page]. |