Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion software.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ The resulting object is logically equivalent to the original, and can be process

### netCDF-Java Library

The [netCDF Java library](https://archive.unidata.ucar.edu/software/netcdf-java/) provides an interface for scientific data access.
The [netCDF Java library](https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html) provides an interface for scientific data access.
It can be used to read scientific data from a variety of file formats including netCDF, HDF, GRIB, BUFR, and many others, as well as a variety of remote data access protocols.
It implements the [Unidata Common Data Model](https://docs.unidata.ucar.edu/netcdf-java/current/userguide/common_data_model_overview.html) which uses CF and other metadata conventions in its Coordinate System and Scientific Feature Type layers.
NetCDF-Java can write netCDF-3/4 files that conform to the CF Metadata Conventions.
Expand Down