Tip: Searching for a Crust2x2 Profile at a coordinate? Use this snippet to find the corresponding Crust2.0 type:
import pyrocko.crust2x2
profile = pyrocko.crust2x2.get_profile(lat=21.43, lon=5.)
print(profile)
>>> type, name: H1, early/mid Proter., no seds.
>>> ...
profile = pyrocko.crust2x2.get_profile(lat=21.43, lon=5.)
print(profile)
>>> type, name: H1, early/mid Proter., no seds.
>>> ...