Страница 2 из 2

Re: Обрезка Landsat

Добавлено: 06 авг 2012, 11:38
rhot
Внимательно прочитал в мануале вот это
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).
и понял, что threshold - это, упразднённый в версии 7, параметр для отсева ненужных значений растра во время работы модуля. Метод range и правда намного гибче.

Re: Обрезка Landsat

Добавлено: 06 авг 2012, 11:44
Александр Мурый
rhot писал(а): Метод range и правда намного гибче.
Ок, надо будет попробовать range в создании "универсальной" маски.

Re: Обрезка Landsat

Добавлено: 06 авг 2012, 12:00
rhot
"Универсальная" - для растров определённого диапазона значений ;)

Re: Обрезка Landsat

Добавлено: 22 ноя 2012, 14:30
Александр Мурый
Написал своё решение для GRASS здесь.