Changes between Version 3 and Version 4 of WKTRaster/SpecificationWorking03
- Timestamp:
- 02/12/10 07:52:21 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v3 v4 44 44 '''ST_Clip(raster|geometry,geometry) -> same type as first argument'''[[BR]] 45 45 '''ST_Flip(raster|geometry, ’vertical’|’horizontal’) -> same type as first argument''' 46 47 ---- 48 == '''Objective B03d - Being able to quickly get raster statistics.''' == 49 50 '''Add cached basic raster statistic to the base raster WKB format. 51 52 ---- 53 == '''Objective B03e - Being able to refer to band by textual name.''' == 54 55 '''Add 8 digit string to each band in the base raster WKB format.[[BR]] 56 '''Adjust gdal2wktraster.py to be able to give names to each band when importing.[[BR]] 57 '''Adjust/overlaod every function to be able to refer to raster band by name. 46 58 47 59