BjornNyberg / NetworkGT

The NetworkGT (Network Geometry and Topology) Toolbox is a set of tools designed for the geometrical and topological analysis of fracture networks.
GNU General Public License v3.0
31 stars 3 forks source link

Rose_Diagram #42

Open Tcanalroa opened 2 months ago

Tcanalroa commented 2 months ago

Hi, when use tool "RoseDiagram", the final diagram doesn't appear. Could you help me please? The same error appears when using the "Hartland Point fracture dataset" example. Below I show the error:

66: ordinal not in range(128)

Failed to execute (RoseDiagramPlots). Failed at Wed Jul 24 09:02:02 2024 (Elapsed Time: 0,31 seconds)

Thanks

Tcanalroa commented 2 months ago

Same issue when using "Topology Parameters" tool:

Running script TopologyParameters... Reading input files Calculating parameters 'ascii' codec can't encode character u'\xed' in position 66: ordinal not in range(128) Completed script TopologyParameters... Failed to execute (TopologyParameters). Failed at Wed Jul 24 09:42:04 2024 (Elapsed Time: 1,08 seconds)

BjornNyberg commented 2 months ago

@Tcanalroa

I have not encountered this issue before but this is an encoding issue. Having said that looking at the first issue with the topology parameters tool it would appear that it may not be up to date considering it should print Reading data followed by 'X Grid samples'.

When did you install the plugin? Does reinstalling it to the latest version help?