Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

Syntax

Result

Example

/json/templates

Returns list with available templates

http://dtvirt61.deltares.nl/netcdfkickstarter/json/templates

/json/templates/<template>?category=<category>

Returns list with markers in given template

http://dtvirt61.deltares.nl/netcdfkickstarter/json/templates/grid.cdl
http://dtvirt61.deltares.nl/netcdfkickstarter/json/templates/grid.cdl?category=dim

/json/categories

Returns list with available marker categories

http://dtvirt61.deltares.nl/netcdfkickstarter/json/categories

/json/standardnames?search=<regexp>

Returns list with available CF standard names and descriptions

http://dtvirt61.deltares.nl/netcdfkickstarter/json/standardnames
http://dtvirt61.deltares.nl/netcdfkickstarter/json/standardnames?search=air.*temperature

CDL and netCDF interface

The CDL and netCDF interface are virtually the same. The only difference is that the netCDF interface transforms the resulting CDL file into a netCDF file using the ncgen tool. The interfaces use the following syntax:

...