Versions Compared

Key

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

...

Specifies a file into which data is to be written after retrieval or manipulation.

Note
iconfalse
titleWeb API client

When using the Web API there can be only one target file per request. See Limit target size and Limit number of fields.

Multiple targets are not supported.


target="<pathname>"

Path names should always be enclosed in double quotes, e.g.:

...

In a similar way multiple target files can be specified using ecCodes grib keys in curly braces, e.g. target="an.{shortName}".

Please note that this is a feature of the ecCodes package rather than generic MARS functionality.

Note
iconfalse
titleWeb API client

When using the Web API there can be only one target file per request which is limited to 600000 fields and 30 GB in size.

The multi target feature is not supported.

Dissemination

Specifies the destination and stream to which the data is send.

...

target=<destination>:<dissemination_stream_name>

Dissemination

Obsolete in the  Data Requirement Editor (DRE)

The destination is a three character destination name; the dissemination_stream_name is a two character dissemination stream name. Example

...

target=ECM:EC

...