Ben Mather PRO
Computational Geophysicist at the Sydney Informatics Hub, University of Sydney
Dr. Ben Mather
EarthByte Group & Sydney Informatics Hub
University of Sydney
Position of Australia back through geological history
import pygplates
time = 40 # Ma
# point on the sphere
pt = pygplates.PointOnSphere(lat, lon)
# create a point feature
point = pygplates.Feature()
point.set_geometry(pt)
point.set_reconstruction_plate_id(plate_ID)
pygplates.reconstruct(point,
reconstruction_file,
output_file,
time)
Gateway to virtual globes and cloud-based computing services.
Potential application of spatio-temporal data mining for education, resource exploration.
pyGPlates examples run in the cloud
import UWGeodynamics as GEO
Model = GEO.Model(elementRes=(64, 64),
minCoord=(0. * u.kilometre, 0. * u.kilometre),
maxCoord=(64. * u.kilometre, 64. * u.kilometre))
Coupling surface processes with UWGeo
Tackle whole earth problems using a familiar Python interface
Cubed
Sphere
Whole earth model
Influence of mantle flow on the drainage of E Australia
Salles, Flament, Muller 2017
GPlates
Underworld
Badlands
Understanding solid earth evolution:
Bayes Theorem
Infer parameters from the available data and what we already know about the model
Dr. Ben Mather
Madsen Building, School of Geosciences,
The University of Sydney, NSW 2006
By Ben Mather
Computational Geophysicist at the Sydney Informatics Hub, University of Sydney