Changes between Version 40 and Version 41 of WKTRaster/SpecificationWorking03
- Timestamp:
- 03/14/11 12:04:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v40 v41 216 216 Any remaining parameters to ST_MapAlgebraNgb could be passed to the summarizing functions for its own need (e.g. "round" to specify that only the pixel forming a circle should be used in the computing). 217 217 218 A number of predefined summarizing function could be delivered: ST_ Sum, ST_Distinct, ST_Mean, ST_STD, ST_Max, ST_Min, ST_Range, ST_Median, ST_Majority, ST_Minority, ST_Slope, ST_Aspect,218 A number of predefined summarizing function could be delivered: ST_Max, ST_Min, ST_Sum, ST_Distinct, ST_Mean, ST_STD, ST_Range, ST_Quantile, ST_Median, ST_Majority, ST_Minority, ST_Slope, ST_Aspect, and more... 219 219 220 220 Users could write their own map algebra summarizing functions.