I use ipyleaflet for visualization of WMS source in Jupyter Notebook. Example:
from ipyleaflet import Map
m = Map(zoom=5)
display(m)
Is it possible to get an image from the ipyleaflet Map to work with pixel values?
I use ipyleaflet for visualization of WMS source in Jupyter Notebook. Example:
from ipyleaflet import Map
m = Map(zoom=5)
display(m)
Is it possible to get an image from the ipyleaflet Map to work with pixel values?