Changes between Version 31 and Version 32 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Apr 15, 2009, 1:14:20 PM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v31 v32  
    5757|| Initial setup: type definition, canonical input/output || SS || January 2009 || 4 weeks || 2400 by SC, 2600 by MD || done ||
    5858
    59 === Beta 0.1b ===
    60 
    61 Functionality
    62 Being able to select RASTER values based on bbox spatial relation.
     59Objective 0.1.6b - Being able to select RASTER values based on bbox spatial relation.
    6360
    6461|| '''Task''' || '''Developer''' ||  '''Schedule''' || '''Time''' || '''Funds (USD)''' || '''Status''' ||
     
    6663|| GiST indexing support || PR || February 2009 || 1 week || 1200 by SC || Done ||
    6764
    68 === Beta 0.1c ===
    69 
    70 Being able to import TIFF rasters using raster2pgsql.
     65Objective 0.1.6c - Being able to import TIFF rasters using raster2pgsql.
    7166
    7267|| '''Task''' || '''Developer''' ||  '''Schedule''' || '''Time''' || '''Funds (USD)''' || '''Status''' ||
     
    7469|| raster2pgsql (tiff only, only one band, option for tiling) || ? || March 2009 || 4 weeks ||4800 || to-do ||
    7570
    76 === Beta 0.1d ===
    77 
    78 Being able to get all the properties of a raster by use of the following functions:
     71Objective 0.1.6d - Being able to get all the properties of a raster by use of the following functions:
    7972 * RT_SRID(raster|geometry) -> integer
    8073 * RT_Width(raster) -> integer
     
    9588|| Implementation of RASTER properties accessors  || ML || February 2009 || 1 week || DT by MD || done ||
    9689
    97 === Beta 0.1e ===
     90Objective 0.1.6e - Being able to intersect vector and raster to produce vector. This includes implementation of the following functions:
    9891
    99 Being able to intersect vector and raster to produce vector. This includes implementation of the following functions:
    10092 * RT_GetBBox(raster) -> polygon geometry
    10193 * RT_Envelope(raster|geometry) -> polygon geometry
     
    109101
    110102
    111 === Beta 0.1f ===
    112 
    113 Being able to return a JPEG, a TIFF or a PNG. This milestone includes implementation of the following functions:
     103Objective 0.1.6f - Being able to return a JPEG, a TIFF or a PNG. This milestone includes implementation of the following functions:
    114104 * RT_Band(raster, band) -> raster
    115105 * RT_AsJPEG(raster, band, quality) -> JPEG as "bytea"