Changes between Version 144 and Version 145 of WKTRaster/PlanningAndFunding
- Timestamp:
- 11/25/11 14:00:04 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/PlanningAndFunding
v144 v145 84 84 * C version of raster2pgsql (in-progress) 85 85 * raster_column and raster_overview as view 86 * Write a "Best practices for storing raster in PostGIS" 87 * Write a "Best practices for third party applications wishing to read raster stored in PostGIS" 86 88 * ST_Intersection(raster, raster) 89 * Populate_Raster_Columns() or Apply_Raster_Constraints() 87 90 * 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. 88 91 * Multi-band ST_AddBand() … … 93 96 * MultiBand MapAlgebra(raster, raster) 94 97 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned() 98 * ST_Retile() 95 99 * Subtiling of rasters (PostGIS 3.0 or create a new raster type) 96 100 *