michaelchin
michaelchin
convert to discussion until we decide some actionable plans.
See the code below. The seg0 and seg1 could be Point in some situation and it will break linemerge([seg0, seg1]). Could you please also look into this? https://github.com/GPlates/gplately/blob/9a751e98ff1aff5869fe2eb6f400f490bb815c39/gplately/plot.py#L611-L624
> See the code below. The seg0 and seg1 could be Point in some situation and it will break linemerge([seg0, seg1]). Could you please also look into this? > >...
@cpalfonso if you would like to finish the subduction teeth improvement, it would be great if you could take care of #188 as well. Sabin reported this issue. You might...
> clear_cache Maybe replace `_pooch.utils.make_local_storage(str(cache_path))` with `Path(cache_path).mkdir(parents=True, exist_ok=True)`???
> Hi @michaelchin - do you have any suggestions about the above issue? I think this could be a blocker for the next gplately release until we sort it out....
> @michaelchin - Can you take over this PR? I don't have capacity any more and I am lost on how to get the new DataServer (powered by plate-model-manager) to...
this should be done along with https://github.com/GPlates/gplately/issues/201
Done in 03f7540
> I came up with some improvements to the subduction teeth functions a while ago (such as specifying tooth size/spacing in points rather than projected units, as well as recalculating...