Changes between Version 13 and Version 14 of WKTRaster/SpecificationWorking02
- Timestamp:
- 08/27/10 13:12:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking02
v13 v14 16 16 17 17 ---- 18 == '''Objective B02 c- Being able to intersect vector and raster to produce raster.''' ==18 == '''Objective B02x - Being able to intersect vector and raster to produce raster.''' == 19 19 20 20 … … 24 24 25 25 ---- 26 == '''Objective B02 d- Being able to use "group by" to accumulate tiles to form a new raster.''' ==26 == '''Objective B02x - Being able to use "group by" to accumulate tiles to form a new raster.''' == 27 27 28 28 … … 30 30 '''ST_Accum(raster set|geometry set, ‘raster’|’geometry’) -> raster/geometry''' 31 31 32 ---- 33 == '''Objective B02x - Being able to set and get the skew of a raster in terms of rotation.''' == 32 34 35 '''ST_SetRotation(raster, angle)''' 33 36 37 Set the rotation of the raster. This method actually derive values for pixelsizex, pixelsizey, skewx and skewy based on the provided rotation angle. 38 39 '''Open Question:''' 40 PR: The angle should be provided in radian or in degree? 41 42 '''ST_Rotation(raster) -> float64''' 43 Return the georeference's rotation angle in (degree or radiant?) derived from the pixel size and the skew. 44 45 PR: I think getting the rotation get no sence since the result of pixelsizes and skew is not necessarily a rotation. 46