Reader - DFS2

ReaderName: Dfs2

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

The reader has optional parameters: - CoordinateInterpretationType: Indicates whether the value of each cell is aligned to its center Center, bottom left border Bottom Left Border or to borders Borders. - SRID: Spatial reference ID. By default, the reader will try to read the valid spatial reference ID from the DFS2 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": "Dfs2Reader",
      "writerName": "MDWriter",
      "readerParameters": [
        {
          "name": "CoordinateInterpretationType",
          "value": "BottomLeftBorder"
        }
      ]
    }