Changes between Version 92 and Version 93 of WKTRaster/SpecificationWorking03
- Timestamp:
- 05/27/11 07:05:36 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WKTRaster/SpecificationWorking03
v92 v93 1466 1466 nband: index of band 1467 1467 1468 hasnodata: if TRUE, any pixel who's value is nodata is ignored1468 hasnodata: if FALSE, nodata values in band are included in the stats. if TRUE, nodata values are not included 1469 1469 1470 1470 {{{ … … 1652 1652 nband: index of band 1653 1653 1654 hasnodata: if FALSE, any pixel who's value is nodata is ignored1654 hasnodata: if FALSE, nodata values in band are included in the stats. if TRUE, nodata values are not included 1655 1655 1656 1656 {{{ … … 1830 1830 nband: index of band 1831 1831 1832 hasnodata: if FALSE, any pixel who's value is nodata is ignored1832 hasnodata: if FALSE, nodata values in band are included in the stats. if TRUE, nodata values are not included 1833 1833 1834 1834 {{{ … … 2007 2007 nband: index of band 2008 2008 2009 hasnodata: if TRUE, any pixel who's value is nodata is ignored2009 hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included. 2010 2010 2011 2011 {{{ … … 2186 2186 nband: index of band 2187 2187 2188 hasnodata: if TRUE, any pixel who's value is nodata is ignored2188 hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included. 2189 2189 2190 2190 {{{ … … 2365 2365 nband: index of band 2366 2366 2367 hasnodata: if TRUE, any pixel who's value is nodata is ignored2367 hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included. 2368 2368 2369 2369 {{{ … … 2546 2546 nband: index of band to process on 2547 2547 2548 hasnodata: if TRUE, any pixel who's value is nodata is ignored.2548 hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included. 2549 2549 2550 2550 bins: the number of categories/bins to have in the histogram. If NULL or value less than one, the number of categories will be auto-computed using Sturges' formula if the number of values >= 30 or Square-root choice if number of values < 30. … … 2684 2684 nband: index of band to process on 2685 2685 2686 hasnodata: if TRUE, any pixel who's value is nodata is ignored.2686 hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included. 2687 2687 2688 2688 quantiles: array of percentages to compute values for … … 2742 2742 nband: index of band to process on 2743 2743 2744 hasnodata: if TRUE, any pixel who's value is nodata is ignored2744 hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included. 2745 2745 2746 2746 sample_percent: a value between 0 and 1 indicating the percentage of the raster band's pixels to consider when computing the quantiles