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 ...
importarcpy# 输入NetCDF文件路径netcdf_file="C:/data/temperature.nc"# 提取的变量名称variable_name="temperature"# x和y维度的名称或索引x_dimension="lon"y_dimension="lat"# 输出栅格图层名称output_raster_layer="Temperature_Raster"# 调用MakeNetCDFRasterLayer_md函数arcpy.MakeNetCDFRasterLayer_md(netcdf...
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...
关闭后台运行,可以实时查看进度
定义输出图层的 x 坐标或经度坐标时使用的 netCDF 维度。 String Y 维度 定义输出图层的 y 坐标或纬度坐标时使用的 netCDF 维度。 String 输出栅格图层 输出栅格图层的名称。 Raster Layer 波段维度 (可选) 在输出栅格中创建波段时所使用的 netCDF 维度。 如果需要多波段栅格图层,则请设置此维度值。 例如,可...
支持的输入包括 netCDF、GRIB、HDF、CRF 或 Zarr 文件、多维镶嵌数据集、多维影像服务、OPeNDAP URL 或多维栅格图层。 注: Zarr 文件必须具有扩展名.zarr和文件夹中的.zgroup文件。 Raster Dataset; Raster Layer; Mosaic Dataset; Mosaic Layer; Image Service; File ...
To create a netCDF raster layer from a netCDF variable, the spacing between x-coordinates must be equal and the spacing between y-coordinates must be equal. If the coordinates are unequally spaced, create a netCDF feature layer, then interpolate to raster. ...
出力レイヤーの y (緯度) 座標の定義に使用される netCDF ディメンション String out_raster_layer 出力ラスター レイヤーの名前 Raster Layer band_dimension (オプション) 出力ラスターにバンドを作成する場合に使用される netCDF ディメンション。このディメンションは、マルチバンド ラス...
netCDF ファイルからラスター レイヤーを作成します。 [多次元ラスター レイヤーの作成 (Make Multidimensional Raster Layer)]ツールにより、機能とパフォーマンスが向上します。 使用法 このツールの出力は、多次元検索、データ管理、および解析ツールの多くで入力としてサポートされてい...
根据NetCDF 文件创建栅格图层。 创建多维栅格图层工具提供了增强的功能或性能。使用情况 许多多维探索、数据管理和分析工具均不支持将此工具的输出用作输入。 它们将改为使用来自创建多维栅格图层工具的输出。 此工具支持具有 .nc 和.nc4 扩展名的 netCDF 文件。 不支持 .nc4 文件中位于组内的组变量和维度。 仅...