ThomasLecocq / SeismoRMS

A simple Jupyter Notebook example for getting the RMS of a seismic signal (from PSDs)
European Union Public License 1.1
86 stars 38 forks source link

plt.imread only works on local files; adding a logo such as the example Wikipedia url break the cell #30

Open cherscarlett opened 2 months ago

cherscarlett commented 2 months ago

Non-local images need to be downloaded and opened before passing them. I can add this code (~line 723) , but it would also result in additional modules to the environment such as urllib and PIL.