Summary
What Is a netCDF file? NetCDF is a file format for multidimensional data. This data contains information such as temperature, humidity, pressure, wind speed, and direction.
Procedure
There are a few ways to make a raster from a netCDF file in ArcGIS Pro:
Option 1: Multidimensional Data (Via Add Data)
- Quickest and simplest way to add the netCDF into ArcGIS Pro to visualize it
- Limited to basic visualization and does not provide advanced control over variables or dimensions
- In the Map tab of the top ribbon, navigate to the Add Data button.
- Select the Add Data dropdown.
- Select Multidimensional Raster Layer.
- Input the netCDF File by selecting the folder icon and navigating to the file with the file explorer.
- Select the desired variables and click OK.
- Supports .nc and .nc4 file formats
- Requires equal spacing between x and y coordinates; otherwise, the customer needs to interpolate the data
- Output is not compatible with many multidimensional tools
- In the Analysis tab of the top ribbon, click the Tools button.
- In the Geoprocessing pane search bar, type: Make NetCDF Raster Layer
- Input the netCDF File by selecting the folder icon and navigating to the file.
- Choose the desired variables and parameters and click Run.
- Output is compatible with multidimensional tools
- Allows slicing data along specific variables and dimensions
- May encounter issues with certain netCDF files
- From the Analysis tab of the top ribbon, click the Tools button.
- In the Geoprocessing pane search bar, type: Make Multidimensional Raster layer
- Input the netCDF File by selecting the folder icon and navigating to the file.
- Choose the desired variables and parameters and click Run.
There are other tools available to work with Net CDFs:
When using Multidimensional Tools, the layers created are temporary visualization layers. This means the user must reprocess the data each time they open the project.
To view the data outside of ArcGIS Pro, NASA has free software called Panoply, that you can load netCDF data in to view it: NASA GISS: Panoply 5 netCDF, HDF and GRIB Data Viewer
For a more in-depth information on netCDF data, see: