Skip to content

Commit 94d452f

Browse files
authored
Merge pull request #1529 from Unidata/logo
Enhance logo display for dark and light themes
2 parents 5acbca3 + 71782fa commit 94d452f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
![netcdf-java icon](https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png)
2-
<br>
3-
<br>
4-
51
# netCDF-Java/CDM
62

3+
<picture>
4+
<source media="(prefers-color-scheme: dark)" srcset="https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-dm-150x150.png">
5+
<source media="(prefers-color-scheme: light)" srcset="https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png">
6+
<img width=100 align="left" alt="Fallback image description" src="https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png">
7+
</picture>
8+
79
The netCDF Java library provides an interface for scientific data access.
810
It can be used to read scientific data from a variety of file formats including netCDF, HDF, GRIB, BUFR, and many others.
911
By itself, the netCDF-Java library can only write netCDF-3 files.
1012
It can write netCDF-4 files by using JNI to call the netCDF-C library.
1113
It also implements Unidata's Common Data Model (CDM) to provide data geolocation capabilities.
14+
</div>
1215

1316
For more information about netCDF-Java/CDM, see the netCDF-Java web page at
1417

0 commit comments

Comments
 (0)