Skip to content

Commit

Permalink
Constrain interpolation parameters to support bounds interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersMS committed Jul 21, 2021
1 parent f3de508 commit 2ce5d66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ch08.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,9 @@ assumed to be zero.
The **`interpolation_parameters`** attribute may only be provided if
allowed by the definition of the interpolation method. Interpolation
parameters may always be provided to non-standardized interpolation
methods.
methods.

The interpolation parameters are not permitted to contain absolute coordinate information, such as additional tie points, but may contain relative coordinate information, for example an offset with respect to a tie point or with respect to a combination of tie points. This is to ensure that interpolation methods are equally applicable to both coordinate and bounds interpolation.

The interpolation parameter variable dimensions must include, for all of the interpolated dimensions, either the associated subsampled dimension or the associated interpolation subarea dimension. Additionally, any subset of zero or more of the non-interpolated dimensions of the tie point coordinate variable are permitted as interpolation parameter variable dimensions.

Expand Down

0 comments on commit 2ce5d66

Please sign in to comment.