Changes between Version 23 and Version 24 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
Aug 27, 2010, 2:24:12 PM (14 years ago)
Author:
pracine
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v23 v24  
    2424  4) ST_Intersection(raster, raster) -> raster -- default both rasters to band # 1
    2525
    26 == '''Objective B03a - Being able to intersect two raster to get a geometry.''' ==
     26----
     27== '''Objective B03b - Being able to intersect two raster to get a geometry.''' ==
    2728 
    2829'''ST_Intersection(raster, integer, raster, integer, 'geometry') -> geometry''' - Returns a two bands raster with values only in the intersecting areas of both rasters. Integer parameters are the band number of the raster.
     
    3738
    3839----
    39 == '''Objective B03b - Being able to reproject a raster.''' ==
     40== '''Objective B03c - Being able to reproject a raster.''' ==
    4041 
    4142
     
    4344 
    4445----
    45 == '''Objective B03c - Being able to do some base raster operations.''' ==
     46== '''Objective B03d - Being able to do some base raster operations.''' ==
    4647 
    4748
     
    5152'''ST_Resample(raster, method, originx, originy, pixelsizex, pixelsizey) -> raster'''
    5253
    53  Variant 1: ST_Resample(raster, method, raster) -> raster
     54 '''Variant'''
     55
     56  1) ST_Resample(raster, method, raster) -> raster
    5457
    5558 Recompute a raster in order to change its pixel size and/or the position of its upper left corner.
     
    98101
    99102----
    100 == '''Objective B03d - Being able to quickly get raster statistics.''' ==
     103== '''Objective B03e - Being able to quickly get raster statistics.''' ==
    101104
    102105'''Add cached basic raster statistic to the base raster WKB format.
    103106
    104107----
    105 == '''Objective B03e - Being able to refer to band by textual name.''' ==
     108== '''Objective B03f - Being able to refer to band by textual name.''' ==
    106109
    107110'''Add 8 digit string to each band in the base raster WKB format.