Skip to content

Commit 49aa047

Browse files
authored
Merge pull request #779 from rmcsqrd/patch-1
maint-5.x Removed duplicate text
2 parents caade96 + 9d7acd1 commit 49aa047

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/site/pages/netcdfJava_tutorial/overview/CommonDataModel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toc: false
77
---
88
## Unidiata's Common Data Model Version 4file formats
99

10-
Unidata’s Common Data Model (CDM) is an abstract <a href="https://en.wikipedia.org/wiki/Data_model" target="_blank">data model</a> for scientific datasets. It merges the <a href="https://www.unidata.ucar.edu/software/netcdf/" target="_blank">netCDF</a>, <a href="http://www.opendap.org" target="_blank">OPeNDAP</a>, and <a href="https://portal.hdfgroup.org/display/support/" target="_blank">HDF5</a> data models to create a common API for many types of scientific data. The NetCDF Java library is an implementation of the CDM which can read many file types. Unidata’s Common Data Model (CDM) is an abstract <a href="https://en.wikipedia.org/wiki/Data_model" target="_blank">data model</a> for scientific datasets. It merges the <a href="https://www.unidata.ucar.edu/software/netcdf/" target="_blank">netCDF</a>, <a href="http://www.opendap.org" target="_blank">OPeNDAP</a>, and <a href="https://portal.hdfgroup.org/display/support/" target="_blank">HDF5</a> data models to create a common API for many types of scientific data. The NetCDF Java library is an implementation of the CDM which can read many [file formats](file_types.html) besides netCDF. We call these CDM files, a shorthand for files that can be read by the NetCDF Java library and accessed through the CDM data model.
10+
Unidata’s Common Data Model (CDM) is an abstract <a href="https://en.wikipedia.org/wiki/Data_model" target="_blank">data model</a> for scientific datasets. It merges the <a href="https://www.unidata.ucar.edu/software/netcdf/" target="_blank">netCDF</a>, <a href="http://www.opendap.org" target="_blank">OPeNDAP</a>, and <a href="https://portal.hdfgroup.org/display/support/" target="_blank">HDF5</a> data models to create a common API for many types of scientific data. The NetCDF Java library is an implementation of the CDM which can read many [file formats](file_types.html) besides netCDF. We call these CDM files, a shorthand for files that can be read by the NetCDF Java library and accessed through the CDM data model.
1111

1212
The Common Data Model has three layers, which build on top of each other to add successively richer semantics:
1313

0 commit comments

Comments
 (0)