Reader - DFSU

ReaderName: Dfsu

This reader can read data from DHI's DFSU format.

The reader has optional parameters: - SRID: Spatial reference ID. By default, the reader will try to read the valid spatial reference ID from the DFSU file, but this parameter can be used to override the SRID or to define it when the file does not include valid spatial reference. Note that this does not perform any coordinate transformation. To transform data from one coordinate system to another, use the CrsTransformation transformation as part of the conversion. - AllowedItemNames: list of names of items that should be included in the resulting multidimensional model.

    {
      "projectId": "<projectId>",
      "uploadUrl": "<fileUrl>",
      "outputDatasetData": {
        "name": "<dataset-name>"
      },
      "readerName": "DfsuReader",
      "writerName": "MDWriter",
      "readerParameters": [
        {
          "name": "AllowedItemNames",
          "value": ["Velocity U", "Velocity V"]
        }
      ]
    }