mspass-team / mspass

Massive Parallel Analysis System for Seismologists
https://mspass.org
BSD 3-Clause "New" or "Revised" License
30 stars 12 forks source link

obspy set problem #510

Open pavlis opened 7 months ago

pavlis commented 7 months ago

I think this is not our problem, but an obspy problem. I was going to use the plot features of their 'catalog" and "Inventory" objects but discovered they failed with a package missing error. The package is called "cartopy". In the contaier i did a pip install cartopy and the error disappears. We can solve this problem easily by adding cartopy in the docker build. A minor issue but also one easily solved.