fbpx
Wikipedia

NetCDF

NetCDF (Network Common Data Form) is a set of software libraries and self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. The project homepage[2] is hosted by the Unidata program at the University Corporation for Atmospheric Research (UCAR). They are also the chief source of netCDF software, standards development, updates, etc. The format is an open standard. NetCDF Classic and 64-bit Offset Format are an international standard of the Open Geospatial Consortium.[3]

Network Common Data Form
Filename extension
.nc
Internet media typeapplication/netcdf
application/x-netcdf
Magic numberCDF\001
\211HDF\r\n\032\n
Developed byUCAR
Latest release
4.9.2[1]  (17 March 2023; 13 months ago (17 March 2023))
Type of formatscientific binary data
Extended fromCDF
HDF
Websitewww.unidata.ucar.edu/software/netcdf/

The project started in 1988 and is still actively supported by UCAR. The original netCDF binary format (released in 1990, now known as "netCDF classic format") is still widely used across the world and continues to be fully supported in all netCDF releases. Version 4.0 (released in 2008) allowed the use of the HDF5 data file format. Version 4.1 (2010) added support for C and Fortran client access to specified subsets of remote data via OPeNDAP. Version 4.3.0 (2012) added a CMake build system for Windows builds. Version 4.7.0 (2019) added support for reading Amazon S3 objects. Further releases are planned to improve performance, add features, and fix bugs.

History edit

The format was originally based on the conceptual model of the Common Data Format developed by NASA, but has since diverged and is not compatible with it.[4][5]

Format description edit

The netCDF libraries support multiple different binary formats for netCDF files:

  • The classic format was used in the first netCDF release, and is still the default format for file creation.
  • The 64-bit offset format was introduced in version 3.6.0, and it supports larger variable and file sizes.
  • The netCDF-4/HDF5 format was introduced in version 4.0; it is the HDF5 data format, with some restrictions.
  • The HDF4 SD format is supported for read-only access.
  • The CDF5 format is supported, in coordination with the parallel-netcdf project.

All formats are "self-describing". This means that there is a header which describes the layout of the rest of the file, in particular the data arrays, as well as arbitrary file metadata in the form of name/value attributes. The format is platform independent, with issues such as endianness being addressed in the software libraries. The data are stored in a fashion that allows efficient subsetting.

Starting with version 4.0, the netCDF API[6] allows the use of the HDF5 data format. NetCDF users can create HDF5 files with benefits not available with the netCDF format, such as much larger files and multiple unlimited dimensions.

Full backward compatibility in accessing old netCDF files and using previous versions of the C and Fortran APIs is supported.

Software edit

Access libraries edit

The software libraries supplied by UCAR provide read-write access to netCDF files, encoding and decoding the necessary arrays and metadata. The core library is written in C, and provides an API for C, C++ and two APIs for Fortran applications, one for Fortran 77, and one for Fortran 90. An independent implementation, also developed and maintained by Unidata, is written in 100% Java, which extends the core data model and adds additional functionality. Interfaces to netCDF based on the C library are also available in other languages including R (ncdf,[7] ncvar and RNetCDF[8] packages), Perl, Python, Ruby, Haskell,[9] Mathematica, MATLAB, IDL, Julia and Octave. The specification of the API calls is very similar across the different languages, apart from inevitable differences of syntax. The API calls for version 2 were rather different from those in version 3, but are also supported by versions 3 and 4 for backward compatibility. Application programmers using supported languages need not normally be concerned with the file structure itself, even though it is available as open formats.

Applications edit

