Creating Terrain in Dynamo Using Excel Data
To generate terrain using coordinate data from an Excel spreadsheet, you first need to import the data into Dynamo. The spreadsheet contains three columns representing the X, Y, and Z coordinates of terrain points. The key question is how to correctly map these values.
My approach involves breaking down the Excel data into three separate files, each containing one of the X, Y, and Z coordinate sets. Then, import these values individually into Dynamo, convert them into a point grid, and finally generate the terrain surface. With this workflow in mind, let’s start by setting up the nodes:
- Import Excel spreadsheets into Dynamo.
- Split the Excel data into three separate files.
- Import the data from these three files individually into Dynamo.
- Create a point grid from the imported coordinate sequences.
- Generate the terrain model within Revit.
After completing these steps, you can view the created terrain model directly in Revit.
【 Related Skills Search 】
Using Dynamo to Swap Rows and Columns in Excel Data











Must log in before commenting!
Sign Up