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 12 forks source link

Get plate model time range #69

Closed brmather closed 1 year ago

brmather commented 1 year ago

We need a method on DataServer that returns a tuple of the valid model time range. i.e.

min_time, max_time = gdownload.get_valid_times()
laurilano commented 1 year ago

get_valid_times is now a DataServer method: https://github.com/GPlates/gplately/blob/master/gplately/download.py#L1775.