Hi, i am looking for a way to get google street view images into gh or rhino. Couple years back there was a WIP component by Heron, though not sure it was ever released. Ideally as a set of image in a certain area and all viewing direction. The idea is to use that as background for some architectural vizualisations
Hi @crz_06 ,
I never got around to releasing it, but see below for the GH with C# components I was using to develop it at the time. It includes both a street view and pano-sphere setup. 20250211_GoogleStreetView.zip (729.2 KB)
Note the C# components reference Newtonsoft.Json.dll (included in the zip file). EDIT: And make sure the EarthAnchorPoint is set.
Hi @Brian_Washburn thanks ! works a charm. On a related note, by change, is on your todo list the possibility of loading Google Earth’s generated mesh with preserved textures, so their photogrammetry, into gh/rhino? Currently i use Blender and Blosm with works ok, but would be nice to see it in a future release of heron
Hi @crz_06 , I’ve played around with Google’s 3d tile service, but ran into a stumbling block when it came to bringing in the textures. The meshes came in fine, but I think there was a problem with reading the Draco compression of texture mapping. This was before Rhino improved reading glb files, so I’ll take another look.
-Brian