Out of Giraffe

We have created a set of scripts to help you convert Giraffe GeoJSON to Rhino geometries. Follow these steps:

Giraffe Export Menu


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>

image.png

For Rhino compatibility, we recommend exporting as a GeoJSON (in longitude, latitude or the project defined coordinate transform)

Download your Python Script


<aside> 📎

Giraffe to Rhino projected - Python script

giraffeToRhino_projected.py

The file ‘giraffeToRhino_projected’ accounts for XY Euler/Cartesian coordinates

</aside>

<aside> 📎

Giraffe to Rhino - Python script

giraffeToRhino.py.zip

The file ‘giraffeToRhino’ accounts for longitude and latitude coordinates

</aside>

Rhino


  1. In the command line, type ‘RunPythonScript’

  2. Select and open the relevant script that you downloaded at the start of this guide

image.png

image.png