Roy Thomson

Results 9 comments of Roy Thomson

Hi Mark, In the changes made in 1.3.6 the way contacts are stored changed from separating multilinestrings to linestrings to keeping them as mutlilinestrings as long as possible. This is...

Hi Mark, Networkx does support accents in labels, the code below works including reading and writing gml: import networkx as nx G = nx.Graph() G.add_node("é") print(G.nodes) nx.write_gml(G, "tmp.gml") G2 =...

Hi @fjphhxx, The install time for conda packages can vary drastically based on the current state of all the dependencies of that package. I have noticed that map2loop can sometimes...

Release 1.3.6 has refactored how the basal contacts are calculated, the ignore_codes parameter should have removed these units from basal contact calcs. Please check that this is fixed so I...

Hi Mark, Within the m2l_interpolation code there was an assumption that all LineStrings only contained 1 line segment. With the changes in 1.3.6 to using MultiLineStrings more LineStrings were also...

Hi Mark, Going through the repo history the create_basal_contact_orientations function was never called as part of the project run function. The save_basal_contacts_orientations_csv function is instead called and it does the...

@ice-jing I've had a quick look at the issue but without knowing the area you have selected I cannot investigate too deeply. Can you print mbbox.total_bounds so that I have...

@ice-jing Although I could not replicate the same problem with the area you defined I looked further and believe I have identified the problem. Within the geology shapefile the object...

This problem happens when there is a mismatch in the version of an existing Loop project file with the version of the module current being used. Even when a mismatch...