...
- Convert the .node file to a .csv
- Open the .node file in Excel (space delimited/treat consecutive delimiters as one).
- Scroll to row #999 - you likely need to shift the columns from there and onwards to the left to make sure they line up.
- Delete the first (empty) column.
- Replace the first line with some logical headers (e.g. ID, X, Y, Z, UNKNOWN) Scroll to row #999 - you likely need to shift the columns from there and onwards to the left to make sure they line up.
- The first column should be a unique ID starting at 1 and going up - we use this to sort the table later if needed.
- Save the file as a CSV
- Open the .node file in Excel (space delimited/treat consecutive delimiters as one).
- Load CSV in QGIS and save/export as point shapefile:
- Open QGIS
- Click on the ‘Open Data Source Manager’ icon.
- Select ‘Delimited Text’ at the top of the window.
- Click ‘Browse’ and locate the CSV file on your computer, then click ‘Open’.
- Ensure ‘CSV’ is selected as the file format.
- In "Geometry Definition" select the correct CRS (probably EPSG:4326 - WGS 84)
- Click Add, Close
- Right click the newly added layer --> Export --> Save Features As... --> ESRI Shapefile --> Specify a name and double check the CRS --> OK
- Run the QGIS Thiessen Polygon tool to make a polygon shapefile with Thiessen/Voronoi polygons
- Vector / Geometry Tools / Voronoi Polygons
- Vector / Geometry Tools / Voronoi Polygons
- Convert the .ldb land boundary file to a polyline shapefile:
- Start Delft3D
- Click Utilities
- Click QUICKPLOT
- Open .ldb file
- Under Export File Type, select save as ARCview shape
- Convert the .ldb polyline shapefile to a polygon shapefile:
- Add the .ldb polyline shapefile to QGIS
- Define the Projection of the line shapefile as WGS 1984 (if that's correct) --> Right click --> Layer CRS --> Set Layer CRS --> Select (probably WGS 84) and click OK
- The polyline has to be a closed polyline before you can convert it to polygon - this should have been provided by the model developer
- Vector / Geometry Tools / Lines to Polygons (save to new shapefile)
- Run Vector / Geoprocessing Tools / Union to make sure water polygon includes island cutouts. [This and the following step is not needed if using ArcGIS]
- Do some manual selection to select the polygon(s) covering water areas (exclude land areas). e.g. by selecting the main water area, reversing selection to select all islands/land areas, and deleting those features.
- Clip the Thiessen polygon shapefile using the LDB water polygon
- Vector / Geoprocessing Tools / Clip
- Vector / Geoprocessing Tools / Clip
- Sort the output polygon using the original unique ID.
- Processing / Toolbox / Vector general / Order by expression
- Expression = ID
- Sort Ascending
- Save as new shapefile
- Confirm the resulting shapefile has the same number of features as the original .node file (open the attribute table and check the number of records).
- Save this shapefile in your MapLayerFiles and refer to it from Grids.xml.
...


