paudetseis / RfPy

Teleseismic receiver function calculation and post-processing
https://paudetseis.github.io/RfPy/
MIT License
39 stars 28 forks source link

How to produce a moho depth image using receiver function #11

Closed geophysics91 closed 4 years ago

geophysics91 commented 4 years ago

Hii expert, I have calculated moho depth below each station.Now i want to do a image plot of the moho depth on the basemap,how can it be done can you please suggest.

paudetseis commented 4 years ago

Hi @geophysics91 - I am glad that you were able to get Moho depths. Plotting them on a map is a step that is external to the functionalities included with RfPy. I suggest using cartopy to do this. Check out the examples in the gallery section and do a search on google for "cartopy scatter".