Raster コードのサンプル Reclassify (再分類) の例 1 (Python ウィンドウ) 次の例は、ラスターを再分類するさまざまな方法を示しています。 importarcpyfromarcpyimportenvfromarcpy.saimport*env.workspace="C:/sapyexamples/data"outReclass1=Reclassify("landuse","Value",RemapValue([[1,9],[2,8...
Reclassifies (or changes) the values in a raster. Usage If a range of values is to be reclassed, the ranges should not overlap except at the boundary of two input ranges. Where overlapping occurs, the higher end of the lower input range is inclusive, and the lower end of the higher ...
A reclassification table is displayed in the geoprocessing messages showing the upper bound and reclassed value of each class. ParametersDialogPython Label Explanation Data Type Input Table The input table or feature class containing the field that will be reclassified. Table View; Raster Layer; Mo...
Raster コードのサンプル Reclassify (再分類) の例 1 (Python ウィンドウ) 次の例は、ラスターを再分類するさまざまな方法を示しています。 importarcpyfromarcpyimportenvfromarcpy.saimport*env.workspace="C:/sapyexamples/data"outReclass1=Reclassify("landuse","Value",RemapValue([[1,9],[2,8...
DialogPython LabelExplanationData Type Input Table The input table or feature class containing the field that will be reclassified. Table View; Raster Layer; Mosaic Layer Field to Reclassify The field that will be reclassified. The field must be numeric or text. ...
DialogPython LabelExplanationData Type Input Table The input table or feature class containing the field that will be reclassified. Table View; Raster Layer; Mosaic Layer Field to Reclassify The field that will be reclassified. The field must be numeric or text. ...
# Name: Reclassify_3d_Ex_02.py# Description: Reclassifies the values in a raster.# Requirements: 3D Analyst Extension# Import system modulesimportarcpyfromarcpyimportenv# Set environment settingsenv.workspace="C:/data"# Set local variablesinRaster="landuse"field="VALUE"remapString="1 9;2 8;...
A reclassification table is displayed in the geoprocessing messages showing the upper bound and reclassed value of each class. ParametersDialogPython Label Explanation Data Type Input Table The input table or feature class containing the field that will be reclassified. Table View; Raster Layer; Mo...
A reclassification table is displayed in the geoprocessing messages showing the upper bound and reclassed value of each class. ParametersDialogPython Label Explanation Data Type Input Table The input table or feature class containing the field that will be reclassified. Table View; Raster Layer; Mo...