A wide range of application software has been written which makes use of netCDF files. These range from command line utilities to graphical visualization packages. A number are listed below, and a longer list[10] is on the UCAR website.

  • A commonly used set of Unix command line utilities for netCDF files is the NetCDF Operators (NCO) suite, which provide a range of commands for manipulation and analysis of netCDF files including basic record concatenating, array slicing and averaging.
  • ncBrowse[11] is a generic netCDF file viewer that includes Java graphics, animations and 3D visualizations for a wide range of netCDF file conventions.
  • ncview[12] is a visual browser for netCDF format files. This program is a simple, fast, GUI-based tool for visualising fields in a netCDF file. One can browse through the various dimensions of a data array, taking a look at the raw data values. It is also possible to change color maps, invert the data, etc.
  • Panoply[13] is a netCDF file viewer developed at the NASA Goddard Institute for Space Studies which focuses on presentation of geo-gridded data. It is written in Java and thus platform independent. Although its feature set overlaps with ncBrowse and ncview, Panoply is distinguished by offering a wide variety of map projections and ability to work with different scale color tables.
  • The NCAR Command Language (NCL) is used to analyze and visualize data in netCDF files (among other formats).
  • The Python programming language can access netCDF files with the PyNIO[14] module (which also facilitates access to a variety of other data formats). netCDF files can also be read with the Python module netCDF4-python,[15] and into a pandas-like DataFrame with the xarray module.[16]
  • Ferret is an interactive computer visualization and analysis environment designed to meet the needs of oceanographers and meteorologists analyzing large and complex gridded data sets. Ferret offers a Mathematica-like approach to analysis; new variables may be defined interactively as mathematical expressions involving data set variables. Calculations may be applied over arbitrarily shaped regions. Fully documented graphics are produced with a single command.
  • The Grid Analysis and Display System (GrADS)[17] is an interactive desktop tool that is used for easy access, manipulation, and visualization of earth science data. GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet.
  • nCDF_Browser[18] is a visual nCDF browser, written in the IDL programming language. Variables, attributes, and dimensions can be immediately downloaded to the IDL command line for further processing. All the Coyote Library[19] files necessary to run nCDF_Browser are available in the zip file.
  • ArcGIS versions after 9.2[20] support netCDF files that follow the Climate and Forecast Metadata Conventions and contain rectilinear grids with equally-spaced coordinates. The Multidimensional Tools toolbox can be used to create raster layers, feature layers, and table views from netCDF data in ArcMap, or convert feature, raster, and table data to netCDF.
  • OriginPro version 2021b supports [21] netCDF CF Convention. Averaging can be performed during import to allow handling of large datasets in a GUI software.
  • The Geospatial Data Abstraction Library provides support[22] for read and write access to netCDF data.
  • netCDF Explorer is multi-platform graphical browser for netCDF files. netCDF Explorer can browse files locally or remotely, by means of OPeNDAP
  • R supports netCDF through packages such as ncdf4 (including HDF5 support)[23] or RNetCDF (no HDF5 support).[24]
  • HDFql enables users to manage netCDF-4/HDF5 files through a high-level language (similar to SQL) in C, C++, Java, Python, C#, Fortran and R.
  • ECMWF's Metview workstation and batch system can handle NetCDF together with GRIB and BUFR.
  • OpenChrom ships a converter under the terms of the Eclipse Public License[25]

Common uses edit

It is commonly used in climatology, meteorology and oceanography applications (e.g., weather forecasting, climate change) and GIS applications.

It is an input/output format for many GIS applications, and for general scientific data exchange. To quote from their site:[26]

"NetCDF (network Common Data Form) is a set of interfaces for array-oriented data access and a freely-distributed collection of data access libraries for C, Fortran, C++, Java, and other languages. The netCDF libraries support a machine-independent format for representing scientific data. Together, the interfaces, libraries, and format support the creation, access, and sharing of scientific data."

Conventions edit

The Climate and Forecast (CF) conventions are metadata conventions for earth science data, intended to promote the processing and sharing of files created with the NetCDF Application Programmer Interface (API). The conventions define metadata that are included in the same file as the data (thus making the file "self-describing"), that provide a definitive description of what the data in each variable represents, and of the spatial and temporal properties of the data (including information about grids, such as grid cell bounds and cell averaging methods). This enables users of data from different sources to decide which data are comparable, and allows building applications with powerful extraction, regridding, and display capabilities.

Parallel-NetCDF edit

An extension of netCDF for parallel computing called Parallel-NetCDF (or PnetCDF) has been developed by Argonne National Laboratory and Northwestern University.[27] This is built upon MPI-IO, the I/O extension to MPI communications. Using the high-level netCDF data structures, the Parallel-NetCDF libraries can make use of optimizations to efficiently distribute the file read and write applications between multiple processors. The Parallel-NetCDF package can read/write only classic and 64-bit offset formats. Parallel-NetCDF cannot read or write the HDF5-based format available with netCDF-4.0. The Parallel-NetCDF package uses different, but similar APIs in Fortran and C.

Parallel I/O in the Unidata netCDF library has been supported since release 4.0, for HDF5 data files. Since version 4.1.1 the Unidata NetCDF C library supports parallel I/O to classic and 64-bit offset files using the Parallel-NetCDF library, but with the NetCDF API.

