Describe NetCDF File (Multidimension)

ArcGIS Pro 3.3 | | Help archive

Summary

Describes the nature and content of an input netCDF dataset. It lists all the variables along with their dimensions and attributes.

Usage

  • This tool supports netCDF-3 and netCDF-4 formats with .nc or .nc4 extensions.

  • This tool generates a geoprocessing message and an optional markdown file for output.

  • The Output Description Table (out_table in Python) parameter generates a markdown file when you specify the file name or the full path to save. Specify the file name with the .md extension.

  • The output provides the following:

    • A summary of the dimensions in the netCDF file. It lists the names and sizes of each dimension in the corresponding variables.
    • A summary of the variables in the netCDF file. It lists the names, dimensions, and attributes of each variable.
    • The attributes associated with each variable. These attributes provide additional information about the variables, such as units, valid range, and history.

Parameters

LabelExplanationData Type
Input NetCDF File

The input netCDF file that will be described.

File
Output Description File
(Optional)

The name of the output description markdown file that will contain summary information about the input netCDF file. Specify the file name with the .md extension.

File

Licensing information

  • Basic: Yes
  • Standard: Yes
  • Advanced: Yes

Related topics