Skip to content

Instantly share code, notes, and snippets.

@vuski
Last active October 23, 2020 05:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vuski/ab33bc60338201f476fcf5b40d823e71 to your computer and use it in GitHub Desktop.
Save vuski/ab33bc60338201f476fcf5b40d823e71 to your computer and use it in GitHub Desktop.
attach01
import rhinoscriptsyntax as rs
import sys
rp_scripts = "rhinopythonscripts"
sys.path.append(rp_scripts)
import rhinopythonscripts
from rhinopythonscripts import GeoJson2Rhino as geojson
g = open('d:/temp/sample.geojson').read()
gj_data = geojson.load(g)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment