NetCDF Multidimensional data



NetCDF Multidimensional data

NetCDF (network Common Data Form) is multidimensional data format only supports EPSG 4326 (WGS84). Multi dimensional simply means that it can grow in all direction with time. It has some important vocabulary to defines formation of NetCDF data structure. You may also look over HDF multidimensional Data, GRIB multidimensional data and all multidimensional data. To know about NetCDF you must go through this:

  1. Dimension
  2. Variables
  3. Coordinate Variables
  4. Attributes
  5. Conventions

MultiDimensional Data

Dimensions of NetCDF Multidimensional data:

NetCDF has dimensions from which only one dimension can be Unlimited that can grow up-to any length in any direction.  These dimensions can be physical quantities as latitude, longitude, altitude and time.

Variables:

Variable are array of values of same data type in NetCDF file. A variable has a name, data type, and shape described by its list of dimensions.

Coordinate Variables:

A one-dimensional variable with same name as a dimension is called coordinate variable. We can take an example from figure above float time(time). It is associated with a dimension and one or more data variables. Typically defines a physical coordinate corresponding to that dimension.

Attributes:

NetCDF attributes stores metadata of geographic data. Most attributes provide information about a specific variable. These attributes can be identified with structure variable name:attribute name.

Attribute as Long_name shows full name of given band and Unit shows is measurement unit.

Conventions:

The conventions define metadata that provide a description of the data in each variable and their spatial and temporal properties. A convention helps users of data from different sources decide which quantities are comparable. The convention name is available in global attribute in a netCDF file as shown below.

NetCDF Multidimensional data

Details of NetCDF Multidimensional data:

To see all these you can use GDALinfo or ncdump command.

To use gdalinfo command for having netcdf information, you need to write

–> gdalinfo -json filename.nc

NetCDF Multidimensional data

To use ncdump command for viewing information about NetCDF data, you need to write

–> ncdump filename.nc | more

NetCDF Multidimensional data

If you face any problem in understanding NetCDF multidimensional data, please let us know via comments.

 

Author: Akshay Upadhyay

Owner and Director of a Private Limited company which serves individual to large scale industries in the field of Maps and GIS. He is a Gold Medalist in M.Tech(Spatial Information Technology) and owns some famous Technology blogs and website... Know more

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.