010578: The acquisition information of the location data is invalid.

Description

The Acquisition information of location data (acquisition_definition in Python) of the Input location raster or features (in_location_data in Python) is invalid.

Solution

Only the following combinations are supported as valid acquisition definitions:

  • Dimension + Start field or value
  • Dimension + Start field or value + End field or value
  • Dimension + Start field or value + Relative value or days before + Relative value or days after

When dimension, start value, and end value are specified, the slices within the start and end values are processed. The default end value is the maximum dimension value. For the time dimension, specify the value in standard format. For other dimensions, specify the value in the same unit as it is in the input raster. If the dimension is StdTime, only the fields with Date data type are supported. For dimensions other than time, only numeric data type fields are supported.

When dimension, start field, and end field (start field and end field are added to the location data) are specified, values from these fields are used to create a subset of the input raster while sampling values at that location.

The relative value or days before and after can be used to specify a subset relative to the start value, in which before specifies the beginning of the subset and after specifies the end of the subset. Specify the time values in days and the other dimension values in the same unit as it is in the input raster.