Changes between Version 106 and Version 107 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Jun 13, 2011, 2:12:35 PM (13 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v106 v107  
    191191
    192192
    193 ----
    194 == '''Objective FV.05 - Being able to reproject a raster.''' ==
    195  
    196 
    197 '''ST_Transform(raster|geometry, SRID) -> same type as input'''
    198  
    199193----
    200194== '''Objective FV.06 - Being able to do some base raster operations.''' ==
     
    378372
    379373----
    380 == '''Objective FV.01 - Being able to return a JPEG, a TIFF, a PNG or any image format supported by GDAL - ''DONE''''' ==
     374== '''Objective FV.01 - Being able to return a JPEG, a TIFF, a PNG or any image format supported by GDAL - ''Done''''' ==
    381375 
    382376'''ST_bytea(raster, integer) -> raster''' -- the integer parameters is the band number of the raster.[[BR]]
     
    10511045
    10521046----
    1053 == '''Objective FV.16 - Being able to quickly get raster statistics.''' ==
     1047== '''Objective FV.16 - Being able to quickly get raster statistics. - ''Done''''' ==
    10541048
    10551049'''Add cached basic raster statistic to the base raster WKB format.
     
    24902484  "nband" is assumed to be 1, "quantiles" assumed to be ARRAY[0, 0.25, 0.5, 0.75, 1] and "sample_percent" assumed to be 0.1
    24912485
    2492 
    2493 ----
    2494 == '''Objective FV.06 - Being able to do some base raster operations.''' - Partially ==
     2486----
     2487== '''Objective FV.05 - Being able to reproject a raster. - ''Done''''' ==
    24952488 
    24962489
     2490'''ST_Transform(raster|geometry, SRID) -> same type as input'''
     2491----
     2492== '''Objective FV.06 - Being able to do some base raster operations. - ''Done Partially''''' ==
     2493 
     2494
    24972495'''ST_ValueCount(raster, value) -> integer'''[[BR]]
    24982496