Convert NetCDF to Geotiff



Convert NetCDF to Geotiff

In this article we are going you discuss conversion process of NetCDF to geoTIFF file. Here this conversion is required because many of servers does not directly support NetCDF. You need to install some plug-ins to publish and view the Netcdf data. So it would be better to convert the Netcdf data in geotiff for particular bands so that you do not have to install plugins.

Online Tool to Convert NetCDF to GeoTiff

Convert NetCDF to Geotiff

NetCDF data is a multi-Dimensional data to store large number of bands in one file. There can be various dimensional such as space (Latitude, Longitude and Altitude) and time. In bands you can have information about pressure, temperature, wind direction etc. You can look over in detail of multidimensional data of NetCDF file.

Convert- NetCDF to Geotiff

Convert NetCDF into GeoTiff using gdal utility

For using Gdal utility you need to add gdal in your system. For that you can follow the given commands

Convert- NetCDF to Geotiff

To check the availability of ogr2ogr in system, you can type the command ogr2ogr and get following response

Convert- NetCDF to Geotiff

Now you can follow the given command to convert NetCDF in GeoTiff

–> gdal_translate -a_srs EPSG:4326 NETCDF:File_Name.nc:Band_Name  -of ‘Gtiff’ Output_FileName.geotiff

Here we have used gdal_translate utility of GDAL. It has following options

Convert- NetCDF to Geotiff

Here -a_srs srs_def defines the assignment of SRS (Spatial Reference system) to output file. we have selected EPSG (European Petroleum Survey Group)  4326. You can choose your file’s SRS. The next option is NetCDF file name with a band which needed to be convert in geotiff. The option -of is the Output file format. Here ‘Gtiff’  is geotiff driver in gdal. After this specify the output file name with .geotiff or .tiff extension.

Output Geotiff file- Convert NetCDF to Geotiff

The generated output tiff file can be viewd in QGIS software.

Convert- NetCDF to Geotiff

The output shows one of the band converted into geotiff. It has multiple bands. Similarly you can can convert other file in geotiff like HDF5 to GeoTIFF or Grib to GeoTIFF.

For more information or any help you can comment in given box. We are always available for your help.

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

3 thoughts on “Convert NetCDF to Geotiff”

  1. I used the above gdal translate command to convert one of the datasets in netcdf file to GTiff and it worked fine but the issue is after opening the tiff file in qgis the tiff file appears inverted…..kindly let me the way out if this problem….

  2. hola, me gustaria saber como se puede realizar el procedimiento de conversion de netcdf a goetiff en sistema windows

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.