From 27502193a54fa296001363e8a4a0e85655c5d581 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20S=2E=20Cofi=C3=B1o?= Date: Mon, 6 Oct 2025 14:38:14 +0200 Subject: [PATCH] Update netCDF-Java library link to current user guide --- software.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software.md b/software.md index a58c3266..d4a6876e 100644 --- a/software.md +++ b/software.md @@ -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.