Closed rsignell-usgs closed 3 years ago
The author of erddapy made a major refactor and released a minor version instead of major. Quite the amateurish package and we should not use it :stuck_out_tongue_closed_eyes:
@apkrelling most of the relevant changes are in https://github.com/ioos/erddapy/pull/145. The submodules moved a bit and utilities
no longer exists. So we need to import urlopen
from erddapy.url_handling
now. Do you want to send a PR to fix that?
Fixed in c15e11cc607ee0ceffc8b47ff163531ff26039ae (.py) and 14508b7ef04afd5c990f32e7f3ba9501eab479d9 (.ipynb).
Currently if I click the binder link and run the notebook it fails loading some erddapy stuff. I'm guessing it moved.
@apkrelling , hoping you can take a look, perhaps with the help of @ocefpaf