Changes between Version 4 and Version 5 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Apr 12, 2009, 8:57:28 AM (15 years ago)
Author:
mloskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v4 v5  
    1515
    1616Possible status are:
    17  * '''To do''': The task has not yet been funded. Everything is to do.
     17 * '''Todo''': The task has not yet been funded. Everything is to do.
    1818 * '''Funded''': Someone committed some funding or developer time and the task has been assigned to a developper but the task is still to do.
    1919 * '''In progress''': The task is being implemented.
     
    2222 * '''Done''': The task is finished.
    2323
    24 == Roadmap ==
     24'''TODO:''' - port the [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacineWKTRaster big table] ~mloskot
    2525
    26 '''TODO:''' - port the [http://www.cef-cfr.ca/index.php?n=Membres.PierreRacineWKTRaster big table] ~mloskot
     26== Beta 0.1 ==
     27
     28 * 0.1a - Being able to create tables with RASTER fields
     29
     30|| '''Versions, Objectives, Tasks''' || '''Coder''' ||  '''Schedule''' || '''Time''' || '''Funds (US$) & Contributor''' || '''Status''' ||
     31|| Initial setup: type definition, canonical input/output || SS || January 2009 || 4 weeks || 2400 by SC, 2600 by MD || Done ||
     32
     33 * 0.1b - Being able to select RASTER values based on bbox spatial relation
     34
     35|| '''Versions, Objectives, Tasks''' || '''Coder''' ||  '''Schedule''' || '''Time''' || '''Funds (US$) & Contributor''' || '''Status''' ||
     36|| Spatial operators with semantic matching PostGIS ones || SS || February 2009 || 1 week || 1200 by TE || Done ||
     37|| GiST indexing support || PR || February 2009 || 1 week || 1200 by SC || Done ||
     38
     39 * 0.1c - Being able to import TIFF rasters using raster2pgsql
     40
     41|| gdal2wktraster.py as a prototype of raster2pgsql based on [http://www.gdal.org GDAL] || ML || February 2009 || 1 week || Time allocated by MD || Done ||
     42|| raster2pgsql (tiff only, only one band, option for tiling) ||  TBD || March 2009 || 4 weeks ||4800 || Todo ||
     43
     44 * 0.1d - Being able to get all the properties of a raster (all the ''Get'' functions).
     45
     46 * 0.1e - Being able to intersect vector and raster to produce vector.
     47
     48 * 0.1f - Being able to return a JPEG, a TIFF or a PNG.