读取NetCDF数据并创建栅格图层 使用MakeNetCDFRasterLayer_md函数可以读取NetCDF数据并创建栅格图层。该函数的基本语法如下: MakeNetCDFRasterLayer_md(in_netCDF_file,variable,x_dimension,y_dimension,out_raster_layer,{band_dimension},{dimension_values},{value_selection_method}) 1. 参数说明: in_netCDF_fil...
A netCDF dimension used to define the x, or longitude, coordinates of the output layer. String Y Dimension A netCDF dimension used to define the y, or latitude, coordinates of the output layer. String Output Raster Layer The name of the output raster layer. ...
关闭后台运行,可以实时查看进度
netCDF ファイルからラスター レイヤーを作成します。 # Name: MakeNetCDFRasterLayer_Ex_02.py# Description: Create a raster layer from a netCDF file.# Requirements: None# Import system modulesimportarcpy# Set local variablesinNetCDFFile="C:/data/netcdf/rainfall.nc"variable="pptx"XDimen...
Use the Cell Registration parameter (cell_registration in Python) to specify how the extent of the netCDF raster layer will be computed from the x dimension and y dimension values. The cell size, number of rows, number of columns, and the width and height of the output raster remain the ...
出力レイヤーの y (緯度) 座標の定義に使用される netCDF ディメンション String out_raster_layer 出力ラスター レイヤーの名前 Raster Layer band_dimension (オプション) 出力ラスターにバンドを作成する場合に使用される netCDF ディメンション。このディメンションは、マルチバンド ラス...
netCDF ファイルからラスター レイヤーを作成します。 [多次元ラスター レイヤーの作成 (Make Multidimensional Raster Layer)]ツールにより、機能とパフォーマンスが向上します。 使用法 このツールの出力は、多次元検索、データ管理、および解析ツールの多くで入力としてサポートされてい...