Changes between Version 146 and Version 147 of WKTRaster/PlanningAndFunding
- Timestamp:
- 07/24/12 09:44:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/PlanningAndFunding
v146 v147 82 82 Todos: 83 83 84 * C version of raster2pgsql (in-progress)85 * raster_column and raster_overview as view86 84 * Write a "Best practices for storing raster in PostGIS" 87 85 * Write a "Best practices for third party applications wishing to read raster stored in PostGIS" 88 * ST_Intersection(raster, raster)89 * Populate_Raster_Columns() or Apply_Raster_Constraints()90 86 * 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. 91 87 * Multi-band ST_AddBand() 92 88 * Different variant of ST_SetValues() 93 * ST_Within(), ST_contains(), ST_Overlaps(), ST_Touches, etc...94 89 * C version of the ST_Union(raster) aggregate 95 90 * ST_UnionToRaster() and ST_BurnToRaster() … … 98 93 * ST_Retile() 99 94 * Subtiling of rasters (PostGIS 3.0 or create a new raster type) 100 * 95 * Set and update of the IsNodataValue flag indicating the whole band is nodata.