Installation:
Install git: https://git-scm.com
Invoke git from the /Mod folder at the commandline as follows:
Code: Select all
git clone --recursive https://github.com/joelgraff/freecad.trails.git
Trails Workbench: FreeCAD Trails Workbench on GitHub





Code: Select all
git clone --recursive https://github.com/joelgraff/freecad.trails.git
@microelly2 That's cool, but what about the geodata not being py3 ready? doesn't that present an issue for 0.18/0.19dev users ?microelly2 wrote: ↑Fri Feb 22, 2019 9:12 amThere are a lot of different mehtods to impport geodata in my geodata workbench.
see
https://forum.freecadweb.org/viewtopic.php?f=8&t=6973
you can install (and contribute geodat wb) form addon manager.
There are a lots of type of geodata files. I can easily select data columns and automaticly import my points in to a group. I continue to working on it.microelly2 wrote: ↑Fri Feb 22, 2019 9:12 amThere are a lot of different mehtods to impport geodata in my geodata workbench.
see
https://forum.freecadweb.org/viewtopic.php?f=8&t=6973
you can install (and contribute geodat wb) form addon manager.
I don't mind helping out porting code, if microelly wants any. I haven't tested the wb, but it does load for me - I just get the warning about an improper print statement. Of course, there could be dependency issues...
https://github.com/microelly2/geodata/issues/12Joel_graff wrote: ↑Fri Feb 22, 2019 2:24 pmI don't mind helping out porting code, if microelly wants any. I haven't tested the wb, but it does load for me - I just get the warning about an improper print statement. Of course, there could be dependency issues...
Forked geodata and am working on fixing the print statement syntax. There's a lot of them...
https://github.com/microelly2/geodata/pull/15