Changes between Version 106 and Version 107 of WKTRaster/SpecificationWorking03
- Timestamp:
- 06/13/11 14:12:35 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v106 v107 191 191 192 192 193 ----194 == '''Objective FV.05 - Being able to reproject a raster.''' ==195 196 197 '''ST_Transform(raster|geometry, SRID) -> same type as input'''198 199 193 ---- 200 194 == '''Objective FV.06 - Being able to do some base raster operations.''' == … … 378 372 379 373 ---- 380 == '''Objective FV.01 - Being able to return a JPEG, a TIFF, a PNG or any image format supported by GDAL - ''D ONE''''' ==374 == '''Objective FV.01 - Being able to return a JPEG, a TIFF, a PNG or any image format supported by GDAL - ''Done''''' == 381 375 382 376 '''ST_bytea(raster, integer) -> raster''' -- the integer parameters is the band number of the raster.[[BR]] … … 1051 1045 1052 1046 ---- 1053 == '''Objective FV.16 - Being able to quickly get raster statistics. ''' ==1047 == '''Objective FV.16 - Being able to quickly get raster statistics. - ''Done''''' == 1054 1048 1055 1049 '''Add cached basic raster statistic to the base raster WKB format. … … 2490 2484 "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 2491 2485 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''''' == 2495 2488 2496 2489 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 2497 2495 '''ST_ValueCount(raster, value) -> integer'''[[BR]] 2498 2496