Qiusheng Wu
                                            Qiusheng Wu
                                        
                                    It would be nice if the folium map can automatically take up 100% width of the page, just like the streamlit width when setting `st.set_page_config(layout="wide")` 
I used the hack provided by @banjtheman. It works like a charm. See https://streamlit.gishub.org 
For reference, using the localtileserver binder, it takes less than two seconds to generate tiles.
I also noticed that the spinning wheel is staying a bit longer than it should be. It can be a bit annoying to keep seeing the spinning wheel. Can it...
@12rambau xarray-leaflet is no longer being actively developed and it never works on Windows, so I decided to switch to locatileserver. If you want to stick with xarray-leaflet, you can...
Here it is https://colab.research.google.com/drive/1tWU1Th_qmOLbixbW2HUCUW7eXEvf0Xgs?usp=sharing
I second this. It would be nice to support integer RGB values from 0 to 255.
I wrote a function for accepting integer RGB values. It is not perfect, but it gets the job done for me. ``` from colour import Color def check_color(in_color): out_color =...
I had the same question. Would be nice to add support for remote sensing imagery. This would be particularly useful for land cover classification.
@deeplook Thanks a lot for looking into this. It would be super awesome to have leafmap run on JupyterLite. Are the source wheels required by micropip the same as the...