Lachlan Grose
Lachlan Grose
Also should give a warning when trying to evaluate a value from a mesh when it is outside of the geometry.
This is also problematic when interpolating a model with faults. If the buffer argument is too small sometimes the resulting model will have areas that cannot be evaluated. - [...
Hi @Keven-Gao, the function has changed names. If you replace line 4 with the following it should work. ```from LoopStructural.utils import strikedip2vector as strike_dip_vector```
Hi Matt, if you have faults that overprint other faults then what you need to do is pass the keyword faults with an argument which is a list of faults...
Hi matt, you need to specify the 3 components of the displacement vector as a list or numpy array. Or use data to constrain the first coordinate of the fault...
Hi Matt, Sorry, that is actually my misunderstanding of your question and being in holiday mode! The fault displacement is defined by a vector which is the slip vector. This...
If you want to visualise the movement sense you can add the following: ```Python view.add_vector_field(BendigoZone_model[fault_display[i]][1],locations=model.regular_grid()[:100]) ``` This will add the slip vector as a vector field randomly within the model...
Hi, It looks like you have an issue installing scikit-image. Can you open the python console (open the plugins menu) in QGIS and run the code `import skimage` if this...
Hi, I believe the issue you are having is related to macosx. I have a colleague who had some issues getting GeoTrace installed, I'll try and find out how they...
Hi it looks like mplstereonet did not install... can you check in the python console whether you can import mplstereonet?