INTERPOLATION_TYPE

class s100py.s100.INTERPOLATION_TYPE(value, names=None, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

S100 v4.0 table 10c-21 Enumeration S100_CV_InterpolationMethod Codes for interpolation methods between known feature attribute values associated with geometric objects in the domain of the discrete coverage Extension of ISO 19123 CV_InterpolationMethod

Literal nearestneighbor Assign the feature attribute value associated with the nearest domain object in the domain of the coverage 1 Any type of coverage

Literal linear Assign the value computed by a linear function along a line segment connecting two point value pairs, or along a curve with positions are described by values of an arc-length parameter 2 Only segmented curves

Literal quadratic Assign the value computed by a quadratic function of distance along a value segment 3 Only segmented curves

Literal cubic Assign the value computed by a cubic function of distance along a value segment 4 Only segmented curves

Literal bilinear Assign a value computed by using a bilinear function of position within the grid cell 5 Only quadrilateral grids

Literal biquadratic Assign a value computed by using a biquadratic function of position within the grid cell 6 Only quadrilateral grids

Literal bicubic Assign a value computed by using a bicubic function of position within the grid cell 7 Only quadrilateral grids

Literal lostarea Assign a value computed by using the lost area method described in ISO 19123 8 Only Thiessen polygons

Literal barycentric Assign a value computed by using the barycentric method described in ISO 19123 9 Only TIN

Literal discrete No interpolation method applies to the coverage 10

Inheritance diagram of INTERPOLATION_TYPE

Attributes Summary

barycentric

bicubic

bilinear

biquadratic

discrete

lostarea

nearestneighbor

Attributes Documentation

barycentric = 9
bicubic = 7
bilinear = 5
biquadratic = 6
discrete = 10
lostarea = 8
nearestneighbor = 1