netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients.
netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5. This module can read and write files in both the new netCDF 4 and the old netCDF 3 format, and can create files that are readable by HDF5 clients.
To install py311-netcdf4, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-netcdf4
To see what files were installed by py311-netcdf4, run:
port contents py311-netcdf4
To later upgrade py311-netcdf4, run:
sudo port selfupdate && sudo port upgrade py311-netcdf4
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.