pydeck: Error in examples: missing 1 required positional argument: 'data' #5423
Unanswered
bpicard-fluctus
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I think pdk.Layer("BitmapLayer", data=None, image=IMG_URL, bounds=BOUNDS, opacity=0.7) and see if that works? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @bpicard-fluctus, can we get some source code? BitmapLayer and TerrainLayer will no longer require the data argument in pydeck 0.6, which goes out this week. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I'm Bruno, I want to use pydeck to display earth observation satellite data.
I just installed pydeck via condaforge, version 0.5
I copied/pasted the s2layer example and it works just fine.
But TerrainLayer and BitmapLayer crashed with the same error in the same method:
Any idea what went wrong ?
regards,
Bruno
Beta Was this translation helpful? Give feedback.
All reactions