Changes between Version 144 and Version 145 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Nov 25, 2011, 2:00:04 PM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v144 v145  
    8484 * C version of raster2pgsql (in-progress)
    8585 * 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"
    8688 * ST_Intersection(raster, raster)
     89 * Populate_Raster_Columns() or Apply_Raster_Constraints()
    8790 * 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.
    8891 * Multi-band ST_AddBand()
     
    9396 * MultiBand MapAlgebra(raster, raster)
    9497 * ST_CreateOverview(), ST_IsRegularlyTiled(), ST_HasOverlaps(), ST_HasGaps(), ST_HasTileSameSize(), ST_HasTileAligned()
     98 * ST_Retile()
    9599 * Subtiling of rasters (PostGIS 3.0 or create a new raster type)
    96100 *