You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: