mapbox / make-surface

Vector surfaces creation routines
MIT License
89 stars 18 forks source link

Snow handler #52

Closed dnomadb closed 9 years ago

dnomadb commented 9 years ago
  -b, --band INTEGER       Input band to vectorize [default = 1]
  -cl, --classes TEXT      Number of output classes, OR all for rounded input
                           values (ignored if class file specified) [default =
                           10]
  -cf, --classfile TEXT    One-line CSV of break values [default = None]
  -w, --weight INTEGER     Weighting between equal interval and quantile
                           breaks [default = 0.5]
  -s, --smoothing INTEGER  Value by which to zoom and smooth the data [default
                           = None]
  -nd, --nodata TEXT       Manually defined nodata value - can be any number
                           or "min" [default = None]
  -set, --setnodata FLOAT  Value to set nodata to (eg, if nodata / masked, set
                           pixel to this value) [default = None]
  -c, --carto
  -n, --nibble             Expand mask by 1 pixel
  -g, --grib2              Flag for processing of 0 - 360 grib2 rasters
  --axonometrize FLOAT     EXPERIMENTAL
  -ns, --nosimple
  --help                   Show this message and exit.