Predict Using Trend Raster (Image Analyst)

Эта документация ArcGIS 2.8 была перемещена в архив и более не обновляется. Ресурсы и ссылки могут быть устаревшими. См. самую последнюю документацию.

Доступно с лицензией Image Analyst.

Краткая информация

Вычисляет прогнозируемый многомерный растр, используя выходной растр тренда из инструмента Создать растр тренда.

Использование

  • This tool uses the output from the Generate Trend Raster tool as the input multidimensional trend raster.

  • Этот инструмент создает многомерный набор растровых данных в формате Cloud Raster Format (CRF). В настоящее время другие форматы выхода не поддерживаются.

  • По умолчанию выходной многомерный растр будет сжиматься с использованием типа сжатия LZ77. Однако рекомендуется изменить тип сжатия на LERC и настроить максимальное значение ошибки на основе ваших данных. Например, если вы ожидаете, что результаты анализа будут иметь точность до трех десятичных знаков, используйте 0,001 для максимального значения ошибки. Лучше избегать излишних требований к точности, поскольку они увеличивают время обработки и размер хранилища.

Параметры

ПодписьОписаниеТип данных
Input Trend Raster

The input multidimensional trend raster from the Generate Trend Raster tool.

Raster Dataset; Raster Layer; Mosaic Dataset; Mosaic Layer; Image Service; File
Variables [Dimension Info] (Description)
(Дополнительный)

The variable or variables that will be predicted in the analysis. If no variables are specified, all variables will be used.

String
Dimension Definition
(Дополнительный)

Specifies the method used to provide prediction dimension values.

  • By valueThe prediction will be calculated for a single dimension value or a list of dimension values defined by the Values parameter (dimension_values in Python). This is the default.For example, you want to predict yearly precipitation for the years 2050, 2100, and 2150.
  • By intervalThe prediction will be calculated for an interval of the dimension defined by a start and an end value.For example, you want to predict yearly precipitation for every year between 2050 and 2150.
String
Values
(Дополнительный)

The dimension value or values to be used in the prediction.

The format of the time, depth, and height values must match the format of the dimension values used to generate the trend raster. If the trend raster was generated for the StdTime dimension, the format would be YYYY-MM-DDTHH:MM:SS, for example 2050-01-01T00:00:00. Multiple values are separated with a semicolon.

This parameter is required when the Dimension Definition parameter is set to By value.

String
Start
(Дополнительный)

The start date, height, or depth of the dimension interval to be used in the prediction.

String
End
(Дополнительный)

The end date, height, or depth of the dimension interval to be used in the prediction.

String
Value Interval
(Дополнительный)

The number of steps between two dimension values to be included in the prediction. The default value is 1.

For example, to predict temperature values every five years, use a value of 5.

Double
Unit
(Дополнительный)

Specifies the unit that will be used for the interval value. This parameter only applies when the dimension of analysis is a time dimension.

  • HoursThe prediction will be calculated for each hour in the range of time described by the Start, End, and Value Interval parameters.
  • DaysThe prediction will be calculated for each day in the range of time described by the Start, End, and Value Interval parameters.
  • WeeksThe prediction will be calculated for each week in the range of time described by the Start, End, and Value Interval parameters.
  • MonthsThe prediction will be calculated for each month in the range of time described by the Start, End, and Value Interval parameters.
  • YearsThe prediction will be calculated for each year in the range of time described by the Start, End, and Value Interval parameters.
String

Возвращаемое значение

ПодписьОписаниеТип данных
Output Multidimensional Raster

Выходной многомерный набор растровых данных Cloud Raster Format (CRF).

Raster

Информация о лицензиях

  • Basic: Обязательно Image Analyst
  • Standard: Обязательно Image Analyst
  • Advanced: Обязательно Image Analyst

Связанные разделы