Changes between Version 113 and Version 114 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Sep 17, 2010, 8:46:23 AM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v113 v114  
    112112
    113113||'''Objectives and Tasks'''||'''Coder'''||'''Approx. Schedule'''||'''Time'''||'''Approx. Contribution (US$)'''||'''Status'''||
    114 ||[[BR]]'''Objective 01 - Being able to get and set the rotation of a raster.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||||||||||
    115 ||- ST_Rotation(raster)[[BR]]- ST_SetRotation(raster, rotation)||DZ||||2 days||480||todo||
     114||[[BR]]'''Objective 01 - Being able to get and set the rotation of a raster.''' ([wiki:WKTRaster/SpecificationWorking02 specifications])||||||||||
     115||- ST_Rotation(raster)[[BR]]- ST_SetRotation(raster, rotation)||DZ||||2 days||480||funded||
     116||[[BR]]'''Objective 02 - Being able to create a raster as the expression of another raster''' ([wiki:WKTRaster/SpecificationWorking02 specifications])||||||||||
     117||- ST_MapAlgebra(raster)||JA||||2 weeks||2400||funded||
     118||[[BR]]'''Objective 03 - Being able to create a raster as the expression of two other rasters''' ([wiki:WKTRaster/SpecificationWorking02 specifications])||||||||||
     119||- ST_MapAlgebra(raster, raster)[[BR]]- ST_SameAlignment(raster, raster)||JA||||4 weeks||4800||funded||
     120||[[BR]]'''Objective 04 - Implement better handling for NULL, ST_IsEmpty, ST_HasNoBand and ST_BandIsNodata rasters''' ([wiki:WKTRaster/SpecificationWorking02 specifications])||||||||||
     121||- ST_IsEmpty(raster)[[BR]]- ST_HasNoBand(raster, band)[[BR]]- ST_BandIsNodata(raster, band)||PR||||2 weeks||2400||funded||
     122||[[BR]]'''Objective 05 - Being able to set and get values for part of a raster''' ([wiki:WKTRaster/SpecificationWorking02 specifications])||||||||||
     123||- ST_SetValues(raster)[[BR]]- ST_Clip(raster)||PR||||2 weeks||2400||funded||
    116124
    117125
     
    121129||'''Objectives and Tasks'''||'''Coder'''||'''Approx. Schedule'''||'''Time'''||'''Approx. Contribution (US$)'''||'''Status'''||
    122130||[[BR]]'''Objective 01 - Being able to return a JPEG, a TIFF or a PNG.''' ([wiki:WKTRaster/SpecificationWorking01#Objective0.1.6f-BeingabletoreturnaJPEGaTIFForaPNG. specifications])||||||||||
    123 ||- ST_Band(raster, band) -> raster[[BR]]- ST_AsJPEG(raster, band, quality) -> JPEG as "bytea"[[BR]]- ST_AsTIFF(raster, band, compression) -> TIFF as "bytea"[[BR]]- ST_AsPNG(raster, band) -> PNG as "bytea"||ML||TBD||TBD||2400 / !DevTime from ML||todo||
     131||- ST_Band(raster, band) -> raster[[BR]]- ST_AsJPEG(raster, band, quality) -> JPEG as "bytea"[[BR]]- ST_AsTIFF(raster, band, compression) -> TIFF as "bytea"[[BR]]- ST_AsPNG(raster, band) -> PNG as "bytea"||ML||TBD||2 weeks||2400 / !DevTime from ML||todo||
    124132||[[BR]]'''Objective 02 - Being able to intersect vector and raster to produce raster.''' ([wiki:WKTRaster/SpecificationWorking02#ObjectiveB02c-Beingabletointersectvectorandrastertoproduceraster. specifications])||||||||||
    125133||- ST_AsRaster(geometry, pixelsize) -> raster[[BR]]- Changes to ST_Intersection||TBD||TBD||4 weeks||4800||todo||
    126134||[[BR]]'''Objective 03 - Being able to use "group by" to accumulate tiles to form a new raster.''' ([wiki:WKTRaster/SpecificationWorking02#ObjectiveB02d-Beingabletousegroupbytoaccumulatetilestoformanewraster. specifications])||||||||||
    127 ||- ST_Union(raster|geometry, raster|geometry, ‘raster’|’geometry’) -> raster/geometry[[BR]]- ST_Accum(raster set|geometry set, ‘raster’|’geometry’) -> raster/geometry||TBD||TBD||TBD||2400||todo||
     135||- ST_Union(raster|geometry, raster|geometry, ‘raster’|’geometry’) -> raster/geometry[[BR]]- ST_Accum(raster set|geometry set, ‘raster’|’geometry’) -> raster/geometry||TBD||TBD||2 weeks||2400||todo||
    128136||[[BR]]'''Objective 05 - Being able to reproject a raster.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||||||||||
    129137||- ST_Transform(raster|geometry, SRID) -> same type as input||TBD||||1 week||1200||todo||
     
    145153||- ST_Affine(raster|geometry,...) -> same type as input[[BR]]- ST_Translate(raster|geometry,...) -> same type as input[[BR]]- ST_Scale(raster|geometry,...) -> same type as input[[BR]]- ST_TransScale(raster|geometry,...) -> same type as input[[BR]]- ST_RotateZ,Y,Z(raster|geometry, float8) -> same type as input||TBD||||2 weeks||2400||todo||
    146154||[[BR]]'''Other functions''' ||||||||||
    147 ||- ST_AsBinary(raster, compression) ([wiki:WKTRaster/SpecificationWorking03 specifications])|| ML (start ST_AsBinary) || Aug 2009||2 weeks||2400 / !DevTime from MD||in-progress||
     155||- ST_AsBinary(raster, compression) ([wiki:WKTRaster/SpecificationWorking03 specifications])|| ML (start ST_AsBinary) || ||2 weeks||2400 / !DevTime from MD||in-progress||
    148156||- ST_RasterFromWKB(raster, [<srid>])|| TBD || TBD || - || - ||todo||
    149157||- ST_RasterFromText(string, [<srid>])|| TBD || TBD || - || - ||todo||