Skip to content
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

Google Colab support. #514

Open
adamekcerv opened this issue May 12, 2024 · 3 comments
Open

Google Colab support. #514

adamekcerv opened this issue May 12, 2024 · 3 comments

Comments

@adamekcerv
Copy link

Hi,

I would like to use a 'lonboard' in Google Colab to visualize a GeoDataFrame ('gdf'). The code runs without any errors, but no output is displayed, even though it works on my local PC. What could be the issue?

@kylebarron
Copy link
Member

Can you ensure that you don't have version 0.9.0 installed, which was broken and yanked?

Otherwise, everything is expected to work in Colab.

image

Can you look in your browser console for any errors? (e.g. command option I on a mac)

@Melda-s
Copy link

Melda-s commented May 24, 2024

I'm facing a similar issue. No error but the map doesn't show. Here's a link to the colab notebook: https://colab.research.google.com/drive/1A-6eopcEH8XlXH2IVWzmitSjxALxe8iz?usp=sharing

The code I'm trying to run is from this Overture demo
https://docs.overturemaps.org/blog/2024/05/16/land-cover/

@kylebarron
Copy link
Member

I know when I tested Colab originally that there were issues with rendering large datasets. Can you see any map even one without any data? If so, it's likely issues on Colab's side with dropping the connection for large datasets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants