Conversation
danielolsen
left a comment
There was a problem hiding this comment.
I am unable to re-run the mapping demo notebooks, since I've been unable to get pyproj 1.9.6 installed into the Python 3.8 environment on my new Windows machine. The changes seem to just be naming though, and I trust you.
Did you use the workflow developed by @jon-hagg ( |
I did not. I don't believe the problem is a mismatch between python dependencies. When I attempt to install Is this something that you think |
No, it seems to be Windows specific. I think we should test the newest version of |
I don't think we test this, because it's plotting/visualization. I installed the latest version of A few months back I looked at refactoring the If someone on a Mac can test that the new notebooks run as expected, then I think this PR is ready to go, and we can create an issue to update our code for pyproj 2.x as a follow-up task that should make the plotting compatible with Python 3.8+ on Windows. |
I believe, we have to refactor |
Yes, I'm almost positive that's what I attempted to do. I remember it being less simple to refactor our code than the example shows, but perhaps I was just frustrated/lazy and it will not be so bad. |
Purpose
Rename modules and notebooks for consistency with other modules
What is the code doing
There is no code
Where to look
I have updated the
importstatements accordingly and rerun the notebooks.Time estimate
5 min