Changes between Version 49 and Version 50 of WKTRaster/SpecificationWorking02
- Timestamp:
- 03/10/11 13:50:45 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking02
v49 v50 72 72 '''Implementation details''' 73 73 74 Only the first variant should be implemented in C. Others are PL/pgSQL variants. The C implementation should follow the PL/pgSQL script of the one raster version of ST_MapAlgebra implemented at the top of http://trac.osgeo.org/postgis/browser/ spike/wktraster/scripts/plpgsql/st_mapalgebra.sql74 Only the first variant should be implemented in C. Others are PL/pgSQL variants. The C implementation should follow the PL/pgSQL script of the one raster version of ST_MapAlgebra implemented at the top of http://trac.osgeo.org/postgis/browser/trunk/raster/scripts/plpgsql/st_mapalgebra.sql 75 75 76 76 Optimizations should be implemented in many situations: … … 111 111 '''Implementation Details''' 112 112 113 Only the first variant should be implemented in C. The second one is a PL/pgSQL variants. The C implementation should follow the PL/pgSQL version implemented in http://trac.osgeo.org/postgis/browser/ spike/wktraster/scripts/plpgsql/st_mapalgebra.sql113 Only the first variant should be implemented in C. The second one is a PL/pgSQL variants. The C implementation should follow the PL/pgSQL version implemented in http://trac.osgeo.org/postgis/browser/trunk/raster/scripts/plpgsql/st_mapalgebra.sql 114 114 115 115 It is not clear if this PL/pgSQL implementation works when raster are rotated. To verify. 116 116 117 117 118 '''ST_MapAlgebra '''119 120 TBD118 '''ST_MapAlgebra on two rasters''' 119 120 Specifications of ST_MapAlgebra on two rasters are still in progress as a new optimised version, filling large areas of same value more quickly, is planned. See http://trac.osgeo.org/postgis/browser/trunk/raster/scripts/plpgsql/st_mapalgebra_optimized.sql 121 121 122 122 ----