Skip to content
Merged
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
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
![netcdf-java icon](https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png)
<br>
<br>

# netCDF-Java/CDM

<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-dm-150x150.png">
<source media="(prefers-color-scheme: light)" srcset="https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png">
<img width=100 align="left" alt="Fallback image description" src="https://assets.unidata.ucar.edu/images/logos/thredds_netcdf-150x150.png">
</picture>

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.
</div>

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

Expand Down