Writer - Dfs2Writer
WriterName: Dfs2Writer
This writer writes 2D equidistant gridded multidimensional model into DHI's Dfs2 format.
- By providing an optional boolean parameter called WriteAsFloat
we can specify whether the data should be converted into float
data type, so that the written dataset can be loaded by Mike0 software.
{
"projectId": "<projectId>",
"uploadUrl": "<fileUrl>",
"outputDatasetData": {
"name": "<dataset-name>"
},
"readerName": "CopernicusGlobalAnalysisForecast",
"writerName": "Dfs2Writer",
"writerParameters": [
{
"name": "WriteAsFloat",
"value": true
}
]
}