Changes between Version 92 and Version 93 of WKTRaster/SpecificationWorking03


Ignore:
Timestamp:
May 27, 2011, 7:05:36 AM (13 years ago)
Author:
Bborie Park
Comment:

fixed definition of hasnodata

Legend:

Unmodified
Added
Removed
Modified
  • WKTRaster/SpecificationWorking03

    v92 v93  
    14661466  nband: index of band
    14671467
    1468   hasnodata: if TRUE, any pixel who's value is nodata is ignored
     1468  hasnodata: if FALSE, nodata values in band are included in the stats. if TRUE, nodata values are not included
    14691469
    14701470{{{
     
    16521652    nband: index of band
    16531653
    1654     hasnodata: if FALSE, any pixel who's value is nodata is ignored
     1654    hasnodata: if FALSE, nodata values in band are included in the stats. if TRUE, nodata values are not included
    16551655
    16561656{{{
     
    18301830    nband: index of band
    18311831
    1832     hasnodata: if FALSE, any pixel who's value is nodata is ignored
     1832    hasnodata: if FALSE, nodata values in band are included in the stats. if TRUE, nodata values are not included
    18331833
    18341834{{{
     
    20072007  nband: index of band
    20082008
    2009   hasnodata: if TRUE, any pixel who's value is nodata is ignored
     2009  hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included.
    20102010
    20112011{{{
     
    21862186  nband: index of band
    21872187
    2188   hasnodata: if TRUE, any pixel who's value is nodata is ignored
     2188  hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included.
    21892189
    21902190{{{
     
    23652365  nband: index of band
    23662366
    2367   hasnodata: if TRUE, any pixel who's value is nodata is ignored
     2367  hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included.
    23682368
    23692369{{{
     
    25462546  nband: index of band to process on
    25472547
    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.
    25492549
    25502550  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.
     
    26842684  nband: index of band to process on
    26852685
    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.
    26872687
    26882688  quantiles: array of percentages to compute values for
     
    27422742  nband: index of band to process on
    27432743
    2744   hasnodata: if TRUE, any pixel who's value is nodata is ignored
     2744  hasnodata: if FALSE, nodata values in band are included. if TRUE, nodata values are not included.
    27452745
    27462746  sample_percent: a value between 0 and 1 indicating the percentage of the raster band's pixels to consider when computing the quantiles