We have created a set of scripts to help you convert Giraffe GeoJSON to Rhino geometries. Follow these steps:
Access the export menu via the main menu (☰) → Export
<aside> 💡 Note: To export data, you must be working in a saved project. See Save a Project for more info.
</aside>
For Rhino compatibility, we recommend exporting as a GeoJSON (in longitude, latitude or the project defined coordinate transform)
<aside> 📎
Giraffe to Rhino projected - Python script
The file ‘giraffeToRhino_projected’ accounts for XY Euler/Cartesian coordinates
</aside>
<aside> 📎
Giraffe to Rhino - Python script
The file ‘giraffeToRhino’ accounts for longitude and latitude coordinates
</aside>
In the command line, type ‘RunPythonScript’
Select and open the relevant script that you downloaded at the start of this guide