Re: Обрезка Landsat
Добавлено: 06 авг 2012, 11:38
Внимательно прочитал в мануале вот это
и понял, что threshold - это, упразднённый в версии 7, параметр для отсева ненужных значений растра во время работы модуля. Метод range и правда намного гибче.If the range= option is given, any values which fall outside that range will be treated as if they were NULL. The range parameter can be set to low,high thresholds: values outside of this range are treated as NULL (i.e., they will be ignored by most aggregates, or will cause the result to be NULL if -n is given). The low,high thresholds are floating point, so use -inf or inf for a single threshold (e.g., range=0,inf to ignore negative values, or range=-inf,-200.4 to ignore values above -200.4).