Skip to content

feat: use bokeh to load all the static graphs from geetools #42

Merged
12rambau merged 5 commits intomainfrom
bokhe
Mar 7, 2025
Merged

feat: use bokeh to load all the static graphs from geetools #42
12rambau merged 5 commits intomainfrom
bokhe

Conversation

@12rambau
Copy link
Member

@12rambau 12rambau commented Mar 7, 2025

Everything is in the title I simply ported all the development made in geetools and matplotlib to the interactive world using bokeh.
The graph can ba accessed the exact same way using the bokeh extention namespace. The only change is the name of the object when you define it before function call: In matplotlib it was an "ax" it's now a "figure" (to match bokeh API naming convention).

Cool things that are brought to you via the interactivity of bokeh is to navigate within time series:

image

It has the power to move from a static loading to a streaming system which would speed up the display in our use case but this is a first implementation.

@12rambau 12rambau merged commit 3dba844 into main Mar 7, 2025
10 of 11 checks passed
@12rambau 12rambau deleted the bokhe branch March 7, 2025 10:05
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

Successfully merging this pull request may close these issues.

1 participant