Interoperability of C/Fortran/C++ libraries with other formats edit

The netCDF C library, and the libraries based on it (Fortran 77 and Fortran 90, C++, and all third-party libraries) can, starting with version 4.1.1, read some data in other data formats. Data in the HDF5 format can be read, with some restrictions. Data in the HDF4 format can be read by the netCDF C library if created using the HDF4 Scientific Data (SD) API.

NetCDF-Java common data model edit

The NetCDF-Java library currently reads the following file formats and remote access protocols:

There are a number of other formats in development. Since each of these is accessed transparently through the NetCDF API, the NetCDF-Java library is said to implement a common data model for scientific datasets.

The Java common data model has three layers, which build on top of each other to add successively richer semantics:

  1. The data access layer, also known as the syntactic layer, handles data reading.
  2. The coordinate system layer identifies the coordinates of the data arrays. Coordinates are a completely general concept for scientific data; specialized georeferencing coordinate systems, important to the Earth Science community, are specially annotated.
  3. The scientific data type layer identifies specific types of data, such as grids, images, and point data, and adds specialized methods for each kind of data.

The data model of the data access layer is a generalization of the NetCDF-3 data model, and substantially the same as the NetCDF-4 data model. The coordinate system layer implements and extends the concepts in the Climate and Forecast Metadata Conventions. The scientific data type layer allows data to be manipulated in coordinate space, analogous to the Open Geospatial Consortium specifications. The identification of coordinate systems and data typing is ongoing, but users can plug in their own classes at runtime for specialized processing.

See also edit

References edit

  1. ^ "NetCDF 4.9.2". 17 March 2023.
  2. ^ "NetCDF Home Page". Unidata/UCAR. from the original on 2017-12-06. Retrieved 2017-12-05.
  3. ^ "OGC standard netCDF Classic and 64-bit Offset". Opengeospatial.org. from the original on 2017-11-30. Retrieved 2017-12-05.
  4. ^ "Background - The NetCDF Users' Guide". Unidata.ucar.edu. Retrieved 2013-11-27.
  5. ^ "CDF - Frequently asked questions". NASA. from the original on 2018-06-19. Retrieved 2018-11-02.
  6. ^ . Unidata.ucar.edu. Archived from the original on 2015-06-17. Retrieved 2013-11-27.
  7. ^ "ncdf". Cirrus.ucsd.edu. 2013-08-06. from the original on 2013-12-03. Retrieved 2013-11-27.
  8. ^ "Rnetcdf". Cran.r-project.org. 2012-07-19. from the original on 2013-12-02. Retrieved 2013-11-27.
  9. ^ "hnetcdf: Haskell NetCDF library". hackage.haskell.org. 2014-07-10. from the original on 2014-07-09. Retrieved 2014-07-10.
  10. ^ "Software for Manipulating or Displaying NetCDF Data". Unidata.ucar.edu. Retrieved 2020-10-23.
  11. ^ . Epic.noaa.gov. Archived from the original on 2013-12-03. Retrieved 2013-11-27.
  12. ^ "ncview". Meteora.ucsd.edu. from the original on 2014-02-12. Retrieved 2013-11-27.
  13. ^ "Panoply". Giss.nasa.gov. Goddard Institute for Space Studies. from the original on 2014-06-20. Retrieved 2013-11-27.
  14. ^ "PyNIO". Pyngl.ucar.edu. 2011-07-28. from the original on 2013-11-25. Retrieved 2013-11-27.
  15. ^ "netCDF4". from the original on 2017-11-29. Retrieved 2017-12-04.
  16. ^ "xarray: N-D labeled arrays and datasets in Python". from the original on 2016-09-01. Retrieved 2016-09-07.
  17. ^ "GrADS Home Page". from the original on 2016-02-13. Retrieved 2018-04-10.
  18. ^ . Dfanning.com. 2013-11-23. Archived from the original on 2015-09-23. Retrieved 2013-11-27.
  19. ^ . Dfanning.com. 2013-11-23. Archived from the original on 2015-09-23. Retrieved 2013-11-27.
  20. ^ "ArcGIS version 9.2". Esri.com. from the original on 2013-11-22. Retrieved 2013-11-27.
  21. ^ "NetCDF Importing and Processing". originlab.com. Retrieved 2021-05-11.
  22. ^ "NetCDF network Common Data Form". Gdal.org. from the original on 2013-06-06. Retrieved 2013-11-27.
  23. ^ David Pierce (2014). ncdf4: Interface to Unidata netCDF (version 4 or earlier) format data files. R package version 1.13. https://cran.r-project.org/package=ncdf4
  24. ^ Pavel Michna and with contributions from Milton Woods (2015). RNetCDF: Interface to NetCDF Datasets. R package version 1.7-3. https://cran.r-project.org/package=RNetCDF
  25. ^ OpenChrom: a cross-platform open source software for the mass spectrometric analysis of chromatographic data, Philip Wenig, Juergen Odermatt, BMC Bioinformatics; 2010; doi:10.1186/1471-2105-11-405
  26. ^ "What Is netCDF?". Unidata Program Center. from the original on 2013-03-15. Retrieved 2012-11-26.
  27. ^ "parallel-netcdf". Mcs.anl.gov. 2013-11-17. from the original on 2008-12-01. Retrieved 2013-11-27.
  28. ^ . Archived from the original on October 9, 2007. Retrieved February 2, 2008.
  29. ^ [1] September 5, 2008, at the Wayback Machine
  30. ^ [2] December 14, 2005, at the Wayback Machine
  31. ^ [3] May 21, 2008, at the Wayback Machine
  32. ^ "GINI Satellite Format". Weather.unisys.com. from the original on 2013-12-02. Retrieved 2013-11-27.
  33. ^ "Unidata | GEMPAK". Unidata.ucar.edu. from the original on 2013-11-04. Retrieved 2013-11-27.
  34. ^ [4] February 12, 2008, at the Wayback Machine
  35. ^ "NetCDF". Unidata.ucar.edu. from the original on 2013-11-29. Retrieved 2013-11-27.
  36. ^ . Unidata.ucar.edu. Archived from the original on 2015-06-17. Retrieved 2013-11-27.
  37. ^ Steve Ansari. "NCDC: Radar Resources". Ncdc.noaa.gov. from the original on 2013-12-02. Retrieved 2013-11-27.

