ghislainv / geefcc

📦🐍 geefcc Python package to get forest cover change data from Google Earth Engine
https://ecology.ghislainv.fr/geefcc/
GNU General Public License v3.0
3 stars 0 forks source link

Write a generic function to plot a map of the result #2

Open ghislainv opened 1 week ago

ghislainv commented 1 week ago

Using for example the code in the "Large countries" notebook: https://ecology.ghislainv.fr/geefcc/notebooks/large_countries/large_countries.html#plot-the-forest-cover-change-map @thomasarsouze, not urgent but we have been speaking about that so I put this in the issues to remember.

thomasarsouze commented 1 week ago

OK, I'll take care of it. Considering the potentially very large areas to plot at ~30m resolution, I was considering implementing a dynamical plot, that could allow to zoom in - refine the plot interactively.

This can be done using hvplot and datashader (examples here or here).

This means adding some dependencies though. I'll test several options and see what's best.