Hi, I'm quite new to geoprocessing in Python. I'm trying to use the gp.MakeNetCDFRasterLayer tool on the CRU TS 3.0 climate time series.I'm quite sure I'm specifying my variables correct. I'm not using a bandwidth parameter, but I'm trying to make a raster from a sin...
关闭后台运行,可以实时查看进度
MakeNetCDFRasterLayer(in_netCDF_file, variable, x_dimension, y_dimension, out_raster_layer, {band_dimension}, {dimension_values}, {value_selection_method}, {cell_registration}) Parameter Explanation Data Type in_netCDF_file The input netCDF file. File variable The variable of the netCDF fil...
I am working with hundreds of netCDF files so I used a python script to successfully 'Make NetCDF Raster Layer' in order to load the files into ARC. Although the script ran, I'm not exactlly sure what it did. There aren't any resulting layers that I can see. Is there another ...
读取NetCDF数据并创建栅格图层 使用MakeNetCDFRasterLayer_md函数可以读取NetCDF数据并创建栅格图层。该函数的基本语法如下: MakeNetCDFRasterLayer_md(in_netCDF_file,variable,x_dimension,y_dimension,out_raster_layer,{band_dimension},{dimension_values},{value_selection_method}) ...
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"XDimens...
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. Raster Layer Band Dimension (Op...
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"XDimensio...
I think that you can't see them because they are raster layers. After the 'Make NetCDF Raster Layer' try to convert the outputs into raster datasets (for ex. with a 'copy raster') hello,I am working with hundreds of netCDF files so I used a python script to successfully 'Make Net...