Changes between Version 31 and Version 32 of WKTRaster/PlanningAndFunding
- Timestamp:
- 04/15/09 13:14:20 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/PlanningAndFunding
v31 v32 57 57 || Initial setup: type definition, canonical input/output || SS || January 2009 || 4 weeks || 2400 by SC, 2600 by MD || done || 58 58 59 === Beta 0.1b === 60 61 Functionality 62 Being able to select RASTER values based on bbox spatial relation. 59 Objective 0.1.6b - Being able to select RASTER values based on bbox spatial relation. 63 60 64 61 || '''Task''' || '''Developer''' || '''Schedule''' || '''Time''' || '''Funds (USD)''' || '''Status''' || … … 66 63 || GiST indexing support || PR || February 2009 || 1 week || 1200 by SC || Done || 67 64 68 === Beta 0.1c === 69 70 Being able to import TIFF rasters using raster2pgsql. 65 Objective 0.1.6c - Being able to import TIFF rasters using raster2pgsql. 71 66 72 67 || '''Task''' || '''Developer''' || '''Schedule''' || '''Time''' || '''Funds (USD)''' || '''Status''' || … … 74 69 || raster2pgsql (tiff only, only one band, option for tiling) || ? || March 2009 || 4 weeks ||4800 || to-do || 75 70 76 === Beta 0.1d === 77 78 Being able to get all the properties of a raster by use of the following functions: 71 Objective 0.1.6d - Being able to get all the properties of a raster by use of the following functions: 79 72 * RT_SRID(raster|geometry) -> integer 80 73 * RT_Width(raster) -> integer … … 95 88 || Implementation of RASTER properties accessors || ML || February 2009 || 1 week || DT by MD || done || 96 89 97 === Beta 0.1e === 90 Objective 0.1.6e - Being able to intersect vector and raster to produce vector. This includes implementation of the following functions: 98 91 99 Being able to intersect vector and raster to produce vector. This includes implementation of the following functions:100 92 * RT_GetBBox(raster) -> polygon geometry 101 93 * RT_Envelope(raster|geometry) -> polygon geometry … … 109 101 110 102 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: 103 Objective 0.1.6f - Being able to return a JPEG, a TIFF or a PNG. This milestone includes implementation of the following functions: 114 104 * RT_Band(raster, band) -> raster 115 105 * RT_AsJPEG(raster, band, quality) -> JPEG as "bytea"