-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates the ship_traffic notebook to match AE5 deployment #359
Conversation
Your changes were successfully integrated in the dev site, make sure to review |
Your changes were successfully integrated in the dev site, make sure to review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the following can be removed, no? I don't see where it is used
def convert(x):
try:
return int(x)
except:
return 0
Is there a workaround or alternative for getting the images from marinetraffic website? Looks like they are now blocking programmatic access now |
I removed the unnecessary code. will merge as-is now |
* Updates the ship_traffic notebook to match AE5 deployment * Remove unnecessary code --------- Co-authored-by: Demetris Roumis <[email protected]>
Updates the project to match the AE5 version.
Fixes the legends and adds instant inspection although this approach is somewhat ugly.