Extract Specific Isolines

Feature Description

Extract specific isolines allows users to extract a specific number of isolines with designated values based on their needs. A series of characteristic values can be automatically generated according to the set range and interval, producing the extracted raster dataset (RasterRDD).

Parameter Description

Parameter Name Default Value Parameter Interpretation Parameter Type
RasterRDD to Analyze   The RasterRDD that needs reclassification. RasterRDD
Start Value 0.0 The initial base value for generating isolines. Double
End Value 0.0 The maximum value for generating isolines. Double
Interval 0.0 The interval value between two isolines, which, together with the base value, determines which isolines to extract. Double
Field Name for Storing Elevation Value
(Optional)
zValue The field used to store the elevation value of the generated isolines. Users can name it themselves; the default is zValue. String