External links edit

  • Official website  
    • NetCDF User's Guide — describes the file format
  • "An Introduction to Distributed Visualization"; section 4.2 contains a comparison of CDF, HDF, and netCDF.
  • List of software utilities using netCDF files

netcdf, network, common, data, form, software, libraries, self, describing, machine, independent, data, formats, that, support, creation, access, sharing, array, oriented, scientific, data, project, homepage, hosted, unidata, program, university, corporation, . NetCDF Network Common Data Form is a set of software libraries and self describing machine independent data formats that support the creation access and sharing of array oriented scientific data The project homepage 2 is hosted by the Unidata program at the University Corporation for Atmospheric Research UCAR They are also the chief source of netCDF software standards development updates etc The format is an open standard NetCDF Classic and 64 bit Offset Format are an international standard of the Open Geospatial Consortium 3 Network Common Data FormFilename extension ncInternet media typeapplication netcdfapplication x netcdfMagic numberCDF 001 211HDF r n 032 nDeveloped byUCARLatest release4 9 2 1 17 March 2023 13 months ago 17 March 2023 Type of formatscientific binary dataExtended fromCDFHDFWebsitewww wbr unidata wbr ucar wbr edu wbr software wbr netcdf wbr The project started in 1988 and is still actively supported by UCAR The original netCDF binary format released in 1990 now known as netCDF classic format is still widely used across the world and continues to be fully supported in all netCDF releases Version 4 0 released in 2008 allowed the use of the HDF5 data file format Version 4 1 2010 added support for C and Fortran client access to specified subsets of remote data via OPeNDAP Version 4 3 0 2012 added a CMake build system for Windows builds Version 4 7 0 2019 added support for reading Amazon S3 objects Further releases are planned to improve performance add features and fix bugs Contents 1 History 2 Format description 3 Software 3 1 Access libraries 3 2 Applications 4 Common uses 5 Conventions 6 Parallel NetCDF 7 Interoperability of C Fortran C libraries with other formats 8 NetCDF Java common data model 9 See also 10 References 11 External linksHistory editThe format was originally based on the conceptual model of the Common Data Format developed by NASA but has since diverged and is not compatible with it 4 5 Format description editThe netCDF libraries support multiple different binary formats for netCDF files The classic format was used in the first netCDF release and is still the default format for file creation The 64 bit offset format was introduced in version 3 6 0 and it supports larger variable and file sizes The netCDF 4 HDF5 format was introduced in version 4 0 it is the HDF5 data format with some restrictions The HDF4 SD format is supported for read only access The CDF5 format is supported in coordination with the parallel netcdf project All formats are self describing This means that there is a header which describes the layout of the rest of the file in particular the data arrays as well as arbitrary file metadata in the form of name value attributes The format is platform independent with issues such as endianness being addressed in the software libraries The data are stored in a fashion that allows efficient subsetting Starting with version 4 0 the netCDF API 6 allows the use of the HDF5 data format NetCDF users can create HDF5 files with benefits not available with the netCDF format such as much larger files and multiple unlimited dimensions Full backward compatibility in accessing old netCDF files and using previous versions of the C and Fortran APIs is supported Software editAccess libraries edit The software libraries supplied by UCAR provide read write access to netCDF files encoding and decoding the necessary arrays and metadata The core library is written in C and provides an API for C C and two APIs for Fortran applications one for Fortran 77 and one for Fortran 90 An independent implementation also developed and maintained by Unidata is written in 100 Java which extends the core data model and adds additional functionality Interfaces to netCDF based on the C library are also available in other languages including R ncdf 7 ncvar and RNetCDF 8 packages Perl Python Ruby Haskell 9 Mathematica MATLAB IDL Julia and Octave The specification of the API calls is very similar across the different languages apart from inevitable differences of syntax The API calls for version 2 were rather different from those in version 3 but are also supported by versions 3 and 4 for backward compatibility Application programmers using supported languages need not normally be concerned with the file structure itself even though it is available as open formats Applications edit A wide range of application software has been written which makes use of netCDF files These range from command line utilities to graphical visualization packages A number are listed below and a longer list 10 is on the UCAR website A commonly used set of Unix command line utilities for netCDF files is the NetCDF Operators NCO suite which provide a range of commands for manipulation and analysis of netCDF files including basic record concatenating array slicing and averaging ncBrowse 11 is a generic netCDF file viewer that includes Java graphics animations and 3D visualizations for a wide range of netCDF file conventions ncview 12 is a visual browser for netCDF format files This program is a simple fast GUI based tool for visualising fields in a netCDF file One can browse through the various dimensions of a data array taking a look at the raw data values It is also possible to change color maps invert the data etc Panoply 13 is a netCDF file viewer developed at the NASA Goddard Institute for Space Studies which focuses on presentation of geo gridded data It is written in Java and thus platform independent Although its feature set overlaps with ncBrowse and ncview Panoply is distinguished by offering a wide variety of map projections and ability to work with different scale color tables The NCAR Command Language NCL is used to analyze and visualize data in netCDF files among other formats The Python programming language can access netCDF files with the PyNIO 14 module which also facilitates access to a variety of other data formats netCDF files can also be read with the Python module netCDF4 python 15 and into a pandas like DataFrame with the xarray module 16 Ferret is an interactive computer visualization and analysis environment designed to meet the needs of oceanographers and meteorologists analyzing large and complex gridded data sets Ferret offers a Mathematica like approach to analysis new variables may be defined interactively as mathematical expressions involving data set variables Calculations may be applied over arbitrarily shaped regions Fully documented graphics are produced with a single command The Grid Analysis and Display System GrADS 17 is an interactive desktop tool that is used for easy access manipulation and visualization of earth science data GrADS has been implemented worldwide on a variety of commonly used operating systems and is freely distributed over the Internet nCDF Browser 18 is a visual nCDF browser written in the IDL programming language Variables attributes and dimensions can be immediately downloaded to the IDL command line for further processing All the Coyote Library 19 files necessary to run nCDF Browser are available in the zip file ArcGIS versions after 9 2 20 support netCDF files that follow the Climate and Forecast Metadata Conventions and contain rectilinear grids with equally spaced coordinates The Multidimensional Tools toolbox can be used to create raster layers feature layers and table views from netCDF data in ArcMap or convert feature raster and table data to netCDF OriginPro version 2021b supports 21 netCDF CF Convention Averaging can be performed during import to allow handling of large datasets in a GUI software The Geospatial Data Abstraction Library provides support 22 for read and write access to netCDF data netCDF Explorer is multi platform graphical browser for netCDF files netCDF Explorer can browse files locally or remotely by means of OPeNDAP R supports netCDF through packages such as ncdf4 including HDF5 support 23 or RNetCDF no HDF5 support 24 HDFql enables users to manage netCDF 4 HDF5 files through a high level language similar to SQL in C C Java Python C Fortran and R ECMWF s Metview workstation and batch system can handle NetCDF together with GRIB and BUFR OpenChrom ships a converter under the terms of the Eclipse Public License 25 Common uses editIt is commonly used in climatology meteorology and oceanography applications e g weather forecasting climate change and GIS applications It is an input output format for many GIS applications and for general scientific data exchange To quote from their site 26 NetCDF network Common Data Form is a set of interfaces for array oriented data access and a freely distributed collection of data access libraries for C Fortran C Java and other languages The netCDF libraries support a machine independent format for representing scientific data Together the interfaces libraries and format support the creation access and sharing of scientific data Conventions editMain article Climate and Forecast Metadata Conventions The Climate and Forecast CF conventions are metadata conventions for earth science data intended to promote the processing and sharing of files created with the NetCDF Application Programmer Interface API The conventions define metadata that are included in the same file as the data thus making the file self describing that provide a definitive description of what the data in each variable represents and of the spatial and temporal properties of the data including information about grids such as grid cell bounds and cell averaging methods This enables users of data from different sources to decide which data are comparable and allows building applications with powerful extraction regridding and display capabilities Parallel NetCDF editAn extension of netCDF for parallel computing called Parallel NetCDF or PnetCDF has been developed by Argonne National Laboratory and Northwestern University 27 This is built upon MPI IO the I O extension to MPI communications Using the high level netCDF data structures the Parallel NetCDF libraries can make use of optimizations to efficiently distribute the file read and write applications between multiple processors The Parallel NetCDF package can read write only classic and 64 bit offset formats Parallel NetCDF cannot read or write the HDF5 based format available with netCDF 4 0 The Parallel NetCDF package uses different but similar APIs in Fortran and C Parallel I O in the Unidata netCDF library has been supported since release 4 0 for HDF5 data files Since version 4 1 1 the Unidata NetCDF C library supports parallel I O to classic and 64 bit offset files using the Parallel NetCDF library but with the NetCDF API Interoperability of C Fortran C libraries with other formats editThe netCDF C library and the libraries based on it Fortran 77 and Fortran 90 C and all third party libraries can starting with version 4 1 1 read some data in other data formats Data in the HDF5 format can be read with some restrictions Data in the HDF4 format can be read by the netCDF C library if created using the HDF4 Scientific Data SD API NetCDF Java common data model editThe NetCDF Java library currently reads the following file formats and remote access protocols BUFR Format Documentation 28 ongoing development CINRAD level II 29 Chinese Radar format DMSP 30 Defense Meteorological Satellite Program DORADE 31 radar file format GINI 32 GOES Ingest and NOAAPORT Interface image format GEMPAK 33 gridded data GRIB version 1 and version 2 ongoing work on tables GTOPO 34 30 sec elevation dataset USGS Hierarchical Data Format HDF4 HDF EOS2 HDF5 HDF EOS5 NetCDF 35 classic and large format NetCDF 4 36 built on HDF5 NEXRAD Radar 37 level 2 and level 3 There are a number of other formats in development Since each of these is accessed transparently through the NetCDF API the NetCDF Java library is said to implement a common data model for scientific datasets The Java common data model has three layers which build on top of each other to add successively richer semantics The data access layer also known as the syntactic layer handles data reading The coordinate system layer identifies the coordinates of the data arrays Coordinates are a completely general concept for scientific data specialized georeferencing coordinate systems important to the Earth Science community are specially annotated The scientific data type layer identifies specific types of data such as grids images and point data and adds specialized methods for each kind of data The data model of the data access layer is a generalization of the NetCDF 3 data model and substantially the same as the NetCDF 4 data model The coordinate system layer implements and extends the concepts in the Climate and Forecast Metadata Conventions The scientific data type layer allows data to be manipulated in coordinate space analogous to the Open Geospatial Consortium specifications The identification of coordinate systems and data typing is ongoing but users can plug in their own classes at runtime for specialized processing See also editCommon Data Format CDF CGNS CFD General Notation System EAS3 Ein Ausgabe System FITS Flexible Image Transport System GRIB GRIdded Binary Hierarchical Data Format HDF OPeNDAP client server protocols Tecplot binary files XDMF eXtensible Data Model Format XMDF eXtensible Model Data Format References edit NetCDF 4 9 2 17 March 2023 NetCDF Home Page Unidata UCAR Archived from the original on 2017 12 06 Retrieved 2017 12 05 OGC standard netCDF Classic and 64 bit Offset Opengeospatial org Archived from the original on 2017 11 30 Retrieved 2017 12 05 Background The NetCDF Users Guide Unidata ucar edu Retrieved 2013 11 27 CDF Frequently asked questions NASA Archived from the original on 2018 06 19 Retrieved 2018 11 02 Version 4 0 of the netCDF API Unidata ucar edu Archived from the original on 2015 06 17 Retrieved 2013 11 27 ncdf Cirrus ucsd edu 2013 08 06 Archived from the original on 2013 12 03 Retrieved 2013 11 27 Rnetcdf Cran r project org 2012 07 19 Archived from the original on 2013 12 02 Retrieved 2013 11 27 hnetcdf Haskell NetCDF library hackage haskell org 2014 07 10 Archived from the original on 2014 07 09 Retrieved 2014 07 10 Software for Manipulating or Displaying NetCDF Data Unidata ucar edu Retrieved 2020 10 23 ncBrowse Epic noaa gov Archived from the original on 2013 12 03 Retrieved 2013 11 27 ncview Meteora ucsd edu Archived from the original on 2014 02 12 Retrieved 2013 11 27 Panoply Giss nasa gov Goddard Institute for Space Studies Archived from the original on 2014 06 20 Retrieved 2013 11 27 PyNIO Pyngl ucar edu 2011 07 28 Archived from the original on 2013 11 25 Retrieved 2013 11 27 netCDF4 Archived from the original on 2017 11 29 Retrieved 2017 12 04 xarray N D labeled arrays and datasets in Python Archived from the original on 2016 09 01 Retrieved 2016 09 07 GrADS Home Page Archived from the original on 2016 02 13 Retrieved 2018 04 10 Coyote s Guide to IDL Programming Dfanning com 2013 11 23 Archived from the original on 2015 09 23 Retrieved 2013 11 27 Coyote Library Dfanning com 2013 11 23 Archived from the original on 2015 09 23 Retrieved 2013 11 27 ArcGIS version 9 2 Esri com Archived from the original on 2013 11 22 Retrieved 2013 11 27 NetCDF Importing and Processing originlab com Retrieved 2021 05 11 NetCDF network Common Data Form Gdal org Archived from the original on 2013 06 06 Retrieved 2013 11 27 David Pierce 2014 ncdf4 Interface to Unidata netCDF version 4 or earlier format data files R package version 1 13 https cran r project org package ncdf4 Pavel Michna and with contributions from Milton Woods 2015 RNetCDF Interface to NetCDF Datasets R package version 1 7 3 https cran r project org package RNetCDF OpenChrom a cross platform open source software for the mass spectrometric analysis of chromatographic data Philip Wenig Juergen Odermatt BMC Bioinformatics 2010 doi 10 1186 1471 2105 11 405 What Is netCDF Unidata Program Center Archived from the original on 2013 03 15 Retrieved 2012 11 26 parallel netcdf Mcs anl gov 2013 11 17 Archived from the original on 2008 12 01 Retrieved 2013 11 27 BUFR FORMAT DOCUMENTATION Archived from the original on October 9 2007 Retrieved February 2 2008 1 Archived September 5 2008 at the Wayback Machine 2 Archived December 14 2005 at the Wayback Machine 3 Archived May 21 2008 at the Wayback Machine GINI Satellite Format Weather unisys com Archived from the original on 2013 12 02 Retrieved 2013 11 27 Unidata GEMPAK Unidata ucar edu Archived from the original on 2013 11 04 Retrieved 2013 11 27 4 Archived February 12 2008 at the Wayback Machine NetCDF Unidata ucar edu Archived from the original on 2013 11 29 Retrieved 2013 11 27 NetCDF 4 Unidata ucar edu Archived from the original on 2015 06 17 Retrieved 2013 11 27 Steve Ansari NCDC Radar Resources Ncdc noaa gov Archived from the original on 2013 12 02 Retrieved 2013 11 27 External links editOfficial website nbsp NetCDF User s Guide describes the file format An Introduction to Distributed Visualization section 4 2 contains a comparison of CDF HDF and netCDF Animating NetCDF Data in ArcMap List of software utilities using netCDF files Retrieved from https en wikipedia org w index php title NetCDF amp oldid 1179464179, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.