Table to NetCDF (Multidimension Tools)
Summary
Converts a table to a netCDF file.
Usage
The default variable name is the same as the field name specified in the Fields to Variables (
fields_to_variablesin Python) parameter.The type of variable is the same as the type of field.
The default dimension name is the same as the field name specified in the Fields to Dimensions (
fields_to_dimensionsin Python) parameter.The size of a dimension is equal to the number of unique values in the respective field.
If no field is specified as dimension, then a dimension named
RecordIDis created in the output netCDF file.String fields cannot be used to create dimensions in the netCDF file.
The tool writes variables either as Discrete Sample Geometry (DSG) such as points, or as gridded data following the CF conventions, depending on the fields specified in the Fields to Dimensions parameter.
If the default, non-geometry type fields are specified in Fields to Dimensions parameter, the tool writes variables as Discrete Sample Geometry (DSG) such as points or trajectory following the CF-convention. Since, these data are not gridded, the variables in the output netCDF file is not suitable for creating a voxel layer.
If the geometry type fields such as
Shape.XandShape.Yare specified as coordinate dimensions in Fields to Dimensions parameter, the tool writes variable as regularly spaced gridded data following the CF-convention. Therefore, the variable in the output netCDF file is suitable for creating a voxel layer.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input Table |
The input table. |
Table View |
|
Fields to Variables |
The field or fields that will be used to create variables in the netCDF file. Value table columns:
|
Value Table |
|
Output netCDF File |
The output netCDF file. The file name must have an |
File |
|
Fields to Dimensions (Optional) |
The field or fields that will be used to create dimensions in the netCDF file. Value table columns:
|
Value Table |
Environments
Current Workspace, Scratch Workspace
Licensing information
- Basic: Yes
- Standard: Yes
- Advanced: Yes