sketchucation logo sketchucation
    • Login
    1. Home
    2. mozzie
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 80
    • Groups 1

    mozzie

    @mozzie

    10
    Reputation
    1
    Profile views
    80
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    mozzie Unfollow Follow
    registered-users

    Latest posts made by mozzie

    • RE: Overlay SketchUp in Google Earth 3D

      I'm not sure what you want to achieve, but one possible solution is to save a GE image at the highest resolution (File -> Save then use the Map Options to turn off all except Scale; Resolution Maximum) and import that into SU as an image. You can then use the Scale on the image to scale image properly.

      You can then place your model in SU, covering the GE image of your buildings.

      If you want this to include terrain/ elevation, it's doable but more complex. See my earlier post for some of the details.

      posted in Google Earth
      M
      mozzie
    • Importing ESRI shapefiles

      Hi,
      I've spent a bit of time investigating this, as i can get quite good terrain information (1 or 2m elevation data) from local sources. I've been using QGIS (3.6) to overlay KML files provided to me with road design and other info and have been quite impressed with the results.
      I use Sketchup Pro 8 with Toposhaper (Fredo6) to produce terrain surfaces and SuperDrape (TIG) to overlay satellite or other client images and to allow some modelling - so I need a good way to get from QGIS to SU8.

      I found a plugin by Jim Hamilton works best - spirix_shapefile_importer - there are a number of others but his is reliable and allows the elevation data to be imported from the DBF file that is a component of the shapefiles.

      It has one limitation, however; it does not deal with model units except inches (the internal SU standard) and I need meters. The code is public (with acknowledgement), so I have hacked together a quick modification to provide a units dropdown with some basic options.

      In case this is useful to someone, here is the hack /modifications.

      1. Replace lines 172 & 173 with
      
              prompts = ["Name; ","Number of PolyItems; ","X (min); ","Y (min); ","X (max); ","Y (max); ","Scale Units; ","Height; ","Database; ","Display BB; ","Geolocate; "]
              defaults = [@@name,@@imax,@@bbox[0],@@bbox[1],@@bbox[2],@@bbox[3],"m","0.0","No","No","No"]
              list = ["","","","","","","m|cm|mm|in|ft","","No|Yes","No|Yes","No|Yes"]
      
      
      1. Replace line 181 with this case statement.
      
      #---------------------------- Replaces @@scale = input[6].to_f -------------
              @@scale = case         # this value needs to reflect the base shapefile units converted to inches
                when input[6]=="m"
                  100/2.54
                when input[6]=="cm"
                  1/2.54
                when input[6]=="mm"
                  1/25.4
                when input[6]=="in"
                   1.0
                when input[6]=="ft"
                   12.0
              end
             #-----------------------------------------
      
      
      posted in Google Earth sketchup
      M
      mozzie
    • RE: SketchUp 2019 release

      I'm still using Pro v8 - I gave up once the "trust us - it'll be great" licensing came in.

      The loss of Geolocation was a blow, but I am now able to work through using public/ Gov terrain information and imagery using QGIS, Spirix shapefile importer, the wonderful Toposhape and Superdrape (thanks TIG!).

      posted in SketchUp Discussions
      M
      mozzie
    • RE: Is there some free point clouds support engine?

      Suggestions;

      1. Didier Bur's truly excellent points cloud plugin (Cloud v8.0bxx) is excellent and well supported - get it from the plug-in store. Fredo's Toposhaper will generate surfaces from that data.
      2. If you need to do more work on it, import and preprocess in a GIS like QGIS and then export as a shapefile and import that into SU using the Spirix shapefile importer (https://sites.google.com/site/spirixcode/code/spirix_shapefile_importer.rb?attredirects=0&d=1).

      Ive been using QGIS to match up LIDAR generated 2m contours with imagery and align to the same CRS. Importing using the shapefile importer has required some simple scaling but gives good results.

      posted in SketchUp Discussions
      M
      mozzie
    • RE: Sketchup Market Share per version

      This market share might be data that is of interest to a number of Sketchup users/ developers.
      Can I suggest setting up a simple survey (one question, tick the boxes)?
      The Sketchucation admins may be prepared to co-operate, or you could set up one on something like Google Forms (I'm not a fan of Survey Monkey, but its a possibility. You would need to promote i on the other sketchup sites/ forums, for completeness.
      My only request is ... if you do this - make really simple; as above.

      posted in SketchUp Discussions
      M
      mozzie
    • RE: [Plugin][$] TopoShaper - v2.7a - 01 Apr 24

      Thanks Fredo.
      All working now.
      Not sure what the problem was, but the Sketchucation Uninstall process did not fix it.
      I had to completely remove LibFredo and Toposhaper including all directories from the Plugin Folder and reinstall using the Sketchucation Installer. I tried the Preferences installer first, but that was not successful.

      I dearly love Toposhaper!
      Moz

      posted in Plugins
      M
      mozzie
    • RE: [Plugin][$] TopoShaper - v2.7a - 01 Apr 24

      Thanks for Toposhaper - it is wonderful!!!
      I'm using it on the last Google version of Sketchup (8), and have had no problems over a long period. I recently updated to v2.5b (and LibFredo v8.9b) and have not been able to complete the final build.
      I would appreciate your suggestions - I know that SU 8 Pro is now very outdated, but it is a all I need!

      NOTE: The latest versions work fine on Sketchup Make 2015, but fail on the final stage with SU 8.
      CLEANSING - no problems
      PREVIEW - no problems
      Choosing flat or rounded - no problems
      Generate Terrain - Ruby error here is the log file.

      Date; 22-Jun-19 21;30;15
      An error occurred in GENERATION OF TERRAIN
      The operation is fully aborted
      
      undefined method `hovering_notification' for #<Traductor;;Palette;0x1bd6e938>
       
      (eval); 102 -- onMouseMove
      (eval); 870 -- onMouseMove
      (eval); 865 -- onMouseMove_zero
      (eval); 1309 -- geometry_terminate
      (eval); 449 -- call
      (eval); 449 -- terminate_execution
      (eval); 332 -- next_step
      (eval); 2548 -- geometry_step_exec
      (eval); 2493 -- geometry_execute
      (eval); 370 -- call
      (eval); 370 -- step_geometry
      (eval); 419 -- start_execution
      (eval); 2493 -- geometry_execute
      (eval); 1280 -- geometry_execute
      (eval); 668 -- execute_validate
      (eval); 130 -- execute_from_palette
      (eval); 76 -- notify_from_palette
      (eval); 431 -- getMenu
      body_Lib6Tool.rb; 1478 -- call
      body_Lib6Tool.rb; 1478 -- show
      (eval); 102 -- call
      
      posted in Plugins
      M
      mozzie
    • RE: Implications of end of google earth

      Thanks for sharing, Alpro! Much appreciated. I'll try it for my non-USA locations and report back.

      posted in SketchUp Discussions
      M
      mozzie
    • Terrain Image and Elevation solutions?

      I'm starting this topic hoping it can be the repository for replacement or alternative solutions to importing terrain data and images. and comments on suitability or "how-to".

      Background
      I've been a long term user of the Geo-location function and use the satellite imagery and terrain elevations in all my work. To complicate matters, most of my work is Aust/NZ based and I've stayed with SU8 (I don't need more than it provides).

      I know that Trimble offer a one-off update with access to their new imagery and data. I'd be happy to do that, but the new imagery seems to have some limitations (https://sketchucation.com/forums/viewtopic.php?f=15%26amp;t=67815) and I expect that AU/NZ will not be a priority.

      Alternatives suggested in other threads
      That thread also contains some references;

      • Topofusion http://topofusion.com
      • Google Earth Pro https://forums.sketchup.com/t/google-earth-pro-is-now-free/6601 with the extension DanielTal_GEmaker to help ease the pain of scaling/lining things up.
      • CAD-Earth http://www.cad-earth.com/ This uses Google earth data and costs $249 for a permanent licence that includes terrain data. The description sounds good; does anyone have direct experience?
      • Archicad (?)
      • SUPlacemaker https://www.suplacemaker.com/ This uses Digitalglobe data annual subscription license for $199 US.

      Areas for investigation
      GIS with available DEM data.
      I plan to look at this as 5m DEM data is freely available in AU. ArcGIS is the standard GIS but expensive so I'm looking at the alternatives - QGIS or qvSIG seem well supported.

      Any suggestions?

      posted in SketchUp Discussions sketchup
      M
      mozzie
    • RE: Imagery no longer available?

      Thanks Kaas. That was a big help and I'm back in operation. So I was mistaken.

      Juju - I had already read that post, but it covered mostly 3D Warehouse. For me, losing GE imagery is less easily worked around. So. sorry if I wasted your time - occasionally we all need a little redirection.

      posted in SketchUp Discussions
      M
      mozzie