GPlates / gplately

GPlately is a Python package to interrogate tectonic plate reconstructions.
https://gplates.github.io/gplately/
GNU General Public License v2.0
55 stars 11 forks source link

Properly separate ridges and transform boundaries #160

Closed brmather closed 4 months ago

brmather commented 4 months ago

Uses gplately.ptt.separate_ridge_transform_segments.separate_features_into_ridges_and_transforms to diagnose spreading ridges from transform segments.

brmather commented 4 months ago

Also enforced a minimum tessellation of 1 degree for plate boundaries using the tessellate_degrees=1 keyword, e.g.

    def get_ridges(self, central_meridian=0.0, tessellate_degrees=1):