Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The netCDF format can be used in various ways. As data set it can be seen and used as the carrier of bulk information often with a time component. Within Deltares netCDF's are used to store single data sets as well as time series of data set in scalars format as well as raster format. In a lot of cases the netCDF 's files are handled as an archive of data, so the format does not really matter. But in case of viewing purposes there are some tips and trics tricks to be followed to be able to use netCDF's instantly. This wiki page describes the format that is preferably applied so that the data in the netCDF can be used in multiple ways. 

Geoserver and netCDF's

The main reason to use geoserver as middle ware GeoServer as platform  between data and visualization is to create webservices WebServices from netCDF's is the ability , to style data and to enable the time variable so that the data in a netCDF can be animated in a web Web interface. Geoserver GeoServer can not handle netCDF files out of the box. You need to install an extension for geoserverGeoServer. These extensions can be found at the website of boundlessgeo (bear in mind that the extensions depend on the version of geoserver GeoServer that is used). 

The netCDF plugin documentation has some notes on supported netCDF's. It is quite clear that only netCDF's are supported with the following dimensions:

...

Metadata is always very important. The easiest way to get full metadata is in your script is using the template that netCDF kickstarter is providing you. In general, metadata definitions should be tested against standards. Available standards are the ISO 19115, 19115-2 and 19119, which can be tested with ncISO software. In the geophysics sector, variables should also comply to the CF standards. Especially for time series, a user could benefit from a the use of an unlimited time dimension.