From 71782fa520f440cf2123fad60841ba3955a0713c Mon Sep 17 00:00:00 2001 From: Sean Arms <67096+lesserwhirls@users.noreply.github.com> Date: Thu, 26 Feb 2026 12:34:53 -0700 Subject: [PATCH] Enhance logo display for dark and light themes Update the logo display in README to support dark and light themes. --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d1e1bb9f59..a1d4d6a87e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ -![netcdf-java icon](https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png) -
-
- # netCDF-Java/CDM + + + + Fallback image description + + The netCDF Java library 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. By itself, the netCDF-Java library can only write netCDF-3 files. It can write netCDF-4 files by using JNI to call the netCDF-C library. It also implements Unidata's Common Data Model (CDM) to provide data geolocation capabilities. + For more information about netCDF-Java/CDM, see the netCDF-Java web page at