Changes between Version 146 and Version 147 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Jul 24, 2012, 9:44:20 AM (12 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v146 v147  
    8282Todos:
    8383
    84  * C version of raster2pgsql (in-progress)
    85  * raster_column and raster_overview as view
    8684 * Write a "Best practices for storing raster in PostGIS"
    8785 * 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()
    9086 * 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.
    9187 * Multi-band ST_AddBand()
    9288 * Different variant of ST_SetValues()
    93  * ST_Within(), ST_contains(), ST_Overlaps(), ST_Touches, etc...
    9489 * C version of the ST_Union(raster) aggregate
    9590 * ST_UnionToRaster() and ST_BurnToRaster()
     
    9893 * ST_Retile()
    9994 * 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.