Make OPeNDAP Raster Layer (Multidimension Tools)
Summary
Creates a raster layer from data stored on an OPeNDAP server.
Usage
The performance of this tool depends on the speed of the remote OPeNDAP server and the robustness of the Internet connection between the machine executing the tool and the remote server.
To create a raster layer, the spacing of the x-coordinates must be equal and the spacing between the y-coordinates of the remote data must be equal. This is often referred to as regularly gridded data.
Use the Cell Registration parameter (
cell_registrationin 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 same, regardless of the option used.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input OPeNDAP URL |
The URL that references the remote OPeNDAP dataset. The URL should resolve to the dataset level (for example, file name), not a directory name. |
File; String |
|
Variable |
The variable from the OPeNDAP dataset that will be used to create the raster layer. |
String |
|
X Dimension |
The dimension of the OPeNDAP dataset used to define the x, or longitude, coordinates of the output raster layer. |
String |
|
Y Dimension |
The dimension of the OPeNDAP dataset used to define the y, or latitude, coordinates of the output raster layer. |
String |
|
Output Raster Layer |
The name of the output raster layer. |
Raster Layer |
|
Extent (Optional) |
The output extent of the raster layer. Specify the extent coordinates in the units of the OPeNDAP data source (these could be latitude-longitude, projected coordinates, or some arbitrary grid coordinates). The purpose of this parameter is to allow subsetting to an area of interest or to reduce the size of the data that is transferred. |
Envelope |
|
Dimension Values (Optional) |
The starting and ending values of the dimensions or dimensions used to constrain which data will be extracted from the remote OPeNDAP server. By default, the minimum and maximum values of the dimension or dimensions will be used. Value table columns:
|
Value Table |
|
Value Selection Method (Optional) |
Specifies the dimension value selection method that will be used.
|
String |
|
Cell Registration (Optional) |
Specifies how the cells will be registered with respect to the x,y coordinate.
|
String |
Environments
This tool does not use any geoprocessing environments.
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes