Changes between Version 52 and Version 53 of WKTRaster/PlanningAndFunding


Ignore:
Timestamp:
Apr 16, 2009, 9:06:40 AM (15 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/PlanningAndFunding

    v52 v53  
    100100||'''Objectives and Tasks'''||'''Coder'''||'''Approx. Schedule'''||'''Time'''||'''Fund (US$)'''||'''Status'''||
    101101
    102 ||[[BR]]'''B03a - Being able to set all the properties of a raster.'''||
     102||[[BR]]'''B03a - Being able to set all the properties of a raster.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    103103||- RT_SetSRID(raster|geometry, integer)[[BR]]- RT_SetPixelType(raster, band, string)[[BR]]- RT_SetPixelSize(raster)[[BR]]- RT_SetNoDataValue(raster, band, value)[[BR]]- RT_SetGeoReference(raster, string)||TBD||||1 week||1200||todo||
    104 ||[[BR]]'''B03b - Being able to reproject a raster.'''||
     104||[[BR]]'''B03b - Being able to reproject a raster.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    105105||- RT_Transform(raster|geometry, SRID) -> same type as input||TBD||||1 week||1200||todo||
    106 ||[[BR]]'''B03c - Being able todo some base raster operations.'''||
     106||[[BR]]'''B03c - Being able todo some base raster operations.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    107107||- RT_Area(raster|geometry) -> double[[BR]]- RT_Count(raster, value) -> integer[[BR]]- RT_Resample(raster, pixelsize, method) -> raster[[BR]]- RT_SelectByValue(raster|geometry, ‘expression’) -> same type as first argument[[BR]]- RT_Reclass(raster|geometry,string) -> same type as first argument[[BR]]- RT_MapAlgebra(raster|geometry, [raster|geometry,...], ‘mathematical expression’, ‘raster’ |’geometry’) -> raster/geometry[[BR]]- RT_Clip(raster|geometry,geometry) -> same type as first argument[[BR]]- RT_Flip(raster|geometry, ’vertical’|’horizontal’) -> same type as first argument||TBD||||6 weeks||7200||todo||
    108 ||[[BR]]'''B04a - Being able to convert a raster to standards formats.'''||
     108||[[BR]]'''B04a - Being able to convert a raster to standards formats.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    109109||- RT_AsKML(raster|geometry) -> string[[BR]]- RT_AsSVG(raster|geometry) -> string||TBD||||2 weeks||2400||todo||
    110 ||[[BR]]'''B04b - Being able to control the validity of a raster.'''||
     110||[[BR]]'''B04b - Being able to control the validity of a raster.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    111111||- RT_IsEmpty(raster|geometry) -> boolean[[BR]]- RT_mem_size(raster|geometry) -> integer[[BR]]- RT_isvalid(raster|geometry) -> boolean||TBD||||1 week||1200||todo||
    112 ||[[BR]]'''B04c - Being able to use other major topological operators.'''||
     112||[[BR]]'''B04c - Being able to use other major topological operators.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    113113||- RT_Within(raster|geometry A, raster|geometry B)[[BR]]- RT_Contains(raster|geometry A, raster|geometry B)[[BR]]- RT_Overlaps(raster|geometry, raster|geometry)||TBD||||1 week||1200||todo||
    114 ||[[BR]]'''B05a - Being able to derive a raster layer from vector layer.'''||
     114||[[BR]]'''B05a - Being able to derive a raster layer from vector layer.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    115115||- RT_Interpolate(points, pixelsize, method) -> raster||TBD||||1 week||1200||todo||
    116 ||[[BR]]'''B05b - Being able todo on rasters most operations available on geometries.'''||
     116||[[BR]]'''B05b - Being able todo on rasters most operations available on geometries.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    117117||- RT_Centroid(raster|geometry) -> point geometry[[BR]]- RT_PointOnSurface(raster|geometry) -> point geometry[[BR]]- RT_Buffer(raster|geometry, double) -> same type as first arg.[[BR]]- RT_ConvexHull(raster|geometry) -> same type as input[[BR]]- RT_Difference(raster|geometry A, raster|geometry B) -> same type as first argument[[BR]]- RT_SymDifference(raster|geometry,raster|geometry,‘raster’|’geometry’) -> raster/geometry||TBD||||4 weeks||4800||todo||
    118 ||[[BR]]'''B06a - Being able to use all the other topological operators.'''||
     118||[[BR]]'''B06a - Being able to use all the other topological operators.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    119119||- RT_Equals(raster|geometry, raster|geometry)[[BR]]- RT_Disjoint(raster|geometry, raster|geometry)[[BR]]- RT_Touches(raster|geometry, raster|geometry)[[BR]]- RT_Crosses(raster|geometry, raster|geometry)[[BR]]- RT_Covers(raster|geometry A, raster|geometry B)[[BR]]- RT_IsCoveredBy(raster|geometry A, raster|geometry B)[[BR]]- RT_Relate(raster|geometry, raster|geometry, intersectionPatternMatrix )||TBD||||2 weeks||2400||todo||
    120 ||[[BR]]'''B07b - Being able to edit a raster.'''||
     120||[[BR]]'''B07b - Being able to edit a raster.''' ([wiki:WKTRaster/SpecificationWorking03 specifications])||
    121121||- RT_SetValue(raster, band, x, y, value)[[BR]]- RT_Affine(raster|geometry,...) -> same type as input[[BR]]- RT_Translate(raster|geometry,...) -> same type as input[[BR]]- RT_Scale(raster|geometry,...) -> same type as input[[BR]]- RT_TransScale(raster|geometry,...) -> same type as input[[BR]]- RT_RotateZ,Y,Z(raster|geometry, float8) -> same type as input||TBD||||2 weeks||2400||todo||
    122122||Other functions[[BR]]- RT_AsBinary(raster, compression)[[BR]]- RT_RasterFromWKB(raster, [<srid>])[[BR]]- RT_RasterFromText(string, [<srid>])[[BR]]- RT_AsText(raster)||TBD||||2 weeks||2400||todo||